/* Minification failed. Returning unminified contents.
(39234,91): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  line-height: 1.42857143;
  color: #3b3b3b;
  background-color: #eaf1f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #757575;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4f4f4f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eaf1f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 13px;
}
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: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #757575;
}
a.text-primary:hover {
  color: #5c5c5c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #757575;
}
a.bg-primary:hover {
  background-color: #5c5c5c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-13, .col-xlg-14, .col-xlg-15, .col-xlg-16, .col-xlg-17, .col-xlg-18, .col-xlg-19, .col-xlg-20, .col-xlg-21, .col-xlg-22, .col-xlg-23, .col-xlg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 99%!important;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-13, .col-xlg-14, .col-xlg-15, .col-xlg-16, .col-xlg-17, .col-xlg-18, .col-xlg-19, .col-xlg-20, .col-xlg-21, .col-xlg-22, .col-xlg-23, .col-xlg-24 {
    float: left;
  }
  .col-xlg-24 {
    width: 100%;
  }
  .col-xlg-23 {
    width: 95.83333333%;
  }
  .col-xlg-22 {
    width: 91.66666667%;
  }
  .col-xlg-21 {
    width: 87.5%;
  }
  .col-xlg-20 {
    width: 83.33333333%;
  }
  .col-xlg-19 {
    width: 79.16666667%;
  }
  .col-xlg-18 {
    width: 75%;
  }
  .col-xlg-17 {
    width: 70.83333333%;
  }
  .col-xlg-16 {
    width: 66.66666667%;
  }
  .col-xlg-15 {
    width: 62.5%;
  }
  .col-xlg-14 {
    width: 58.33333333%;
  }
  .col-xlg-13 {
    width: 54.16666667%;
  }
  .col-xlg-12 {
    width: 50%;
  }
  .col-xlg-11 {
    width: 45.83333333%;
  }
  .col-xlg-10 {
    width: 41.66666667%;
  }
  .col-xlg-9 {
    width: 37.5%;
  }
  .col-xlg-8 {
    width: 33.33333333%;
  }
  .col-xlg-7 {
    width: 29.16666667%;
  }
  .col-xlg-6 {
    width: 25%;
  }
  .col-xlg-5 {
    width: 20.83333333%;
  }
  .col-xlg-4 {
    width: 16.66666667%;
  }
  .col-xlg-3 {
    width: 12.5%;
  }
  .col-xlg-2 {
    width: 8.33333333%;
  }
  .col-xlg-1 {
    width: 4.16666667%;
  }
  .col-xlg-pull-24 {
    right: 100%;
  }
  .col-xlg-pull-23 {
    right: 95.83333333%;
  }
  .col-xlg-pull-22 {
    right: 91.66666667%;
  }
  .col-xlg-pull-21 {
    right: 87.5%;
  }
  .col-xlg-pull-20 {
    right: 83.33333333%;
  }
  .col-xlg-pull-19 {
    right: 79.16666667%;
  }
  .col-xlg-pull-18 {
    right: 75%;
  }
  .col-xlg-pull-17 {
    right: 70.83333333%;
  }
  .col-xlg-pull-16 {
    right: 66.66666667%;
  }
  .col-xlg-pull-15 {
    right: 62.5%;
  }
  .col-xlg-pull-14 {
    right: 58.33333333%;
  }
  .col-xlg-pull-13 {
    right: 54.16666667%;
  }
  .col-xlg-pull-12 {
    right: 50%;
  }
  .col-xlg-pull-11 {
    right: 45.83333333%;
  }
  .col-xlg-pull-10 {
    right: 41.66666667%;
  }
  .col-xlg-pull-9 {
    right: 37.5%;
  }
  .col-xlg-pull-8 {
    right: 33.33333333%;
  }
  .col-xlg-pull-7 {
    right: 29.16666667%;
  }
  .col-xlg-pull-6 {
    right: 25%;
  }
  .col-xlg-pull-5 {
    right: 20.83333333%;
  }
  .col-xlg-pull-4 {
    right: 16.66666667%;
  }
  .col-xlg-pull-3 {
    right: 12.5%;
  }
  .col-xlg-pull-2 {
    right: 8.33333333%;
  }
  .col-xlg-pull-1 {
    right: 4.16666667%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-24 {
    left: 100%;
  }
  .col-xlg-push-23 {
    left: 95.83333333%;
  }
  .col-xlg-push-22 {
    left: 91.66666667%;
  }
  .col-xlg-push-21 {
    left: 87.5%;
  }
  .col-xlg-push-20 {
    left: 83.33333333%;
  }
  .col-xlg-push-19 {
    left: 79.16666667%;
  }
  .col-xlg-push-18 {
    left: 75%;
  }
  .col-xlg-push-17 {
    left: 70.83333333%;
  }
  .col-xlg-push-16 {
    left: 66.66666667%;
  }
  .col-xlg-push-15 {
    left: 62.5%;
  }
  .col-xlg-push-14 {
    left: 58.33333333%;
  }
  .col-xlg-push-13 {
    left: 54.16666667%;
  }
  .col-xlg-push-12 {
    left: 50%;
  }
  .col-xlg-push-11 {
    left: 45.83333333%;
  }
  .col-xlg-push-10 {
    left: 41.66666667%;
  }
  .col-xlg-push-9 {
    left: 37.5%;
  }
  .col-xlg-push-8 {
    left: 33.33333333%;
  }
  .col-xlg-push-7 {
    left: 29.16666667%;
  }
  .col-xlg-push-6 {
    left: 25%;
  }
  .col-xlg-push-5 {
    left: 20.83333333%;
  }
  .col-xlg-push-4 {
    left: 16.66666667%;
  }
  .col-xlg-push-3 {
    left: 12.5%;
  }
  .col-xlg-push-2 {
    left: 8.33333333%;
  }
  .col-xlg-push-1 {
    left: 4.16666667%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-24 {
    margin-left: 100%;
  }
  .col-xlg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-xlg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-21 {
    margin-left: 87.5%;
  }
  .col-xlg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-xlg-offset-18 {
    margin-left: 75%;
  }
  .col-xlg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-xlg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-15 {
    margin-left: 62.5%;
  }
  .col-xlg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 50%;
  }
  .col-xlg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-xlg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 37.5%;
  }
  .col-xlg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 25%;
  }
  .col-xlg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-xlg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 12.5%;
  }
  .col-xlg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #eaf1f4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.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-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: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #757575;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.42857143;
  color: #777777;
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #757575;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9e9e9e;
  background-color: #eaf1f4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eaf1f4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #757575;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eaf1f4;
  }
}
.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;
}
.breadcrumb {
  padding: 6px 0;
  margin-bottom: 9px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-size: 12px;
  text-transform: lowercase;
}
.breadcrumb > li {
  display: inline-block;
}
@media (max-width: 768px) {
  .breadcrumb > li a.nomobile.mobilebreadcrumb {
    text-indent: -9999px;
    width: 30px;
    margin-left: -20px;
    display: inline-block !important;
  }
}
.breadcrumb > li + li:before {
  content: "»\00a0";
  padding: 0 4px;
  color: #757575;
}
.breadcrumb > .active {
  color: #3b3b3b;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #eaf1f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #757575;
}
.thumbnail .caption {
  padding: 9px;
  color: #3b3b3b;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -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: #757575;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -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: #4caf50;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #da4b37;
}
.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-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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #dbdbdb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.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;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -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-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-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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #ddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #757575;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #757575;
}
.panel-primary > .panel-heading .badge {
  color: #757575;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #757575;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 10001;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 4px;
  text-transform: none!important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background-color: #ffffff;
}
.tooltip.in {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.tooltip.top {
  margin-top: -6px;
  padding: 0 0;
}
.tooltip.right {
  margin-left: 28px;
  padding: 0 0;
}
.tooltip.bottom {
  margin-top: 6px;
  padding: 0 0;
}
.tooltip.left {
  margin-left: -28px;
  padding: 0 0;
}
.tooltip-inner {
  white-space: nowrap;
  padding: 4px;
  color: #3b3b3b;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0;
  border-width: 0 0 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 0;
  margin-bottom: -0;
  border-width: 0 0 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-bottom: -0;
  border-width: 0 0 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0;
  border-width: 0 0 0 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0;
  border-width: 0 0 0 0;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0;
  border-width: 0 0 0;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 0;
  margin-top: -0;
  border-width: 0 0 0;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 0;
  margin-top: -0;
  border-width: 0 0 0;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em!important;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -0;
}
.popover.right {
  margin-left: 0;
}
.popover.bottom {
  margin-top: 0;
}
.popover.left {
  margin-left: -0;
}
.popover-title {
  margin: 0;
  padding: 25px 28px;
  font-size: 16px;
  background-color: transparent;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #3b3b3b;
}
.popover-content {
  padding: 0 28px 25px 28px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 1;
}
.popover > .arrow:after {
  border-width: 0;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -1;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -1;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -0;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -1;
  margin-top: -1;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -0;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -1;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -1;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -0;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -1;
  margin-top: -1;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -0;
}
.closepop {
  display: block;
  float: right;
  padding: 32px 0 18px 0;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
}
.closepop :hover {
  text-decoration: none;
}
/* popover z index ; issue 308 */
.popover-z-index {
  z-index: 99999 !important;
}
.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 {
  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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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);
}
.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%;
  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;
  margin-top: -10px;
  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: 2;
  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: rgba(0, 0, 0, 0);
}
.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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.panel-body: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,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*# sourceMappingURL=quorum-bootstrap.css.map */
/* Change box model to content box for some Kendo elements */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/** 
 * Kendo UI v2020.1.114 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-flex-wrap {
  flex-wrap: wrap;
}
.k-flex-nowrap {
  flex-wrap: nowrap;
}
.k-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.k-flex {
  flex: 1 1 0;
}
.k-flex-auto {
  flex: 1 1 auto;
}
.k-no-flex {
  flex: 0 0 0;
}
.k-no-flex-auto {
  flex: 0 0 auto;
}
.k-flex-grow {
  flex-grow: 1;
}
.k-no-flex-grow {
  flex-grow: 0;
}
.k-flex-shrink {
  flex-shrink: 1;
}
.k-no-flex-shrink {
  flex-shrink: 0;
}
.k-align-items-start {
  align-items: flex-start;
}
.k-align-items-end {
  align-items: flex-end;
}
.k-align-items-center {
  align-items: center;
}
.k-align-items-stretch {
  align-items: stretch;
}
.k-align-items-baseline {
  align-items: baseline;
}
.k-align-content-start {
  align-content: flex-start;
}
.k-align-content-end {
  align-content: flex-end;
}
.k-align-content-center {
  align-content: center;
}
.k-align-content-stretch {
  align-content: stretch;
}
.k-align-content-baseline {
  align-content: baseline;
}
.k-align-self-start {
  align-self: flex-start;
}
.k-align-self-end {
  align-self: flex-end;
}
.k-align-self-center {
  align-self: center;
}
.k-align-self-stretch {
  align-self: stretch;
}
.k-align-self-baseline {
  align-self: baseline;
}
.k-justify-content-start {
  justify-content: flex-start;
}
.k-justify-content-end {
  justify-content: flex-end;
}
.k-justify-content-center {
  justify-content: center;
}
.k-justify-content-between {
  justify-content: space-between;
}
.k-justify-content-around {
  justify-content: space-around;
}
.k-justify-content-evenly {
  justify-content: space-evenly;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.fake {
  color: red;
}
.k-common-test-class {
  opacity: 0;
}
.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.k-no-click {
  pointer-events: none;
}
.k-floatwrap:after,
.k-slider-items:after,
.k-grid-toolbar:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.k-floatwrap,
.k-slider-items,
.k-grid-toolbar {
  display: inline-block;
}
.k-floatwrap,
.k-slider-items,
.k-grid-toolbar {
  display: block;
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-tooltip,
.k-pager-wrap,
.k-tabstrip-items .k-item,
.k-link.k-state-hover,
.k-textbox,
.k-textbox:hover,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-draghandle {
  background-repeat: repeat;
  background-position: 0 center;
}
.k-link:hover {
  text-decoration: none;
}
.k-state-highlight > .k-link {
  color: inherit;
}
.k-textbox > input,
.k-multiselect .k-input,
.k-input[type="text"],
.k-input[type="number"],
.k-textbox,
.k-picker-wrap .k-input {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}
.k-widget,
.k-block,
.k-inline-block,
.k-draghandle {
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}
.k-block,
.k-widget {
  line-height: normal;
  outline: 0;
}
.k-widget .k-input::-ms-clear,
.k-list-filter ::-ms-clear {
  width: 0;
  height: 0;
}
.k-block,
.k-widget,
.k-grid,
.k-slider,
.k-splitter,
.k-treeview,
.k-panelbar,
.k-content,
.k-header-column-menu {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-block,
.k-slider,
.k-splitbar,
.k-calendar,
.k-treeview,
.k-pager-wrap,
.k-grid-header .k-i-link-horizontal,
.k-header-column-menu {
  -webkit-touch-callout: none;
}
.k-header-column-menu {
  color: inherit;
}
.k-block {
  padding: 2px;
}
.k-block > .k-header {
  margin: -2px 0 10px -2px;
  padding: .3em 2px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
  position: relative;
}
a.k-button-expand {
  display: block;
}
button.k-button-expand,
input[type="submit"].k-button-expand,
input[type="button"].k-button-expand,
input[type="reset"].k-button-expand {
  width: 100%;
}
.k-toolbar .k-button-icontext {
  padding-right: .8em;
}
.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.k-grid-header span.k-link {
  cursor: default;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-icon,
.k-state-disabled .k-draghandle,
.k-state-disabled .k-upload-button input {
  cursor: default !important;
  pointer-events: none;
  outline: 0;
}
.k-state-disabled {
  opacity: .7;
}
.k-state-disabled > .k-button {
  opacity: 1;
}
@media print {
  .k-state-disabled,
  .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}
.k-state-error {
  border-style: ridge;
}
.k-state-empty {
  font-style: italic;
}
.k-icon.k-i-none {
  background-image: none !important;
}
.k-image {
  border: 0;
}
.k-widget .k-icon.k-i-expand,
.k-widget .k-icon.k-i-collapse {
  cursor: pointer;
}
html .k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}
html .k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}
html .k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}
.k-inline-block {
  padding: 0 2px;
}
.k-loading,
.k-loading-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-icon.k-i-loading {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-icon.k-i-loading::before {
  content: "";
  display: none;
}
.k-loading-mask,
.k-loading-image,
.k-loading-text {
  position: absolute;
}
.k-loading-mask {
  z-index: 100;
}
.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}
.k-loading-mask .k-loading-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-loading-text {
  text-indent: -4000px;
  text-align: center;
}
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
}
.k-loading-image {
  top: 0;
  left: 0;
  z-index: 2;
}
.k-loading-color {
  filter: alpha(opacity=30);
  opacity: .3;
}
.k-content-frame {
  border: 0;
  width: 100%;
  height: 100%;
}
.k-pane > .k-splitter-overlay {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}
.k-drag-clue {
  position: absolute;
  z-index: 10003;
  border-style: solid;
  border-width: 1px;
  font-size: .9em;
  padding: .2em .4em;
  white-space: nowrap;
  cursor: default;
}
.k-item.k-drag-clue {
  font-size: inherit;
}
.k-drag-status {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}
.k-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}
.k-reorder-cue .k-icon {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 4px;
}
.k-reorder-cue .k-i-arrow-60-down {
  top: -4px;
}
.k-reorder-cue .k-i-arrow-60-up {
  bottom: -4px;
}
.k-scrollbar {
  position: absolute;
  overflow: scroll;
}
.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}
.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body .k-touch-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 7px;
  }
}
.k-virtual-scrollable-wrap {
  overflow-x: auto;
}
.k-current-time {
  background: #f00;
  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-animation-container,
.k-widget,
.k-widget *,
.k-animation-container *,
.k-widget *:before,
.k-animation-container *:after,
.k-block .k-header,
.k-list-container,
.k-dialog .k-window-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.k-textbox,
.k-autocomplete,
.k-tabstrip > .k-content > .km-scroll-container,
.k-block,
.k-edit-cell .k-widget,
.k-grid-edit-row .k-widget,
.k-grid-edit-row .text-box,
.km-actionsheet > li,
.km-shim,
div.k-window-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group .form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control.k-widget {
  padding: 0;
}
.km-widget,
.km-widget * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}
.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}
.k-hr {
  margin: .5em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  float: none;
  clear: both;
}
.k-icon,
.k-tool-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 'WebComponentsIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.k-i-drag-and-drop,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
.k-gantt-views > .k-current-view > .k-link:after {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 'WebComponentsIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.k-icon:before {
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-button.k-button-icon .k-icon,
.k-grid-filter .k-icon,
.k-header .k-icon {
  text-indent: -99999px;
  overflow: hidden;
}
.k-button.k-button-icon .k-icon:before,
.k-grid-filter .k-icon:before,
.k-header .k-icon:before {
  text-indent: 0;
}
.k-sprite {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-list-container .k-footer:before,
.k-list-container .k-footer:after {
  content: "";
  display: block;
  overflow: hidden;
}
.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;
}
.k-flip-h {
  transform: scaleX(-1);
}
.k-flip-v {
  transform: scaleY(-1);
}
.k-flip-h.k-flip-v {
  transform: scale(-1, -1);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-button {
  margin: 0;
  padding: 8px 14px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 center;
  font: inherit;
  line-height: 1.17647059;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
}
.k-no-flexbox .k-button {
  display: inline-block;
}
.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-text {
  overflow: hidden;
}
.k-button .k-icon,
.k-button .k-image,
.k-button .k-sprite {
  color: inherit;
  align-self: center;
  pointer-events: none;
}
.k-button-icontext {
  overflow: visible;
}
.k-button-icontext .k-icon,
.k-button-icontext .k-image,
.k-button-icontext .k-sprite {
  margin-right: 3px;
  margin-right: .1875em;
  margin-left: -2px;
  margin-left: -0.125em;
}
.k-button[disabled],
.k-state-disabled .k-button,
.k-button.k-state-disabled {
  cursor: default;
  outline: 0;
  box-shadow: none;
  opacity: 0.6;
}
.k-ie9 .k-button {
  display: inline-block;
}
a.k-button-expand {
  display: block;
}
button.k-button-expand,
input[type="submit"].k-button-expand,
input[type="button"].k-button-expand,
input[type="reset"].k-button-expand {
  width: 100%;
}
.k-button-icon {
  height: calc(1.1764705882352942em + (2*8px) + 2px);
}
.k-split-button-arrow {
  display: inline-block;
}
.k-button-icon,
.k-split-button-arrow {
  width: calc(1.1764705882352942em + (2*8px) + 2px);
  padding: 8px calc(14px/2);
}
.k-overflow-group .k-button-icon {
  width: auto;
}
.k-button.k-flat,
.k-button.k-bare {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}
.k-button.k-flat:hover,
.k-button.k-bare:hover,
.k-button.k-flat.k-state-hover,
.k-button.k-bare.k-state-hover,
.k-button.k-flat:active,
.k-button.k-bare:active,
.k-button.k-flat.k-state-active,
.k-button.k-bare.k-state-active,
.k-button.k-flat:hover:active,
.k-button.k-bare:hover:active,
.k-button.k-flat:hover.k-state-active,
.k-button.k-bare:hover.k-state-active {
  color: inherit;
}
.k-button.k-flat::before,
.k-button.k-bare::before {
  display: block;
}
.k-button.k-flat::after,
.k-button.k-bare::after {
  display: block;
}
.k-button.k-flat:focus::after,
.k-button.k-bare:focus::after,
.k-button.k-flat.k-state-focused::after,
.k-button.k-bare.k-state-focused::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: .12;
}
.k-button.k-flat[disabled],
.k-button.k-bare[disabled],
.k-state-disabled .k-button.k-flat,
.k-state-disabled .k-button.k-bare,
.k-button.k-flat.k-state-disabled,
.k-button.k-bare.k-state-disabled {
  pointer-events: none;
}
.k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}
.k-button:hover::before,
.k-button.k-state-hover::before {
  opacity: 0.08;
}
.k-button.k-no-focus:not(:hover)::before,
.k-button.k-no-focus:not(.k-state-hover)::before {
  opacity: 0;
}
.k-button:active::before,
.k-button.k-state-active::before {
  opacity: 0.16;
}
.k-button.k-state-selected::before {
  opacity: 0.2;
}
.k-button::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}
.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  position: relative;
  flex-wrap: nowrap;
}
.k-button-group .k-button {
  position: relative;
}
.k-button-group .k-button + .k-button {
  margin-left: -1px;
}
.k-button-group.k-button-group-stretched .k-button {
  flex: 1 0 auto;
}
.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active {
  z-index: 2;
}
.k-button-group .k-button:hover,
.k-button-group .k-button.k-state-hover {
  z-index: 3;
}
.k-button-group .k-button.k-state-disabled,
.k-button-group.k-state-disabled .k-button {
  z-index: auto;
}
.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focused {
  z-index: 4;
}
.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-overflow-container .k-overflow-tool-group {
  display: block;
}
.k-rtl .k-button-group .k-button {
  margin-left: 0;
}
.k-rtl .k-button-group .k-button + .k-button {
  margin-right: -1px;
}
.k-no-flexbox .k-button-group {
  display: inline-block;
}
.k-no-flexbox .k-button-group:after {
  content: "";
  display: block;
  clear: both;
}
.k-no-flexbox .k-button-group .k-button {
  display: inline-block;
  vertical-align: top;
}
.k-action-buttons {
  margin: 1em 0 0;
  padding: 6px 8px;
  text-align: right;
  position: relative;
  clear: both;
}
.k-action-buttons .k-button {
  min-width: 75px;
}
.k-action-buttons .k-button + .k-button {
  margin-left: 6px;
}
.k-action-buttons .k-button.k-left {
  float: left;
  margin: 0 0 0 1em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}
.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  -ms-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}
.k-rpanel-left,
.k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}
.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
.k-rpanel-left + *,
.k-rpanel-right + * {
  overflow: auto;
}
.k-ie9 .k-rpanel-left {
  left: -100%;
}
.k-ie9 .k-rpanel-left.k-rpanel-expanded {
  left: 0;
}
.k-rpanel-top {
  position: static;
  max-height: 0;
}
.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}
.k-rpanel-toggle {
  touch-action: manipulation;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-edit-form {
  margin: 0;
  padding: 0;
}
.k-window > div.k-popup-edit-form {
  padding: 1em 0;
}
.k-grid-edit-row .k-edit-form td {
  border-bottom-width: 0;
}
.k-edit-form-container {
  position: relative;
  width: 400px;
}
.k-edit-label,
.k-edit-form-container .editor-label {
  float: left;
  clear: both;
  width: 30%;
  padding: .4em 0 1em;
  margin-left: 2%;
  text-align: right;
}
.k-edit-field,
.k-edit-form-container .editor-field {
  float: right;
  clear: right;
  width: 60%;
  margin-right: 2%;
  padding: 0 0 .6em;
}
.k-edit-field.k-no-editor,
.k-edit-form-container .editor-field.k-no-editor {
  padding: .4em 0 1em;
}
.k-edit-form-container .k-button {
  margin: 0 .16em;
}
.k-edit-field > .k-button:first-child {
  margin-left: 0;
}
.k-edit-form-container .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: .6em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-window {
  padding: 0;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: absolute;
  z-index: 10001;
}
.k-window .k-overlay {
  position: absolute;
  opacity: 0;
}
/* Hardcoded the window values as Grunt contrib less only supports up to v3 LESS and this each function requires 3.7 */
.k-window-sm {
  width: 300px;
}
.k-window-md {
  width: 800px;
}
.k-window-lg {
  width: 1200px;
}
.k-window-titlebar {
  padding: 8px 16px;
  border-width: 0;
  border-style: none;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  min-height: 16px;
}
.k-window-title {
  font-size: 1.2em;
  line-height: 1.25;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
}
.k-window-title::before {
  content: "";
  display: inline-block;
}
.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 4px;
  right: 8px;
}
.k-window-titlebar .k-window-action {
  padding: 2px;
  width: 20px;
  height: 20px;
  border-width: 0;
  box-sizing: content-box;
  opacity: .7;
}
.k-window-titlebar .k-window-action:hover {
  opacity: 1;
}
.k-window-content,
.k-prompt-container {
  padding: 16px 16px;
  height: 100%;
  overflow: auto;
  position: relative;
  outline: 0;
}
.k-window-content + .k-prompt-container {
  margin-top: -16px;
}
.k-prompt-container .k-textbox {
  width: 100%;
}
.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}
.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}
.k-window-content > .km-scroll-container {
  height: 100%;
}
.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  opacity: 0;
  zoom: 1;
}
.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}
.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}
.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}
.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}
.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: se-resize;
}
.k-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}
.k-resize-ne {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: ne-resize;
}
.k-resize-nw {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: nw-resize;
}
.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  -webkit-backface-visibility: hidden;
}
.k-window > .k-action-buttons,
.k-window-content > .k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
}
.k-ie .k-window-content {
  border-radius: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}
.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}
.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}
.k-tabstrip > .k-button.k-bare {
  position: absolute;
  top: .27em;
  z-index: 2;
  user-select: none;
}
.k-tabstrip-bottom > .k-button.k-bare {
  top: auto;
  bottom: .15em;
}
.k-tabstrip-prev {
  left: .4em;
}
.k-tabstrip-next {
  right: .4em;
}
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 0;
  vertical-align: top;
}
.k-tabstrip-items > .k-item {
  overflow: hidden;
}
.k-tabstrip-items .k-tab-on-top,
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.k-tabstrip-top > .k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  margin: 0 -1px 0 0;
}
.k-tabstrip-top > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -1px;
  padding-bottom: 0px;
}
.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}
.k-tabstrip-items .k-link,
.k-panelbar .k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: .5em .92em;
}
.k-tabstrip-items .k-icon,
.k-panelbar .k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}
.k-tabstrip-items .k-item .k-image,
.k-tabstrip-items .k-item .k-sprite,
.k-panelbar .k-tabstrip-items .k-item .k-image,
.k-panelbar .k-tabstrip-items .k-item .k-sprite {
  margin: -3px 3px 0 -6px;
  vertical-align: middle;
}
.k-tabstrip-items .k-loading {
  top: 0;
  left: 0;
  height: 0;
  width: 20%;
  position: absolute;
  background: transparent;
  border-top: 1px solid transparent;
  border-color: inherit;
  transition: width 200ms linear;
  animation: k-tab-loader 1s ease-in-out infinite;
  -webkit-animation: k-tab-loader 1s ease-in-out infinite;
}
.k-tabstrip-items .k-progress {
  animation: none;
  -webkit-animation: none;
}
.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  animation: none;
  -webkit-animation: none;
}
.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 .286em .3em;
  padding: .92em;
  zoom: 1;
}
.k-tabstrip > .k-content {
  display: none;
  overflow: auto;
}
.k-tabstrip > .k-content.km-scroll-wrapper {
  padding: 0;
}
.k-tabstrip > .k-content > .km-scroll-container {
  padding: .3em .92em;
}
@keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
.k-tabstrip-left > div.k-content,
.k-tabstrip-right > div.k-content {
  margin: .286em .3em;
}
.k-tabstrip-left > .k-tabstrip-items .k-item,
.k-tabstrip-right > .k-tabstrip-items .k-item {
  display: block;
  margin-bottom: -1px;
}
.k-tabstrip-left > .k-tabstrip-items .k-link,
.k-tabstrip-right > .k-tabstrip-items .k-link {
  display: block;
}
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 0;
}
.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: .25em 0 .3em .3em;
}
.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}
.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  border-width: 1px 0 1px 1px;
}
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active {
  margin-right: -1px;
  padding-right: 1px;
}
.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: .25em .3em .3em 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-state-active {
  border-width: 1px 1px 1px 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-left: -1px;
  padding-left: 1px;
}
.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 .3em .3em;
}
.k-tabstrip-bottom > .k-content,
.k-panelbar .k-tabstrip-bottom > .k-content {
  margin: .3em .286em 0;
  z-index: 1;
  position: relative;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.k-tabstrip-bottom > .k-content {
  min-height: 100px;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-loading {
  top: auto;
  bottom: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-panelbar {
  zoom: 1;
}
.k-panelbar > .k-item,
.k-panel > .k-item {
  list-style-type: none;
  display: block;
  border-width: 0;
  margin: 0;
  zoom: 1;
  border-radius: 0;
}
.k-panelbar .k-link > .k-image,
.k-panelbar .k-link > .k-sprite {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link {
  color: inherit;
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}
.k-panelbar-expand.k-icon,
.k-panelbar-collapse.k-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}
.k-panelbar .k-panel,
.k-panelbar .k-content {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.k-panel > .k-item > .k-link {
  border-bottom: 0;
  font-size: .95em;
  line-height: 2.2;
}
.k-panel .k-panel > .k-item > .k-link {
  padding-left: 2em;
}
.k-panelbar .k-i-arrow-end-right .k-link {
  border-bottom: 0;
}
.k-panel .k-panel {
  border-bottom: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-pager-wrap {
  padding: .333em .25em;
  border-width: 1px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: default;
  flex: 0 0 auto;
}
.k-pager-wrap .k-link,
.k-pager-wrap .k-state-selected {
  width: 2.429em;
  height: 2.429em;
  margin: 0.08333em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  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-link {
  border-style: solid;
  border-width: 1px;
}
.k-pager-wrap .k-pager-numbers-wrap {
  width: auto;
  height: auto;
  position: relative;
  display: inline-flex;
}
.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 {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
.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 {
  margin: 0 .4em 0 0;
  width: 5.2em;
}
.k-pager-wrap .k-pager-refresh {
  order: 10;
  border-width: 0;
}
.k-pager-wrap .k-pager-info {
  flex: 1;
  text-align: right;
  order: 9;
  justify-content: flex-end;
}
.k-pager-wrap .k-widget {
  font-size: inherit;
}
.k-rtl .k-pager-wrap .k-i-arrow-end-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
.k-rtl .k-pager-wrap .k-i-arrow-end-right,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-right {
  transform: scaleX(-1);
}
.k-rtl .k-pager-wrap .k-pager-sizes .k-dropdown,
.k-pager-wrap[dir="rtl"] .k-pager-sizes .k-dropdown,
[dir="rtl"] .k-pager-wrap .k-pager-sizes .k-dropdown,
.k-rtl .k-pager-wrap .k-pager-sizes > select,
.k-pager-wrap[dir="rtl"] .k-pager-sizes > select,
[dir="rtl"] .k-pager-wrap .k-pager-sizes > select {
  margin-right: 0;
  margin-left: 2em;
}
.k-pager-wrap.k-pager-lg,
.k-pager-wrap.k-pager-md,
.k-pager-wrap.k-pager-sm {
  position: relative;
  overflow: visible;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers-wrap,
.k-pager-wrap.k-pager-md .k-pager-numbers-wrap,
.k-pager-wrap.k-pager-sm .k-pager-numbers-wrap {
  width: calc((2.429em * 2) + 2px);
  height: calc(2.429em + 2px);
  box-sizing: border-box;
  border-color: inherit;
  margin: 0 .08333em;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers,
.k-pager-wrap.k-pager-md .k-pager-numbers,
.k-pager-wrap.k-pager-sm .k-pager-numbers {
  position: absolute;
  overflow: hidden;
  flex-direction: column-reverse;
  height: auto;
  margin: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  z-index: 3;
  border-radius: 2px;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers li:not(.k-current-page),
.k-pager-wrap.k-pager-md .k-pager-numbers li:not(.k-current-page),
.k-pager-wrap.k-pager-sm .k-pager-numbers li:not(.k-current-page) {
  display: none;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-current-page,
.k-pager-wrap.k-pager-md .k-pager-numbers .k-current-page,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-current-page {
  display: inline-flex;
  cursor: pointer;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-md .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected,
.k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
  margin: 0;
  border-width: 0;
  width: 4.858em;
  height: 2.429em;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded {
  border-radius: 2px 2px 2px 2px;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0 0 2px 2px;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded li,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded li,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded li {
  display: inline-flex;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: inherit;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-link,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-link,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-link,
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-state-selected,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-state-selected,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-state-selected {
  border-radius: 2px;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0;
}
.k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link,
.k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link,
.k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link,
.k-pager-wrap.k-pager-lg[dir="rtl"] .k-pager-numbers + .k-link,
.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-numbers + .k-link,
.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-numbers + .k-link,
[dir="rtl"] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link,
[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link,
[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link,
.k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input,
.k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input,
.k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input,
.k-pager-wrap.k-pager-lg[dir="rtl"] .k-pager-numbers + .k-pager-input,
.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-numbers + .k-pager-input,
.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-numbers + .k-pager-input,
[dir="rtl"] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input,
[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input,
[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input {
  margin-left: 0;
}
.k-pager-wrap.k-pager-md .k-pager-info,
.k-pager-wrap.k-pager-sm .k-pager-info {
  display: none;
}
.k-pager-wrap.k-pager-md .k-pager-refresh,
.k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: auto;
}
.k-rtl .k-pager-wrap.k-pager-md .k-pager-refresh,
.k-rtl .k-pager-wrap.k-pager-sm .k-pager-refresh,
.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-refresh,
.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-refresh,
[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-refresh,
[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: 0;
  margin-right: auto;
}
.k-pager-wrap.k-pager-sm .k-pager-sizes {
  display: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-grid,
.k-listview {
  position: relative;
  zoom: 1;
}
.k-grid table {
  width: 100%;
  margin: 0;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: none;
}
.k-header.k-drag-clue {
  padding: 0.786em 0.6em;
  line-height: 1.6;
  overflow: hidden;
}
.k-grid-header th.k-header,
.k-filter-row th {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.786em 0.6em;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.k-grid-header th.k-header {
  vertical-align: bottom;
  cursor: default;
}
.k-grid-header th.k-header .k-checkbox {
  vertical-align: top;
}
.k-filtercell,
.k-filtercell > span,
.k-filtercell .k-widget {
  display: block;
  width: auto;
}
.k-filtercell > span {
  padding-right: 4.8em;
  position: relative;
  min-height: 2em;
  line-height: 2em;
}
.k-filtercell > .k-operator-hidden {
  padding-right: 2.3em;
}
.k-filtercell > span > .k-button,
.k-filter-row .k-dropdown-operator {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}
.k-filtercell > span > label {
  vertical-align: middle;
}
.k-filter-row label > input[type="radio"] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.k-ff .k-grid .k-filter-row .k-i-filter-clear {
  top: 1px;
}
.k-ie10 .k-grid-header a:active {
  background-color: transparent;
}
.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em 0;
  padding: .5em .6em .4em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}
.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
}
.k-grid .k-state-hover {
  cursor: pointer;
}
.k-grid-column-resizing,
.k-grid-column-resizing .k-grid-filter,
.k-grid-column-resizing .k-link,
.k-grid-column-resizing .k-button,
.k-grid-column-resizing .k-grid-toolbar {
  cursor: col-resize;
}
.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: .4em .6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.k-grid .k-grouping-row td,
.k-grid .k-hierarchy-cell {
  overflow: visible;
}
.k-grid-edit-row td {
  text-overflow: clip;
}
.k-grid-edit-row .k-textbox,
.k-grid-edit-row .text-box {
  margin-top: 0;
  margin-bottom: 0;
}
.k-grid-header-wrap,
.k-grid-footer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px 0 0;
  zoom: 1;
}
div.k-grid-header,
div.k-grid-footer {
  padding-right: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  zoom: 1;
}
.k-grid-header-wrap > table,
.k-grid-header-locked > table {
  margin-bottom: -1px;
}
.k-grid-content {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  min-height: 0%;
}
.k-mobile .k-grid tbody {
  -webkit-backface-visibility: hidden;
}
.k-mobile .k-grid-backface tbody {
  -webkit-backface-visibility: visible;
}
.k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
}
.k-grid-norecords {
  width: 100%;
  height: 100%;
  text-align: center;
}
.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
  margin: 0 auto;
}
.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  top: 50%;
  left: 50%;
  margin-left: -10em;
  margin-top: -2em;
  position: absolute;
}
@media print {
  .k-grid {
    height: auto !important;
  }
  .k-grid-header {
    padding: 0 !important;
  }
  .k-grid-header-wrap,
  .k-grid-content {
    overflow: visible;
    height: auto !important;
  }
}
.k-grid .k-scrollbar {
  -ms-overflow-style: scrollbar;
}
.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}
.k-grid-header table,
.k-grid-content table,
.k-grid-footer table,
.k-grid-content-locked > table {
  table-layout: fixed;
}
.k-grid-lockedcolumns {
  white-space: nowrap;
}
.k-grid-content-locked,
.k-grid-content,
.k-pager-wrap {
  white-space: normal;
}
.k-grid-header-locked,
.k-grid-content-locked,
.k-grid-footer-locked {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.k-grid-header-locked + .k-grid-header-wrap,
.k-grid-content-locked + .k-grid-content,
.k-grid-footer-locked + .k-grid-footer-wrap {
  display: inline-block;
  vertical-align: top;
}
.k-grid-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
}
.k-grid-header th.k-header:first-child,
.k-grid tbody td:first-child,
.k-grid tfoot td:first-child,
.k-filter-row > th:first-child {
  border-left-width: 0;
}
.k-grid-header th.k-header.k-first {
  border-left-width: 1px;
}
.k-footer-template td {
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}
.k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}
.k-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}
.k-grid-footer td {
  border-top-width: 0;
}
.k-grid-footer > td {
  border-top-width: 1px;
}
.k-grid-pager {
  border-width: 1px 0 0;
}
.k-header > .k-grid-filter,
.k-header > .k-header-column-menu {
  float: right;
  margin: -0.5em -0.6em -0.4em 0;
  padding: .5em .2em .4em;
  position: relative;
  z-index: 1;
  color: inherit;
}
.k-grid .k-animation-container {
  position: absolute;
}
.k-filter-menu {
  padding: .5em;
}
.k-list-filter {
  display: block;
}
form.k-filter-menu .k-widget,
form.k-filter-menu .k-textbox {
  display: block;
}
form.k-filter-menu .k-textbox {
  width: 100%;
  margin-bottom: 3px;
}
.k-filter-help-text,
.k-filter-menu .k-widget,
.k-filter-menu .k-textbox {
  margin: .19em 0 0;
}
.k-filter-menu span.k-filter-and {
  width: 6em;
  margin: .5em 0 .5em;
}
.k-filter-menu .k-action-buttons {
  margin: 0;
  padding: 0;
  text-align: initial;
}
.k-filter-menu .k-action-buttons .k-button {
  width: 48%;
  margin: .5em 4% 0 0;
  min-width: 0;
}
.k-filter-menu .k-action-buttons .k-button + .k-button {
  margin-right: 0;
}
.k-filter-menu .k-filter-selected-items {
  font-weight: bold;
  margin: .5em;
}
.k-multicheck-wrap {
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 300px;
}
.k-multicheck-wrap .k-item {
  line-height: 2.2em;
}
.k-grouping-row .k-icon {
  margin: -3px 4px 0 2px;
}
.k-grouping-row p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 .6em;
}
.k-grouping-row + tr td {
  border-top-width: 1px;
}
.k-grouping-row .k-group-cell,
.k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: clip;
}
.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}
.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
  width: 27px;
}
.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.k-grouping-header {
  line-height: 2;
  position: relative;
  white-space: normal;
}
.k-grouping-dropclue {
  position: absolute;
  top: 3px;
  width: 6px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -165px -148px;
}
.k-grouping-dropclue:before,
.k-grouping-dropclue:after {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
}
.k-grouping-dropclue:before {
  top: 0;
  border-bottom: 0;
}
.k-grouping-dropclue:after {
  bottom: 0;
  border-top: 0;
}
.k-group-indicator {
  padding: .15em .15em .15em .4em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  vertical-align: top;
}
.k-grouping-header .k-group-indicator {
  margin: 0 3px;
}
.k-group-indicator .k-link,
.k-group-indicator .k-button.k-bare {
  padding: 0;
  border-width: 0;
  display: inline-flex;
  align-items: center;
}
.k-group-indicator .k-link .k-icon {
  margin-right: 4px;
}
.k-group-indicator .k-button.k-bare {
  margin-left: 8px;
  padding: 0;
  width: auto;
  height: auto;
  opacity: .5;
}
.k-group-indicator .k-button.k-bare::before,
.k-group-indicator .k-button.k-bare::after {
  display: none;
}
.k-group-indicator .k-button.k-bare:hover {
  opacity: 1;
}
.k-no-flexbox .k-group-indicator {
  display: inline-block;
}
.k-no-flexbox .k-group-indicator .k-link,
.k-no-flexbox .k-group-indicator .k-button {
  display: inline-block;
  vertical-align: middle;
}
.k-dirty-cell:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  float: left;
}
.k-dirty-cell {
  position: relative;
}
.k-dirty-cell.k-edit-cell {
  position: static;
}
.k-dirty-cell .k-dirty {
  margin: 0;
  top: 0;
  left: 0;
}
.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #f00 transparent transparent #f00;
  margin: -0.45em 0 0 -0.6em;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}
.k-grouping-header,
.k-grid-toolbar {
  margin: 0;
  padding: 0.429em 0.2em 0.429em 1em;
  cursor: default;
}
.k-grid .k-edit-container {
  padding: 0;
}
.k-grid .field-validation-error {
  display: block;
}
.k-grid .input-validation-error {
  border-style: ridge;
  border-color: #f00;
  background-color: #ffc0cb;
}
.k-grid-toolbar .k-button {
  vertical-align: middle;
}
.k-grid-actions {
  display: inline-block;
}
.k-grid .k-button,
.k-grid .k-grid-toolbar > * {
  margin: .16em;
}
.k-grid tbody .k-button {
  min-width: 64px;
}
.k-grid tbody button.k-button {
  min-width: 78px;
}
html body .k-grid tbody .k-button-icon {
  width: auto;
  min-width: 0;
}
.k-detail-row {
  position: relative;
}
.k-grid .k-detail-cell {
  overflow: visible;
}
.k-grid .k-edit-cell {
  padding: 0 .3em;
  white-space: nowrap;
}
.k-grid .k-edit-cell .k-tooltip {
  white-space: normal;
}
.k-edit-cell > .k-textbox,
.k-grid-edit-row > td > .k-textbox,
.k-edit-cell > .k-widget:not(.k-switch),
.k-grid-edit-row > td > .k-widget:not(.k-switch),
.k-edit-cell > .text-box,
.k-grid-edit-row > td > .text-box {
  width: 100%;
}
html .k-edit-cell .k-widget.k-tooltip,
html .k-grid-edit-row .k-widget.k-tooltip {
  width: auto;
  max-width: 300px;
}
.k-edit-cell input[type="checkbox"] {
  margin-left: .6em;
}
.k-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaa;
}
.k-grid-header .k-resize-handle,
.k-grid > .k-resize-handle {
  position: absolute;
  height: 25px;
  cursor: col-resize;
  z-index: 2;
}
.k-marquee {
  position: absolute;
  z-index: 100000;
}
.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.k-marquee-color {
  filter: alpha(opacity=60);
  opacity: .6;
}
.k-ie9 .k-column-menu {
  width: 160px;
}
.k-column-menu {
  min-width: 160px;
}
.k-column-menu .k-sprite {
  margin-right: 10px;
}
.k-column-menu > .k-menu {
  border-width: 0;
}
.k-column-menu .k-calendar .k-link {
  white-space: normal;
}
.k-columns-item .k-group {
  max-height: 200px;
  overflow: auto;
}
.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}
.k-pdf-export-shadow .k-grid-content.k-auto-scrollable {
  padding-right: 0 !important;
}
.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap,
.k-pdf-export-shadow .k-grid-content-locked + .k-grid-content,
.k-pdf-export-shadow .k-grid-footer-locked + .k-grid-footer-wrap {
  width: auto !important;
}
.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .k-grid[data-role="grid"] .k-grid-footer {
  padding: 0 !important;
}
.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.k-loading-pdf-mask .k-loading-color {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-pdf-export .k-loading-pdf-mask {
  display: none;
}
.k-pdf-export .k-grid-filter {
  text-decoration: none;
}
.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 .k-grouping-row td {
  border-bottom-width: 0;
}
.k-grid .k-grouping-row + tr td {
  border-top-width: 1px;
}
.k-grid .k-grouping-row + tr td.k-group-cell {
  border-top-width: 0;
}
.k-grid .k-group-cell {
  border-bottom-width: 0;
  border-top-width: 0;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm {
  margin-left: 7px;
}
.k-grid-header .k-sort-order {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 1px;
  margin-left: -1px;
  vertical-align: text-top;
  font-size: 12px;
}
.k-grid-header .k-link .k-icon.k-i-sort-asc-sm,
.k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
  margin-top: 1px;
  vertical-align: text-top;
}
.k-grid .k-header .k-grid-search {
  width: 15.7em;
  float: right;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.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-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.k-treelist .k-i-arrow-60-right,
.k-treelist .k-i-arrow-45-down-right {
  cursor: pointer;
}
.k-treelist .k-i-arrow-45-down-right {
  margin-top: -0.5em;
}
.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 .5em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-gantt {
  white-space: nowrap;
  position: relative;
}
.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.k-gantt .k-gantt-layout th,
.k-gantt .k-gantt-layout .k-grid-header td {
  vertical-align: bottom;
}
.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}
.k-gantt-treelist > .k-treelist,
.k-gantt-timeline > .k-timeline {
  border-width: 0;
  height: 100%;
}
.k-gantt-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 2.4em;
  padding: .5em;
}
.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}
.k-gantt-actions,
.k-gantt-toolbar > ul {
  float: left;
  margin-right: .6em;
}
.k-gantt-actions > .k-button {
  margin-right: .5em;
  vertical-align: top;
}
.k-gantt-toolbar > .k-gantt-views {
  float: right;
  margin-right: 0;
}
.k-gantt-toolbar > .k-gantt-views > li.k-current-view {
  display: none;
}
.k-gantt-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.k-gantt-toolbar > ul > li:first-child + li {
  border-left-width: 1px;
}
.k-gantt-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}
.k-gantt-toolbar li:first-child + li,
.k-gantt-toolbar li:first-child + li > .k-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-gantt-toolbar li:last-child,
.k-gantt-toolbar li:last-child > .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-gantt-toolbar li.k-button {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.k-gantt-treelist .k-grid-header tr {
  height: 5em;
}
.k-gantt .k-treelist .k-grid-header {
  padding: 0 !important;
}
.k-gantt .k-treelist .k-grid-content {
  overflow-y: hidden;
  overflow-x: scroll;
}
.k-treelist-group > tr > span {
  font-weight: bold;
}
.k-treelist-group .k-widget {
  font-weight: normal;
}
.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}
.k-gantt-timeline .k-grid-header .k-header {
  vertical-align: bottom;
  cursor: default;
}
.k-gantt-tasks {
  position: relative;
}
.k-gantt-rows tr,
.k-gantt-tasks tr,
.k-gantt .k-grid-content tr {
  height: 2.3em;
}
.k-gantt .k-gantt-tasks td:after {
  content: "\a0";
}
.k-gantt-timeline {
  background: transparent;
}
.k-gantt-rows,
.k-gantt-columns,
.k-gantt-dependencies {
  position: absolute;
  top: 0;
  left: 0;
}
.k-gantt-tables {
  position: relative;
}
.k-gantt .k-timeline .k-grid-content {
  overflow-x: scroll;
}
.k-gantt .k-gantt-timeline th,
.k-gantt-timeline .k-grid-header td {
  text-align: center;
}
.k-gantt .k-gantt-timeline tr:first-child th,
.k-gantt .k-gantt-timeline .k-grid-header tr:first-child td {
  border-bottom-width: 1px;
}
.k-gantt-timeline td.k-header {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: .5em .6em .4em .6em;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}
.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}
.k-task-summary:before,
.k-task-summary-complete:before,
.k-task-summary:after,
.k-task-summary-complete:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
}
.k-task-summary:before,
.k-task-summary-complete:before {
  left: 0;
  border-left-color: inherit;
}
.k-task-summary:after,
.k-task-summary-complete:after {
  right: 0;
  border-right-color: inherit;
}
.k-line-h,
.k-line-v {
  position: absolute;
}
.k-line-h {
  height: 2px;
}
.k-line-v {
  width: 2px;
}
.k-arrow-e,
.k-arrow-w {
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
}
.k-arrow-e {
  right: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.k-arrow-w {
  left: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
}
.k-gantt .k-gantt-treelist .k-button,
.k-gantt .k-gantt-tasks .k-button-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.k-gantt .k-gantt-tasks .k-button-icon {
  margin-top: 4px;
}
.k-gantt .k-gantt-treelist .k-button {
  margin-top: -4px;
  margin-bottom: -2px;
}
.k-gantt .k-gantt-tasks .k-button-icon {
  padding-left: 2px;
  padding-right: 2px;
}
.k-gantt .k-gantt-treelist .k-button .k-icon,
.k-gantt .k-gantt-tasks .k-button .k-icon {
  vertical-align: text-top;
}
.k-rel .k-button-icon {
  position: absolute;
  left: 200px;
}
.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}
.k-task-wrap {
  position: absolute;
  display: inline;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}
.k-task-wrap:hover,
.k-line.k-state-selected {
  z-index: 3;
}
.k-milestone-wrap {
  margin: 0 -13px 0 -27px;
}
.k-task-content {
  position: relative;
  z-index: 2;
}
.k-task-complete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}
.k-task-dot {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
}
.k-task-dot.k-state-hover {
  background-color: transparent;
}
.k-task-single + .k-task-dot,
.k-task-single + .k-task-dot + .k-task-dot {
  top: .2em;
}
.k-task-wrap:hover .k-task-dot,
.k-task-wrap-active .k-task-dot {
  display: block;
}
.k-task-dot:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 16px;
}
.k-task-dot:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 4px;
}
.k-task-dot:hover:after,
.k-task-dot.k-state-hover:after,
.k-task-wrap-active .k-task-dot:after {
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
}
.k-task-start {
  left: 0;
}
.k-task-end {
  right: 0;
}
.k-task-single {
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
  cursor: default;
  min-height: 1.3em;
  white-space: nowrap;
}
.k-task-template {
  padding: .2em 1.4em .2em .6em;
  line-height: normal;
}
.k-task-actions,
.k-task-content > .k-link {
  position: absolute;
  top: 0;
  right: 4px;
  white-space: nowrap;
}
.k-task-actions {
  z-index: 1;
}
.k-task-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}
.k-webkit .k-task-actions:first-child {
  margin-top: 3px;
}
.k-task-actions:first-child > .k-link {
  display: inline-block;
}
.k-task-delete {
  display: none;
}
.k-task-wrap:hover .k-task-delete,
.k-task-wrap-active .k-task-delete {
  display: inline-block;
}
.k-task-single .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  height: auto;
}
.k-task-single:hover .k-resize-handle,
.k-task-wrap-active .k-resize-handle {
  visibility: visible;
}
.k-task-single .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: .5;
}
.k-task-content > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: .4em;
}
.k-task-content > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: .4em;
}
.k-task-content > .k-resize-e:after,
.k-task-content > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}
.k-task-content > .k-resize-e:after {
  left: auto;
  right: 1px;
}
.k-task-draghandle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 18px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}
.k-task-wrap:hover .k-task-draghandle,
.k-task-wrap-active .k-task-draghandle {
  display: block;
}
.k-dependency-hint {
  z-index: 4;
}
.k-gantt-rowheight .k-task-summary,
.k-gantt-rowheight .k-task-milestone,
.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  top: 50%;
}
.k-gantt-rowheight .k-task-summary,
.k-gantt-rowheight .k-task-milestone {
  margin-top: -6px;
}
.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  margin-top: -11px;
}
.k-gantt-rowheight .k-task-single {
  height: calc(100% - 2px);
}
.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}
.k-gantt-rowheight .k-task-content {
  height: 100%;
}
.k-gantt-rowheight .k-task-content > .k-resize-e:after,
.k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}
.k-task-details {
  padding: .4em;
  text-align: left;
  white-space: nowrap;
}
.k-task-details > strong {
  font-size: 120%;
  display: block;
}
.k-task-pct {
  margin: .5em 0 .1em;
  font-size: 170%;
}
.k-task-details > ul {
  line-height: 1.2;
}
.k-resources-wrap {
  position: absolute;
  display: inline;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k-resources-wrap .k-resource {
  margin: 0px 5px;
}
.k-gantt-edit-form > .k-edit-form-container {
  width: 430px;
}
.k-gantt-edit-form > .k-resources-form-container {
  width: 506px;
}
.k-resources-form-container > .k-grid {
  margin: 0 .9em;
}
.k-gantt-edit-form > .k-edit-form-container .k-textbox,
.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox {
  width: 15em;
}
.k-gantt-edit-form .k-edit-buttons .k-gantt-delete {
  float: left;
}
.k-pdf-export-shadow .k-gantt {
  float: left;
}
.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt .k-grid-content {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.k-pdf-export-shadow .k-gantt-treelist {
  height: auto !important;
  overflow: visible !important;
}
.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}
.k-pdf-export-shadow .k-gantt .k-splitbar,
.k-pdf-export-shadow .k-pdf-export {
  display: none;
}
button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: .5em;
}
@media only screen and (max-width: 1024px) {
  .k-gantt-toolbar > ul.k-gantt-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views {
    right: auto;
    left: 6px;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li:not(.k-current-view) {
    display: none;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link:after {
    content: "\E006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li,
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }
  .k-gantt-create span + span,
  .k-gantt-pdf span + span {
    display: none;
  }
  .k-gantt-create .k-icon,
  .k-gantt-pdf .k-icon {
    margin: 0;
  }
  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }
  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }
  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }
  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
div.k-treeview {
  border-width: 0;
  background: none;
  overflow: auto;
  white-space: nowrap;
}
.k-treeview .k-item {
  display: block;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 16px;
}
.k-treeview > .k-group,
.k-treeview .k-item > .k-group,
.k-treeview .k-content {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
  position: relative;
}
.k-treeview .k-icon,
.k-treeview .k-image,
.k-treeview .k-sprite,
.k-treeview .k-checkbox,
.k-treeview .k-in {
  display: inline-block;
  vertical-align: top;
}
.k-checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.k-treeview .k-checkbox-wrapper + .k-in {
  margin-left: 4px;
}
.k-treeview .k-icon,
.k-treeview .k-in {
  vertical-align: middle;
}
.k-treeview .k-request-retry {
  vertical-align: baseline;
}
.k-treeview .k-i-plus,
.k-treeview .k-i-minus,
.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
  margin-left: -16px;
  cursor: pointer;
}
.k-treeview .k-i-collapse {
  margin-top: -4px;
}
.k-treeview .k-sprite,
.k-treeview .k-image {
  margin-right: 3px;
}
.k-treeview .k-in {
  margin: 0;
  padding: 0.429em 0.6667em 0.429em 0.5833em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
.k-treeview span.k-in {
  cursor: default;
}
.k-treeview .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
}
.k-treeview .k-state-hover {
  cursor: pointer;
}
.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 + .k-in {
  margin-left: 0;
  margin-right: 4px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
span.k-datepicker,
span.k-timepicker,
span.k-datetimepicker,
span.k-colorpicker,
span.k-numerictextbox,
span.k-combobox,
span.k-dropdown,
span.k-dropdowntree,
.k-toolbar .k-split-button {
  background-image: none;
}
.k-autocomplete,
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-colorpicker,
.k-numerictextbox,
.k-dropdown,
.k-dropdowntree,
.k-selectbox,
.k-multiselect,
.k-textbox,
.k-toolbar .k-split-button,
.k-listbox {
  position: relative;
  display: inline-block;
  width: 12.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}
.k-autocomplete > .k-i-close,
.k-dropdown-wrap > .k-i-close,
.k-multiselect-wrap > .k-i-close {
  font-size: 100%;
  display: none;
  position: absolute;
  cursor: pointer;
}
.k-autocomplete > .k-i-close {
  right: calc(( (2.4214285700000002em - 16px)/2 ));
}
.k-multiselect-wrap > .k-i-close {
  right: calc(( (2.4214285700000002em - 16px)/2 ) + 1px);
}
.k-autocomplete > .k-i-close,
.k-dropdown-wrap > .k-i-close {
  top: 50%;
  transform: translateY(-50%);
}
.k-dropdown-wrap > .k-i-close {
  right: calc(( 2.4214285700000002em + ((2.5em - 16px)/2) ));
}
.k-multiselect-wrap > .k-i-close,
.k-dropdowntree > .k-multiselect-wrap > .k-i-close {
  top: calc(( (2.07142857em - 16px) / 2 + 0.17857143em + 1px ));
}
.k-multiselect-wrap .k-readonly,
.k-dropdown-wrap .k-readonly {
  opacity: 0.5;
}
.k-autocomplete.k-state-hover > .k-i-close,
.k-dropdown-wrap.k-state-hover > .k-i-close,
.k-multiselect-wrap.k-state-hover > .k-i-close,
.k-autocomplete.k-state-focused > .k-i-close,
.k-dropdown-wrap.k-state-focused > .k-i-close,
.k-multiselect-wrap.k-state-focused > .k-i-close {
  display: inline-block;
  outline: none;
}
.k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close,
.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close {
  display: inline-block;
  outline: none;
}
.k-autocomplete > .k-hidden,
.k-dropdown-wrap .k-hidden,
.k-multiselect-wrap .k-hidden {
  display: none !important;
}
.k-autocomplete,
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-colorpicker,
.k-numerictextbox,
.k-dropdown,
.k-dropdowntree,
.k-selectbox,
.k-toolbar .k-split-button {
  white-space: nowrap;
}
.k-filter-menu .k-combobox,
.k-filter-menu .k-datepicker,
.k-filter-menu .k-timepicker,
.k-filter-menu .k-datetimepicker,
.k-filter-menu .k-numerictextbox,
.k-filter-menu .k-dropdown,
.k-filter-menu .k-dropdowntree,
.k-filter-menu .k-autocomplete,
.k-filter-menu .k-textbox {
  width: 13.2em;
}
.k-colorpicker,
.k-toolbar .k-split-button {
  width: auto;
}
.k-datetimepicker {
  width: 15em;
}
.k-autocomplete,
.k-picker-wrap,
.k-numeric-wrap {
  position: relative;
  cursor: default;
}
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-multiselect-wrap {
  display: block;
}
.k-list-scroller {
  position: relative;
  overflow: auto;
}
.k-popup.k-list-container,
.k-popup.k-calendar-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}
.k-list-container.k-popup-dropdowntree {
  padding: 0;
}
.k-list-container.k-popup-dropdowntree .k-check-all {
  margin: 10px 10px 0;
}
.k-list-container.k-popup-dropdowntree .k-treeview {
  box-sizing: border-box;
  padding: 10px;
}
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-bottom-width: 0;
  padding-bottom: 1px;
}
.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}
.k-textbox,
.k-autocomplete,
.k-dropdown-wrap,
.k-multiselect-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  border-width: 1px;
  border-style: solid;
}
.k-dropdown-wrap {
  position: relative;
}
.k-dropdown-wrap,
.k-numeric-wrap,
.k-picker-wrap {
  padding-right: calc(2.42142857em);
}
.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}
.k-numeric-wrap.k-expand-padding .k-i-warning {
  right: 0;
}
.k-textbox,
.k-autocomplete {
  padding: 0;
}
.k-textbox.k-space-left {
  padding-left: 2em;
}
.k-textbox.k-space-right {
  padding-right: 2em;
}
.k-picker-wrap .k-input {
  margin: 0;
}
.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}
.k-space-left .k-icon {
  left: 3px;
}
.k-space-right .k-icon {
  right: 3px;
}
span.k-textbox:after {
  content: "\a0";
  display: block;
  height: .4px;
  overflow: hidden;
}
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  transition: box-shadow 0.15s ease-out;
}
.k-textbox > input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input {
  width: 100%;
  box-sizing: border-box;
}
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  font-family: inherit;
  border-width: 0;
  outline: 0;
}
.k-dropdown .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  color: inherit;
  background: transparent;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.k-combobox .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: inherit;
}
span.k-datetimepicker .k-select,
span.k-datetimepicker .k-select + .k-select {
  right: 0;
}
.k-textbox > input,
.k-autocomplete .k-input {
  display: block;
  width: 100%;
}
.k-dropdown-wrap .k-select,
.k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  color: inherit;
}
.k-dropdown .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  line-height: 2.07142857em;
  padding: 0.17857143em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-dropdown-wrap .k-input:before {
  content: "";
  display: inline-block;
  width: 0;
}
.k-ie .k-autocomplete .k-input {
  height: 2.07142857em;
}
.k-ie .k-textbox > input,
.k-ie .k-picker-wrap .k-input,
.k-ie .k-numeric-wrap .k-input,
.k-ie .k-combobox .k-input {
  height: calc(2.07142857em + .35em);
}
.k-ie input.k-textbox {
  height: calc(2.07142857em + .35em + 2px);
}
.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-picker-wrap:before,
.k-webkit .k-numeric-wrap:before {
  padding-bottom: 0.38em;
}
.km.root .k-combobox .k-dropdown-wrap:before,
.km.root .k-picker-wrap:before,
.km.root .k-numeric-wrap:before {
  content: none;
}
.k-combobox .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  display: inline;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  line-height: calc(2.07142857em + 0.35em);
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: calc(2.07142857em + 0.35em);
  height: 100%;
}
.k-numeric-wrap .k-select {
  padding: 0;
}
body .k-datetimepicker .k-select {
  border-radius: 0;
}
.k-combobox .k-select,
.k-dropdown,
.k-dropdowntree .k-dropdown-wrap,
.k-selectbox .k-icon {
  cursor: pointer;
}
.k-popup {
  border-style: solid;
  border-width: 1px;
}
.k-popup .k-item,
.k-list-optionlabel {
  cursor: default;
}
.k-popup .k-calendar {
  border: 0;
}
.k-list {
  height: auto;
}
.k-nodata {
  min-height: 138px;
  width: 100%;
  display: table;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: lighter;
}
.k-nodata > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}
.k-popup .k-list .k-item,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header,
.k-listbox .k-item,
.k-item.k-drag-clue {
  padding: 1px 5px 1px 5px;
  line-height: 1.8em;
  min-height: 1.8em;
}
.k-popup .k-list .k-item,
.k-listbox .k-item {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 4px;
}
.k-popup .k-list .k-item > .k-group {
  top: -1px;
}
.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-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding-right: 22px;
}
.k-overflow-container .k-item {
  padding: 1px;
}
.k-overflow-container > .k-state-disabled .k-button,
.k-overflow-container > .k-state-disabled .k-button:hover,
.k-overflow-container .k-button.k-state-disabled,
.k-overflow-container .k-button.k-state-disabled:hover {
  border-color: transparent;
  background: none;
}
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-selected,
.k-overflow-container .k-state-hover,
.k-overflow-container .k-state-focused,
.k-overflow-container .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected,
.k-listbox .k-item {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
}
.k-list-filter {
  position: relative;
  margin-bottom: 2px;
}
.k-list-filter > .k-textbox {
  padding-right: 20px;
  width: 100%;
}
.k-list-filter > .k-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.km-root .k-list-filter > .k-textbox {
  padding-left: 0;
  padding-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.k-multiselect {
  display: block;
  width: auto;
}
.k-multiselect-wrap {
  border-radius: 4px;
  padding-right: 22px;
}
.k-multiselect-wrap .k-input {
  min-width: 25px;
  min-height: 2.07142857em;
  padding: 0.17857143em;
  text-indent: 0.8em;
  background-color: transparent;
  border: 0;
  margin: 0;
  float: left;
}
.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}
.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: .1em 1.6em .1em .4em;
  line-height: 1.92142857em;
  min-height: calc((2.07142857em - 0.15em) + 0.2em + 2px);
  float: left;
  position: relative;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  position: absolute;
  top: auto;
  right: 0.4em;
  bottom: 0.4em;
}
.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: .03em .2em;
}
.k-autocomplete-clearable .k-input,
.k-multiselect-clearable .k-input,
.k-dropdowntree-clearable .k-input,
.k-combobox-clearable .k-input {
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-combobox-clearable .k-input,
.k-multiselect-clearable .k-multiselect-wrap,
.k-dropdowntree-clearable .k-multiselect-wrap,
.k-dropdowntree-clearable .k-dropdown-wrap .k-input {
  padding-right: calc(2.42142857em);
}
.k-datetimepicker .k-picker-wrap {
  padding-right: 4em;
}
.k-datetimepicker .k-select {
  width: 4em;
}
.k-datetimepicker .k-select .k-link {
  display: inline-block;
  width: 50%;
}
.k-datetimepicker .k-link {
  color: inherit;
}
.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}
.k-picker-wrap .k-icon {
  cursor: pointer;
}
.k-textbox,
.k-timepicker,
.k-datepicker,
.k-datetimepicker {
  display: inline-block;
  vertical-align: middle;
}
.k-time-popup .k-item {
  padding: 1px 3px;
}
.k-input {
  font-size: inherit;
  padding: 0.25em 0;
}
.k-input,
.k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-textbox {
  outline: 0;
}
input.k-textbox,
textarea.k-textbox {
  padding: 0.17857143em 0;
}
input.k-textbox {
  line-height: 2.07142857em;
  text-indent: 0.8em;
}
.k-ie input.k-textbox {
  text-indent: 0.4em;
}
textarea.k-textbox {
  height: auto;
}
.k-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(2.07142857em + 0.35em);
  position: relative;
}
.k-input-icon .k-icon {
  position: static;
  margin: 0;
}
.k-ie9 .k-input-icon {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.k-ie9 .k-rtl .k-input-icon,
.k-ie9 [dir="rtl"] .k-input-icon {
  left: 0;
  right: auto;
}
span.k-numerictextbox {
  background-color: transparent;
}
.k-numerictextbox .k-input {
  margin: 0;
}
.k-numerictextbox .k-link {
  color: inherit;
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
  overflow: hidden;
}
.k-numerictextbox .k-icon {
  display: block;
  margin: auto;
  height: 100%;
}
.k-numerictextbox .k-i-arrow-60-up {
  top: 0;
}
.k-numerictextbox .k-i-arrow-60-down {
  bottom: 0;
}
.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.k-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.k-rtl .k-multiselect-wrap {
  padding-right: 0;
  padding-left: 22px;
}
.k-maskedtextbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-width: 0;
}
.k-maskedtextbox ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  width: 2em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.k-maskedtextbox.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-dateinput {
  position: relative;
  display: inline-block;
  border-width: 0;
}
.k-dateinput.k-widget {
  background-color: transparent;
}
.k-dateinput ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.k-dateinput .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}
.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-datepicker .k-picker-wrap .k-i-warning,
.k-timepicker .k-picker-wrap .k-i-warning,
.k-datetimepicker .k-picker-wrap .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}
.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning,
.k-timepicker .k-picker-wrap.k-state-invalid .k-i-warning,
.k-datetimepicker .k-picker-wrap.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-listbox {
  box-sizing: border-box;
  height: 200px;
}
.k-listbox.k-widget {
  background-color: transparent;
}
.k-listbox .k-list-scroller {
  height: 100%;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.k-listbox .k-list-scroller li {
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.k-listbox .k-listbox-toolbar {
  box-sizing: border-box;
}
.k-listbox.k-listbox-toolbar-top {
  padding: 15px 0 1.42857143em;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-top: -15px;
  margin-bottom: 5px;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li {
  display: inline-block;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li {
  margin-left: 5px;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li {
  margin-top: 5px;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: right;
  margin-left: 5px;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child) {
  margin-bottom: 5px;
}
.k-listbox.k-listbox-toolbar-bottom {
  padding: 15px 0 1.45em;
}
.k-listbox.k-listbox-toolbar-bottom .k-list-scroller {
  margin-top: -15px;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 5px;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li {
  display: inline-block;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
  margin-left: 5px;
}
.k-listbox .k-ghost {
  opacity: .5;
}
.k-rtl .k-dropdown-wrap,
.k-rtl .k-picker-wrap,
.k-rtl .k-numeric-wrap,
.k-rtl .k-combobox-clearable .k-input,
.k-rtl .k-multiselect-clearable .k-multiselect-wrap,
.k-rtl .k-dropdowntree-clearable .k-multiselect-wrap,
.k-rtl .k-dropdowntree-clearable .k-dropdown-wrap .k-input {
  padding-right: 0;
  padding-left: calc(2.42142857em);
}
.k-rtl .k-dropdown-wrap > .k-i-close {
  left: calc(( 2.4214285700000002em + ((2.5em - 16px)/2) ));
}
.k-rtl .k-autocomplete > .k-i-close {
  left: calc(( (2.4214285700000002em - 16px)/2 ));
}
.k-rtl .k-multiselect-wrap > .k-i-close {
  left: calc(( (2.4214285700000002em - 16px)/2 ) + 1px);
}
.k-rtl .k-numeric-wrap.k-state-invalid.k-expand-padding .k-i-warning {
  left: 0;
}
.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  transform: scaleX(-1);
}
.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}
.k-multiple-selection .k-in.k-state-selected {
  border-color: transparent;
  color: inherit;
  background: none;
}
.k-popup-flush,
.k-popup-flush.k-list-container {
  padding: 0;
}
.k-dropdowngrid-popup {
  overflow: hidden;
}
.k-dropdowngrid-popup .k-grid-header,
.k-dropdowngrid-popup .k-group-header,
.k-dropdowngrid-popup .k-list-scroller,
.k-dropdowngrid-popup .k-virtual-content,
.k-dropdowngrid-popup .k-footer {
  line-height: 1.42857143;
}
.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0;
}
.k-dropdowngrid-popup .k-grid-header table {
  margin: 0 0 -1px 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: none;
}
.k-grid-list {
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: none;
  display: table;
}
.k-grid-list > .k-item {
  box-sizing: border-box;
  display: table-row;
  position: relative;
}
.k-grid-list > .k-item > .k-cell,
.k-grid-list > .k-item > .k-group,
.k-grid-list > .k-item > .k-spacer-group {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.k-grid-list.k-virtual-list > .k-item > .k-cell,
.k-grid-list.k-virtual-list > .k-item > .k-group,
.k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
  display: inline-block;
}
.k-dropdowngrid-popup .k-grid-header .k-header,
.k-grid-list > .k-item > .k-cell {
  border-width: 0 0 1px 1px;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.k-dropdowngrid-popup .k-grid-header .k-header {
  padding: 8px 16px;
}
.k-grid-list > .k-item > .k-cell {
  padding: 8px 16px;
}
.k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-grid-list > .k-item > .k-cell:first-child {
  border-left-width: 0;
}
div.k-dropdowngrid-popup .k-group-header {
  margin: 0;
  padding: 8px 16px;
  min-height: auto;
  text-align: left;
}
.k-grid-list > .k-item > .k-group-cell,
.k-grid-list > .k-item > .k-spacer-cell {
  padding-left: 0;
  padding-right: 0;
  width: 0;
  border-left-width: 0;
  border-right-width: 0;
  overflow: visible;
  position: relative;
}
.k-grid-list > .k-item > .k-group-cell > span {
  padding: 0 8px;
  font-size: .875em;
  position: absolute;
  top: 0;
  right: 0;
}
.k-grid-list > .k-item:last-child > .k-cell,
.k-grid-list > .k-item:last-child > .k-group-cell,
.k-grid-list > .k-item:last-child > .k-spacer-cell {
  border-bottom-width: 0;
}
.k-dropdowngrid-popup .k-footer {
  padding: 8px 16px;
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.k-rtl .k-grid-list > .k-item > .k-cell {
  border-left-width: 1px;
  border-right-width: 1px;
  text-align: right;
}
.k-rtl .k-grid-list > .k-item > .k-cell:first-child {
  border-right-width: 0;
}
.k-rtl div.k-dropdowngrid-popup .k-group-header {
  text-align: right;
}
.k-rtl .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0;
}
.k-textbox-container {
  position: relative;
  padding-top: calc(2.07142857em * 0.75);
  display: inline-flex;
  width: 12.4em;
  flex-direction: column;
  justify-content: stretch;
}
.k-textbox-container > .k-label {
  pointer-events: none;
  position: absolute;
  line-height: 2.07142857em;
  cursor: text;
  top: calc(calc(2.07142857em * 0.75) + 1px + 0.17857143em);
  left: calc(0 + 1px);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.k-textbox-container > .k-textbox,
.k-textbox-container > .k-textarea,
.k-textbox-container > .k-widget {
  flex: 1 1 auto;
  width: auto;
}
.k-textbox-container.k-state-empty > .k-label {
  transform: translate(0, 0) scale(1);
}
.k-textbox-container.k-state-focused {
  box-shadow: none;
}
.k-textbox-container > .k-label,
.k-textbox-container.k-state-focused > .k-label {
  transform: translate(-0, calc(-0.75 * 0.17857143em)) translate(-1px, calc(-0.75 * 2.07142857em)) translate(-12.5%, calc(-0.75 * 12.5%)) scale(0.75);
}
.k-rtl .k-textbox-container > .k-label,
.k-textbox-container[dir='rtl'] > .k-label {
  left: auto;
  right: calc(0 + 1px);
}
.k-rtl .k-textbox-container.k-state-empty > .k-label,
.k-textbox-container[dir='rtl'].k-state-empty > .k-label {
  transform: translate(0, 0) scale(1);
}
.k-rtl .k-textbox-container > .k-label,
.k-textbox-container[dir='rtl'] > .k-label,
.k-rtl .k-textbox-container.k-state-focused > .k-label,
.k-textbox-container[dir='rtl'].k-state-focused > .k-label {
  transform: translate(0, calc(-0.75 * 0.17857143em)) translate(1px, calc(-0.75 * 2.07142857em)) translate(12.5%, calc(-0.75 * 12.5%)) scale(0.75);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-colorpicker .k-picker-wrap {
  line-height: calc(2.07142857em + 0.17857143em*2);
}
.k-colorpicker .k-selected-color {
  vertical-align: top;
  display: inline-block;
  height: calc(2.07142857em + 0.35em);
  width: calc(2.07142857em + 0.35em);
}
.k-colorpicker .k-selected-color .k-i-line {
  font-size: 2em;
  color: #FF525E;
  display: inline-block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.k-colorpicker .k-selected-color .k-i-line:before {
  content: "\e510";
}
.k-colorpicker .k-tool-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -ms-high-contrast-adjust: none;
}
.k-colorpicker .k-tool-icon .k-selected-color {
  display: block;
  height: 3px;
  width: 16px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 0 !important;
}
.k-colorpicker .k-select {
  cursor: pointer;
}
.k-colorpicker .k-picker-wrap .k-icon {
  overflow: visible;
}
.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 265px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: none;
}
.k-flatcolorpicker .k-selected-color {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/textures/transtexture.png);
  background-position: 50% 50%;
  text-align: right;
}
.k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
  padding: .75em .1em .65em .1em;
  border: 0;
  margin: 0;
  width: 84%;
}
.k-flatcolorpicker .k-selected-color .k-color-input {
  background-color: #fff;
  display: inline-flex;
  width: 84%;
  text-align: left;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.k-flatcolorpicker .k-selected-color .k-clear-color {
  padding: .4em;
  line-height: 0;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before {
  color: #000;
  opacity: 0.8;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover,
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active {
  opacity: 1;
}
.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active {
  color: inherit;
}
.k-flatcolorpicker .k-clear-color-container .k-clear-color:active {
  color: #000;
  opacity: 1;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color,
.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color {
  background-image: none;
}
.k-flatcolorpicker .k-clear-color-container {
  text-align: left;
}
.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #eee;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #444;
  -webkit-box-shadow: 0 1px 2px #444;
  background: transparent;
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover,
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus {
  background: transparent;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
  -webkit-box-shadow: 0 1px 5px #000;
}
.k-flatcolorpicker .k-hsv-rectangle.k-dragging,
.k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
  cursor: none;
}
.k-flatcolorpicker .k-slider-horizontal {
  height: 20px;
  width: 90%;
  margin: 0 5%;
}
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
  -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}
.k-flatcolorpicker .k-hue-slider,
.k-flatcolorpicker .k-transparency-slider {
  display: block;
}
.k-flatcolorpicker .k-hue-slider .k-slider-selection,
.k-flatcolorpicker .k-transparency-slider .k-slider-selection {
  background: transparent;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  background: transparent;
  border: 3px solid #eee;
  margin-top: 1px;
  height: 8px;
  width: 8px;
  box-shadow: 0 1px 4px #444;
  -webkit-box-shadow: 0 1px 4px #444;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover,
.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus {
  background: transparent;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
  -webkit-box-shadow: 0 1px 5px #000;
  border-width: 2px;
  padding: 1px;
}
.k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: linear-gradient(to right, #ff0000 0%, #ffff00 16%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 84%, #ff0004 100%);
}
.k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/textures/transparency.png);
  background-size: 100% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.k-flatcolorpicker .k-controls {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}
.k-flatcolorpicker .k-controls .k-button {
  width: 6em;
}
.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 180px;
  margin-bottom: 5px;
}
.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(/MID_ESUITE_PROD/Content/20_Kendo/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(/MID_ESUITE_PROD/Content/20_Kendo/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(/MID_ESUITE_PROD/Content/20_Kendo/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}
.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}
.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover {
  z-index: 100;
  background: transparent;
  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;
}
.k-colorpalette .k-item:hover {
  z-index: 101;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}
.k-editor-inline {
  padding: .3em .5em;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
  transition: border-color 0.5s;
}
.k-editor-inline.k-editor {
  border: 1px solid transparent;
}
.k-editortoolbar-dragHandle {
  cursor: move;
  box-shadow: none !important;
}
.k-editor-widget > .k-window-content {
  overflow: hidden;
}
.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}
.k-editor-toolbar {
  margin: 0;
  padding: .1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
}
.k-editor-toolbar li {
  display: inline-block;
  vertical-align: middle;
}
.k-webkit .k-editor-toolbar,
.k-ff .k-editor-toolbar,
.k-ie9 .k-editor-toolbar,
.k-edge .k-editor-toolbar {
  padding: 0;
}
.k-editor-toolbar li {
  display: inline-block;
  padding: .1em 0;
}
.k-editor-toolbar .k-editor-widget,
.k-editor-toolbar > li {
  margin-right: 6px;
}
.k-group-start.k-group-end .k-editor-widget {
  margin-right: 0;
}
.k-editor-toolbar .k-editor-dropdown {
  position: relative;
}
.k-select-overlay {
  -webkit-appearance: none;
  opacity: 0;
  z-index: 11000;
  top: 0;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  margin: -4px 0 0;
}
.k-editor-toolbar .k-separator {
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 .3em 0 .1em;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}
.k-editor-toolbar .k-break {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.k-editor-toolbar .k-dropdown,
.k-editor-toolbar .k-combobox,
.k-editor-toolbar .k-selectbox,
.k-editor-toolbar .k-colorpicker {
  vertical-align: middle;
}
.k-button-group .k-tool {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.k-button-group .k-tool-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -ms-high-contrast-adjust: none;
}
.k-editor-toolbar .k-tool-icon.k-icon {
  top: auto;
  font-size: 16px;
}
.k-fontName {
  width: 110px;
}
.k-fontSize {
  width: 124px;
}
.k-formatBlock {
  width: 147px;
}
.k-editortoolbar-dragHandle {
  float: left;
  margin: 1px 0 0;
}
.k-editor-toolbar .k-button-group {
  padding: 1px;
}
.k-editor .k-editor-toolbar .k-row-break {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.k-editor-toolbar .k-i-login {
  transform: scaleX(-1);
}
.k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}
.k-button-group .k-tool.k-state-hover,
.k-button-group .k-tool:focus {
  position: relative;
  z-index: 1;
}
.k-rtl .k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
}
.k-button-group .k-tool.k-group-end {
  border-right-width: 1px;
}
.k-rtl .k-button-group .k-tool.k-group-end {
  border-left-width: 1px;
}
.k-editor-toolbar .k-button-group .k-state-disabled,
.k-editor-toolbar .k-button-group.k-state-disabled {
  display: none !important;
}
.k-editor-toolbar .k-button-group .k-state-hover,
.k-editor-toolbar .k-button-group .k-state-active {
  vertical-align: middle;
}
.k-editor-toolbar .k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: .3;
}
.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  outline: 0;
}
.k-editor.k-resizable .k-editable-area {
  padding-bottom: 16px;
}
.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}
.k-editor .k-editable-area .k-content {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}
a.k-tool {
  color: inherit;
  outline: 0;
}
.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
}
.k-editor .k-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}
.k-editor .k-raw-content,
.k-editor-dialog .k-editor-textarea {
  font-size: inherit;
  font-family: consolas, "courier new", monospace;
}
.k-editor-dialog {
  padding: 1em;
  width: 400px;
}
.k-editor-dialog .k-edit-label {
  width: 25%;
}
.k-editor-dialog .k-edit-field {
  width: 66%;
}
.k-editor-dialog .k-edit-field .k-textbox {
  width: 96%;
}
.k-viewhtml-dialog {
  width: auto;
}
.k-filebrowser-dialog {
  width: auto;
  min-width: 350px;
}
.k-filebrowser-dialog .k-filebrowser {
  margin: 0 1em 0;
}
.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}
.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}
.k-filebrowser-dialog .k-edit-field .k-textbox {
  width: 70%;
}
#k-editor-image-width,
#k-editor-image-height {
  width: 5em;
}
.k-editor-dialog .k-button {
  display: inline-block;
}
.k-editor-dialog .k-editor-textarea {
  width: 600px;
  height: 350px;
  padding: .2em .2em .2em .4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}
.k-button-wrapper .k-link:hover {
  text-decoration: underline;
}
.k-ct-popup {
  width: 180.4px;
  padding: .65em .5em .5em;
}
.k-ct-popup .k-status {
  margin: .3em 0;
}
.k-ct-popup .k-ct-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  pointer-events: all;
  -ms-high-contrast-adjust: none;
}
.k-editor .k-resize-handle {
  position: absolute;
  padding: 2px 0;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.k-editor .k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}
.k-editor-toolbar {
  width: 100%;
  position: relative;
  flex: 1;
}
.editorToolbarWindow {
  display: flex;
  align-content: flex-start;
}
.k-editortoolbar-dragHandle {
  position: relative;
  padding: 0;
  margin: 0 3px 0 0;
}
.k-editor-toolbar .k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.k-editor-toolbar .k-tool-group .k-widget:last-child {
  margin-right: 0;
}
.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}
.k-editor-overflow-popup .k-tool.k-state-disabled {
  display: none;
}
.k-editor-toolbar .k-tool-text {
  display: none;
}
.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 100;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
  cursor: e-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
  cursor: n-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
  cursor: s-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
  cursor: se-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west {
  cursor: w-resize;
}
.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #00b0ff;
  display: none;
  opacity: 0.8;
}
.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}
.k-editor-inline .k-table,
.k-editor-inline .k-table td {
  outline: 0;
  border: 1px dotted #ccc;
}
.k-editor-inline .k-table td {
  min-width: 1px;
  padding: .2em .3em;
}
.k-table.k-table-resizing {
  opacity: 0.6;
}
.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #00b0ff;
  opacity: 0.8;
}
.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: .6em;
}
.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button {
  margin-right: 0.5em;
}
.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  overflow: hidden;
  min-width: 325px;
  width: 24em;
  padding: 1em 0;
}
.k-editor-dialog .k-edit-form-container {
  width: auto;
}
.k-editor-dialog .k-tabstrip {
  margin: -1.333em 0 0;
}
.k-editor-dialog .k-root-tabs {
  margin: -1em -1em -1.5em;
  padding: 0.5em 1em 0;
  border-width: 0;
}
.k-editor-dialog ul.k-tabstrip-items {
  padding: 0.5em 1em 0;
  border-width: 0 0 1px;
  border-style: solid;
}
.k-editor-dialog ul.k-tabstrip-items .k-loading {
  border-top-width: 0;
}
.k-editor-dialog .k-tabstrip:focus {
  box-shadow: none;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  overflow: hidden;
  min-height: 440px;
  height: 35em;
  margin: 0;
  padding: 1em 0.5em 0;
  border-width: 0;
}
.k-editor-dialog .k-edit-field .k-numerictextbox {
  width: 10.6em;
  margin: 0 .35714285em 0 0;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: 4em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox,
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown {
  width: 15em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
  width: 5.35714285em;
}
.k-editor-dialog textarea.k-textbox {
  height: 14.28571428em;
}
.k-editor-dialog textarea.k-textbox.k-editor-accessibility-summary {
  height: auto;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  width: 4em;
}
.k-popup.k-list-container.k-align {
  padding: 0;
  text-align: center;
}
.k-align-group {
  vertical-align: text-top;
}
.k-popup.k-align .k-list .k-item {
  display: inline-block;
  width: 2.57142857em;
  height: 2.57142857em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.k-popup.k-align .k-list .k-icon {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
}
.k-popup.k-align .k-list .k-item:last-child {
  width: auto;
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
}
.k-popup.k-align .k-list .k-item:before {
  width: 2.57142857em;
  height: 2.57142857em;
  line-height: 2.57142857em;
}
.k-animation-container .k-editor-toolbar {
  text-align: center;
  line-height: 1.3em;
}
.k-animation-container .k-editor-toolbar .k-tool {
  display: inline-block;
  height: 24px;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 0.85em;
  color: inherit;
}
.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert {
  width: 24px;
  height: 24px;
}
.k-animation-container .k-editor-toolbar .k-tool-text {
  display: inline;
  vertical-align: sub;
  padding: 0 0 0 .5em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 1em 0.8em;
  margin: 0.5em 0 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-notification {
  border-width: 1px;
  border-style: solid;
  cursor: default;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}
.k-notification > .k-notification-wrap {
  padding: 1.5rem 2.5rem;
}
.k-notification-closable > .k-notification-wrap {
  padding-right: 2.5rem;
}
.k-notification .k-notification-content {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.k-notification-wrap > .k-i-info,
.k-notification-wrap > .k-i-success,
.k-notification-wrap > .k-i-warning,
.k-notification-wrap > .k-i-error {
  margin-right: 4px;
  vertical-align: text-bottom;
}
.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: none;
}
.k-notification-closable .k-notification-wrap > .k-i-close {
  display: block;
}
.k-rtl .k-notification-closable .k-notification-wrap,
.k-rtl.k-notification-closable .k-notification-wrap {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.k-rtl .k-notification-wrap > .k-i-info,
.k-rtl .k-notification-wrap > .k-i-success,
.k-rtl .k-notification-wrap > .k-i-warning,
.k-rtl .k-notification-wrap > .k-i-error {
  margin-right: 0;
  margin-left: 4px;
}
.k-rtl .k-notification-wrap > .k-i-close {
  right: auto;
  left: 4px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-progressbar {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.k-progressbar {
  border-radius: 4px;
}
.k-progressbar-horizontal {
  width: 27em;
  height: 1.9em;
}
.k-progressbar-vertical {
  width: 1.9em;
  height: 27em;
}
.k-progressbar > .k-state-selected {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}
.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  left: -1px;
  right: auto;
  top: -1px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-rtl .k-progressbar-horizontal > .k-state-selected {
  left: auto;
  right: -1px;
  border-radius: 0 4px 4px 0;
}
.k-progressbar-vertical > .k-state-selected {
  left: -1px;
  bottom: -1px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  bottom: auto;
  top: -1px;
  border-radius: 4px 4px 0 0;
}
.k-progressbar > .k-state-selected.k-complete,
.k-rtl .k-progressbar > .k-state-selected.k-complete {
  border-radius: 4px;
}
.k-progressbar > .k-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  white-space: nowrap;
}
.k-progressbar-horizontal .k-item {
  display: inline-block;
  height: 100%;
  border-style: solid;
  margin-left: -1px;
}
.k-progressbar-horizontal .k-item.k-first {
  margin-left: 0;
}
.k-progressbar-horizontal .k-item.k-last {
  border-right-width: 0;
}
.k-progressbar-horizontal .k-item,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
  border-width: 1px 0 1px 1px;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-item,
.k-rtl .k-progressbar-horizontal .k-item {
  border-width: 1px 0 1px 1px;
}
.k-progressbar-horizontal .k-first,
.k-rtl .k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-right-width: 1px;
}
.k-progressbar-horizontal .k-last.k-state-selected {
  border-right-width: 1px;
}
.k-progressbar-vertical .k-item {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin-top: -1px;
}
.k-progressbar-vertical .k-item.k-first {
  margin-top: 0;
}
.k-progressbar-vertical li.k-item.k-last {
  border-bottom-width: 0;
}
.k-progressbar-vertical .k-first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-progressbar-vertical .k-last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-item {
  border-width: 0 1px 1px 1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-first {
  border-top-width: 1px;
}
.k-progress-status-wrap {
  position: absolute;
  top: -1px;
  border: 1px solid transparent;
  line-height: 2em;
  width: 100%;
  height: 100%;
}
.k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
  left: -1px;
  right: auto;
  text-align: right;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
  left: auto;
  right: -1px;
  text-align: left;
}
.k-progressbar-vertical .k-progress-status-wrap {
  top: auto;
  bottom: -1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
  bottom: auto;
  top: -1px;
}
.k-progress-status {
  display: inline-block;
  padding: 0 .5em;
  min-width: 10px;
  white-space: nowrap;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  position: absolute;
  bottom: 0;
  left: 0;
}
.k-progressbar-vertical .k-progress-status {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  transform: rotate(90deg) translateX(-100%);
  transform-origin: 0 100%;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  user-select: none;
}
.k-slider-vertical {
  width: 26px;
  height: 200px;
}
.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  height: 26px;
}
.k-slider-wrap {
  width: 100%;
  height: 100%;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  position: absolute;
  top: 0;
  width: 24px;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: 0;
}
.k-state-disabled .k-slider-wrap {
  filter: alpha(opacity=60);
  opacity: .6;
}
.k-state-disabled .k-slider-wrap .k-slider-items {
  color: #333;
}
.k-slider .k-button-decrease {
  left: 0;
}
.k-slider-vertical .k-button-decrease,
.k-grid .k-slider-vertical .k-button-decrease {
  top: auto;
  bottom: 0;
}
.k-slider .k-button-increase {
  right: 0;
}
.k-slider .k-icon,
.k-slider-track,
.k-slider .k-tick {
  cursor: pointer;
}
.k-slider-track,
.k-slider-selection {
  position: absolute;
  margin: 0;
  padding: 0;
}
.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
  top: 50%;
  left: 0;
  height: 8px;
  margin-top: -4px;
  background-repeat: repeat-x;
}
.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 34px;
}
.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
  left: 50%;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  background-repeat: repeat-y;
}
.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 34px;
}
.k-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: 0;
}
.k-slider-horizontal .k-draghandle {
  top: -4px;
  width: 13px;
  height: 14px;
}
.k-slider-vertical .k-draghandle {
  left: -4px;
  width: 14px;
  height: 13px;
}
.k-slider-buttons .k-slider-items {
  margin-left: 34px;
}
.k-slider-horizontal .k-slider-items {
  height: 100%;
}
.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
  padding-top: 0;
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 35px;
}
.k-slider .k-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
}
.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-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-horizontal .k-first {
  background-position: 0 -92px;
}
.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}
.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}
.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}
.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}
.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}
.k-slider-vertical .k-first {
  background-position: -92px 100%;
}
.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}
.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}
.k-slider-vertical .k-last {
  background-position: -92px 0;
}
.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}
.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}
.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}
.k-slider-vertical .k-tick {
  text-align: right;
}
.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}
.k-slider .k-label {
  position: absolute;
  white-space: nowrap;
  font-size: .92em;
}
.k-slider-horizontal .k-label {
  left: 0;
  width: 100%;
  line-height: 1;
}
.k-slider-horizontal .k-first .k-label {
  left: -50%;
}
.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}
.k-slider-horizontal .k-label {
  bottom: -1.2em;
}
.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}
.k-slider-vertical .k-label {
  left: 120%;
  display: block;
  text-align: left;
}
.k-slider-vertical .k-last .k-label {
  top: -0.5em;
}
.k-slider-vertical .k-first .k-label {
  bottom: -0.5em;
}
.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}
.k-slider-tooltip {
  top: -4444px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-scheduler .k-link {
  color: inherit;
}
.k-scheduler-toolbar,
.k-scheduler-footer {
  border-style: solid;
}
.k-scheduler-toolbar,
.k-scheduler-footer {
  line-height: 28px;
  padding: 6px;
}
.k-scheduler-toolbar {
  position: relative;
  border-width: 0 0 1px;
}
.k-edit-field.k-scheduler-toolbar {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.k-scheduler-header {
  text-align: center;
}
.k-scheduler-header .k-link {
  color: inherit;
}
.k-scheduler-footer {
  border-width: 1px 0 0;
}
.k-scheduler-toolbar > ul {
  float: right;
}
.k-scheduler-toolbar > ul:first-child {
  float: left;
}
.k-scheduler-toolbar > .k-scheduler-tools {
  float: left;
  margin-bottom: .5em;
}
.k-scheduler-tools + .k-scheduler-navigation {
  float: left;
  clear: left;
}
.k-scheduler-toolbar > ul > li,
.k-scheduler-footer > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.k-scheduler .k-scheduler-toolbar .k-nav-current,
.k-scheduler .k-scheduler-toolbar .k-scheduler-tools > li {
  border-width: 0;
}
.k-scheduler-toolbar > ul > li:first-child,
.k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li {
  border-left-width: 1px;
}
.k-scheduler div.k-scheduler-footer ul li {
  margin-right: .6em;
  border-width: 1px;
}
.k-scheduler-toolbar .k-link,
.k-scheduler-footer .k-link {
  display: inline-block;
  padding: 0 1.1em;
}
.k-scheduler-toolbar .k-nav-prev .k-link,
.k-scheduler-toolbar .k-nav-next .k-link {
  padding-left: .6em;
  padding-right: .6em;
}
.k-scheduler-toolbar .k-nav-current .k-link {
  padding: 0;
}
.k-scheduler-toolbar .k-nav-current {
  margin: 0 1.1em;
}
.k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current,
.k-scheduler .k-nav-current > .k-state-active {
  background: none;
}
.k-scheduler-toolbar .k-i-calendar,
.k-scheduler-footer .k-icon {
  margin: -2px 6px 0 0;
}
.k-scheduler-header,
.k-scheduler-header-wrap {
  overflow: hidden;
}
.k-scheduler-header-wrap {
  position: relative;
  border-style: solid;
  border-width: 0;
}
.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 1px;
}
.k-scheduler-times,
.k-scheduler-content {
  position: relative;
}
.k-scheduler-times {
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}
.k-scheduler-content {
  overflow: auto;
}
.k-scheduler-monthview .k-scheduler-content {
  overflow-y: scroll;
}
.k-scheduler-layout,
.k-scheduler-table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}
.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
.k-safari .k-scheduler-layout > tbody > tr > td + td {
  width: 100%;
}
.k-scheduler-table {
  table-layout: fixed;
  max-width: none;
}
.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
  height: 100%;
}
.k-scheduler-table td,
.k-scheduler-table th {
  height: 1.5em;
  padding: 4px .5em;
  font-size: 100%;
}
.k-scheduler .k-scheduler-table td,
.k-scheduler .k-scheduler-table th {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.k-scheduler-dayview div:not(.k-scheduler-header) .k-today:not(.k-nonwork-hour):not(.k-state-selected),
.k-scheduler-timelineview .k-today:not(.k-nonwork-hour) {
  background-color: transparent;
}
.k-scheduler-monthview .k-hidden,
.k-scheduler-monthview .k-hidden > div {
  width: 0 !important;
  overflow: hidden !important;
}
.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}
.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times {
  margin-right: 1px;
}
.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times .k-hidden {
  height: auto;
}
.k-scheduler-monthview .k-scheduler-table td,
.k-scheduler-monthview .k-hidden {
  height: 85px;
  text-align: right;
}
.k-scheduler-monthview .k-scheduler-table-auto,
.k-scheduler-monthview .k-scheduler-table-auto td,
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto {
  height: auto;
}
.k-scheduler-table td,
.k-slot-cell {
  vertical-align: top;
}
.k-scheduler-layout tr + tr .k-scheduler-times th:last-child {
  vertical-align: top;
}
.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-scheduler-table td,
.k-scheduler-header th {
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.k-scheduler-table td:first-child,
.k-scheduler-header th:first-child {
  border-left-width: 0;
}
.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}
.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}
.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th,
.k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td,
.k-scheduler-table > tbody > tr > .k-last {
  border-bottom-width: 0;
}
.k-scrollbar-h tr + tr .k-scheduler-times,
.k-scrollbar-h .k-scheduler-content .k-scheduler-table > tbody > tr:last-child > td,
.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table > tbody > tr > td.k-last {
  border-bottom-width: 1px;
}
.k-scheduler-times th {
  text-align: right;
  padding-right: .6em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  white-space: nowrap;
}
.k-scheduler-layout tr + tr .k-scheduler-times th {
  border-bottom-color: transparent;
}
.k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell,
.k-scheduler-layout tr + tr .k-scheduler-times th.k-scheduler-times-all-day {
  border-bottom-color: inherit;
}
.k-scheduler .k-middle-row td {
  border-bottom-style: dotted;
}
.k-scheduler-now-arrow,
.k-scheduler-now-line {
  position: absolute;
}
.k-scheduler-now-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  left: 0;
}
.k-scheduler-now-line {
  left: 5px;
  right: 0;
  height: 1px;
}
.k-task {
  position: relative;
}
div.k-more-events {
  padding: 0;
  height: 13px;
}
.k-more-events > .k-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.k-event,
.k-more-events {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  position: absolute;
}
.k-event .k-nav-day {
  display: inline-block;
}
.k-event {
  cursor: default;
  min-height: 1.3em;
}
.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: .6;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.k-scheduler-header .k-event {
  white-space: nowrap;
}
.k-event-template {
  padding: 4px 1.4em 4px .6em;
}
.k-event-time {
  display: none;
  padding-bottom: 0;
  font-size: .9em;
}
.k-event-drag-hint .k-event-time {
  display: block;
}
.k-event-actions,
.k-event > .k-link,
.k-task > .k-link {
  position: absolute;
  top: 3px;
  right: 4px;
  white-space: nowrap;
}
.k-event-actions {
  z-index: 1;
}
.k-scheduler-agendaview .k-task > .k-link {
  top: 0;
  right: 0;
}
.k-event-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}
.k-webkit .k-event-actions:first-child {
  margin-top: 3px;
}
.k-event-actions:first-child > .k-link {
  display: inline-block;
}
.k-event-delete {
  display: none;
}
.k-event:hover .k-event-delete,
tr:hover > td > .k-task .k-event-delete {
  display: inline-block;
}
.k-event .k-event-top-actions,
.k-event .k-event-bottom-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}
.k-event .k-resize-handle,
.k-scheduler-mobile .k-event:hover .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}
.k-event:hover .k-resize-handle,
.k-event-active .k-resize-handle,
.k-scheduler-mobile .k-event-active:hover .k-resize-handle {
  visibility: visible;
}
.k-event .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: .5;
}
.k-scheduler-mobile .k-event .k-resize-handle:after {
  filter: none;
  opacity: 1;
}
.k-event > .k-resize-n {
  top: 0;
  left: 0;
  right: 0;
  height: .4em;
}
.k-event > .k-resize-s {
  bottom: 0;
  left: 0;
  right: 0;
  height: .4em;
}
.k-event > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: .4em;
}
.k-event > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: .4em;
}
.k-event > .k-resize-n:after,
.k-event > .k-resize-s:after {
  top: 1px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 1px;
}
.k-event > .k-resize-s:after {
  top: auto;
  bottom: 1px;
}
.k-event > .k-resize-e:after,
.k-event > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}
.k-event > .k-resize-e:after {
  left: auto;
  right: 1px;
}
.k-scheduler-mobile .k-event > .k-resize-n,
.k-scheduler-mobile .k-event > .k-resize-s {
  height: .6em;
}
.k-scheduler-mobile .k-event > .k-resize-e,
.k-scheduler-mobile .k-event > .k-resize-w {
  width: .6em;
}
.k-scheduler-mobile .k-event > .k-resize-n:after,
.k-scheduler-mobile .k-event > .k-resize-s:after {
  top: 0;
  margin-left: -3em;
  width: 4em;
  height: .6em;
}
.k-scheduler-mobile .k-event > .k-resize-s:after {
  bottom: 0;
}
.k-scheduler-mobile .k-event > .k-resize-e:after,
.k-scheduler-mobile .k-event > .k-resize-w:after {
  left: 0;
  margin-top: -0.7em;
  height: 1.4em;
  width: .6em;
}
.k-scheduler-mobile .k-event > .k-resize-e:after {
  right: 0;
}
.k-scheduler-mobile .k-event > .k-resize-n:after {
  border-radius: 0 0 4px 4px;
}
.k-scheduler-mobile .k-event > .k-resize-s:after {
  border-radius: 4px 4px 0 0;
}
.k-scheduler-mobile .k-event > .k-resize-w:after {
  border-radius: 0 4px 4px 0;
}
.k-scheduler-mobile .k-event > .k-resize-e:after {
  border-radius: 4px 0 0 4px;
}
.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}
.k-scheduler-marquee.k-first:before,
.k-scheduler-marquee.k-last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}
div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}
.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: .3em;
  left: .8em;
  font-size: .8em;
}
.k-scheduler-marquee .k-label-bottom {
  position: absolute;
  bottom: .3em;
  right: .81em;
  font-size: .8em;
}
.k-scheduler-quickedit .k-textbox {
  width: 200px;
}
.k-tooltip-bottom {
  text-align: left;
}
.k-tooltip-bottom .k-button {
  float: left;
  margin-right: .3em;
}
.k-tooltip-bottom .k-quickedit-details {
  float: right;
  margin-right: 0;
}
.k-scheduler-agendaview .k-scheduler-table th,
.k-scheduler-agendaview .k-scheduler-table td {
  text-align: left;
}
.k-scheduler-times .k-slot-cell,
.k-scheduler-groupcolumn {
  width: 6em;
}
.k-scheduler-datecolumn {
  width: 12em;
}
.k-scheduler-timecolumn {
  width: 11em;
}
.k-scheduler-timecolumn > div {
  position: relative;
  vertical-align: top;
}
.k-webkit .k-scheduler-timecolumn > div > .k-icon {
  vertical-align: top;
}
.k-scheduler-timecolumn > div > .k-i-arrow-60-right {
  position: absolute;
  right: -4px;
}
.k-scheduler-timecolumn .k-i-arrow-60-left {
  margin-left: -4px;
}
.k-scheduler-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: .5em;
}
.k-scheduler-agendaday {
  float: left;
  margin: 0 .2em 0 0;
  font-size: 3em;
  font-weight: normal;
}
.k-scheduler-agendaweek {
  display: block;
  margin: .4em 0 0;
  font-size: 1.1em;
  font-style: normal;
}
.k-scheduler-agendadate {
  font-size: .8em;
}
.k-scheduler-timecolumn {
  white-space: nowrap;
}
.k-scheduler-edit-form .k-edit-form-container,
.k-scheduler-timezones .k-edit-form-container {
  width: 520px;
}
.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}
.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}
.k-scheduler-edit-form .k-textbox[name="title"],
.k-scheduler-edit-form textarea.k-textbox {
  width: 100%;
}
.k-scheduler-edit-form textarea.k-textbox {
  min-height: 4em;
  resize: vertical;
}
.k-scheduler-edit-form > .k-edit-box:first-child .k-datetimepicker {
  margin-right: 1em;
}
.k-edit-box {
  float: left;
}
.k-edit-box + .k-edit-box {
  float: right;
}
.k-scheduler-edit-form label + input {
  margin-left: 1em;
}
.k-edit-field > ul.k-reset > li {
  margin: .2em 0 .4em;
  line-height: 2.4;
}
.k-edit-field > ul.k-reset.k-toolbar > li {
  margin: 0;
}
.k-edit-field > ul.k-reset .k-widget {
  margin-left: .8em;
}
.k-edit-field > ul.k-reset .k-numerictextbox,
.k-edit-field span.k-recur-interval {
  width: 5em;
}
.k-edit-field > ul.k-reset .k-dropdown,
.k-edit-field > ul.k-reset .k-datepicker,
div[name="recurrenceRule"] > .k-dropdown {
  width: 9em;
}
.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete,
.k-scheduler-edit-form .k-edit-buttons .k-scheduler-resetSeries {
  float: left;
}
.k-popup-message {
  margin: 0;
  padding: 1em 0 2em;
  text-align: center;
}
.k-scheduler-timezones .k-dropdown:first-child {
  width: 100%;
}
.k-scheduler-timezones .k-dropdown + .k-dropdown {
  margin: .5em 0 .7em;
}
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
  display: none;
}
.k-scheduler-toolbar .k-nav-current .k-lg-date-format,
.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
  display: inline-block;
}
.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  display: none;
}
.k-scheduler-refresh {
  float: right;
  padding: 0 .5em;
}
@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline-block;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
    text-align: right;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    content: "\E006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-i-calendar {
    display: inline-block;
  }
  .k-scheduler-timecolumn {
    width: 5em;
  }
  .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }
  .k-scheduler-timecolumn > div,
  .k-scheduler-datecolumn > div {
    white-space: normal;
  }
}
.k-scheduler-pdf-export {
  overflow: hidden;
}
.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}
.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
  width: 100% !important;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-tooltip {
  position: absolute;
  z-index: 12000;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 6px;
  background-repeat: repeat-x;
  min-width: 20px;
  text-align: center;
}
.k-tooltip-button {
  text-align: right;
  height: 0;
}
.k-tooltip-content {
  height: 100%;
}
.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}
span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}
.k-invalid-msg {
  display: none;
}
.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}
.k-callout-n {
  top: -12px;
  left: 50%;
  margin-left: -6px;
}
.k-callout-w {
  top: 50%;
  left: -12px;
  margin-top: -6px;
}
.k-callout-s {
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
}
.k-callout-e {
  top: 50%;
  right: -12px;
  margin-top: -6px;
}
.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-tooltip-validation .k-i-warning {
  vertical-align: text-top;
  margin-right: 3px;
}
.k-tooltip-validation {
  z-index: 9999;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-splitter {
  position: relative;
  height: 300px;
}
.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}
.k-splitter .k-pane {
  overflow: hidden;
}
.k-splitter .k-scrollable {
  overflow: auto;
}
.k-splitter .k-pane-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.k-ghost-splitbar,
.k-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
  outline: 0;
  user-select: none;
}
.k-splitter .k-ghost-splitbar-horizontal,
.k-splitter .k-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}
.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}
.k-splitbar-draggable-vertical {
  cursor: n-resize;
}
.k-splitbar .k-resize-handle {
  display: none;
}
.k-restricted-size-horizontal,
.k-restricted-size-vertical {
  background-color: #f00;
}
.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.k-splitbar-horizontal .k-i-arrow-60-right {
  margin-left: -2px;
}
.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
}
.k-splitbar-horizontal .k-i-arrow-60-left {
  margin-left: -3px;
}
.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
}
.k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
}
.k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
}
.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up {
  margin-left: -17px;
}
.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down {
  margin-left: 23px;
}
.k-i-arrow-60-up,
.k-i-arrow-60-right,
.k-i-arrow-60-down,
.k-i-arrow-60-left {
  cursor: pointer;
}
.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 20px;
  margin-top: -10px;
}
.k-splitbar-static-horizontal {
  width: 1px;
}
.k-splitbar-static-vertical {
  height: 1px;
}
.k-splitbar-vertical .k-icon {
  position: absolute;
  left: 50%;
}
.k-splitbar-draggable-vertical .k-resize-handle,
.k-splitbar-draggable-horizontal .k-resize-handle {
  display: inline-block;
  border-radius: 1px;
}
.k-splitbar-draggable-horizontal .k-resize-handle {
  width: 3px;
  height: 16px;
  margin-left: 1px;
}
.k-splitbar-draggable-vertical .k-resize-handle {
  width: 16px;
  height: 3px;
  margin-top: 1px;
}
.k-splitbar .k-i-arrow-60-up,
.k-splitbar .k-i-arrow-60-right,
.k-splitbar .k-i-arrow-60-down,
.k-splitbar .k-i-arrow-60-left {
  font-size: 10px;
}
.k-splitter-resizing {
  overflow: hidden;
}
.k-rtl .k-splitbar-horizontal .k-resize-handle {
  margin-right: 1px;
}
.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
  margin-right: -3px;
}
.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
  margin-right: -2px;
}
.k-rtl .k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
  margin-left: -17px;
}
.k-rtl .k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
  margin-left: 23px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
html .k-upload {
  position: relative;
}
.k-dropzone .k-dropzone-hint,
.k-upload-button {
  vertical-align: middle;
}
.k-dropzone,
.k-file {
  position: relative;
}
.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: .8em;
  background-color: transparent;
}
.k-dropzone .k-dropzone-hint {
  display: none;
  margin-left: .6em;
}
.k-dropzone-active .k-dropzone-hint {
  display: inline-block;
}
.k-dropzone-active .k-upload-status {
  display: none;
}
.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.k-upload .k-upload-button {
  min-width: 7.167em;
  margin-right: 1.6em;
}
.k-upload-button input {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.k-upload-files {
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
}
.k-upload-files .k-button {
  padding: 0;
}
.k-upload-status .k-i-warning {
  display: none;
}
.k-upload-status-total .k-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.k-dropzone .k-upload-status-total {
  top: 50%;
  transform: translateY(-50%);
}
.k-ie .k-dropzone .k-upload-status-total {
  transform: none;
}
.k-upload .k-clear-selected,
.k-upload .k-upload-selected {
  display: inline-block;
  width: 50%;
  margin: 0;
  line-height: 1em;
  padding: 1.214em 0;
  border: 0;
}
.k-upload .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}
.k-upload .k-clear-selected {
  border-radius: 0 0 0 4px;
}
.k-upload .k-upload-selected {
  border-radius: 0 0 4px 0;
}
.k-upload-files ~ .k-clear-selected,
.k-upload-files ~ .k-upload-selected {
  margin-top: -5px;
}
.k-upload .k-fail {
  background-position: -161px -111px;
}
.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: .65em .17em .65em 1em;
  white-space: nowrap;
}
.k-file .k-upload-action {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin-right: 3px;
}
.k-file:last-child {
  border-bottom-width: 0;
}
.k-file .k-icon {
  display: inline-block;
  position: relative;
}
.k-file-extension-wrapper,
.k-file-name-size-wrapper,
.k-file-group-wrapper,
.k-multiple-files-group-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  display: inline-block;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  position: relative;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  vertical-align: top;
  font-size: .57em;
  text-transform: uppercase;
}
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}
.k-multiple-files-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}
.k-file-group-wrapper .k-file-group,
.k-file-invalid-group-wrapper .k-file-group,
.k-multiple-files-group-wrapper .k-file-group,
.k-multiple-files-invalid-group-wrapper .k-file-group {
  font-size: 32px;
}
.k-file-group-wrapper .k-file-state,
.k-file-invalid-group-wrapper .k-file-state,
.k-multiple-files-group-wrapper .k-file-state,
.k-multiple-files-invalid-group-wrapper .k-file-state {
  position: absolute;
}
.k-multiple-files-group-wrapper,
.k-multiple-files-invalid-group-wrapper {
  vertical-align: top;
}
.k-file-state {
  visibility: hidden;
}
.k-file-name-size-wrapper {
  vertical-align: middle;
  margin-left: 1em;
  max-width: calc(100% - 24px - 1em - 6em);
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before,
.k-multiple-files-extension-wrapper:after,
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before,
.k-file-invalid-extension-wrapper:before,
.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-multiple-files-extension-wrapper:after,
.k-multiple-files-invalid-extension-wrapper:after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}
.k-file-extension,
.k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}
.k-file-extension {
  margin-left: .4em;
  margin-bottom: .3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.k-file-invalid-icon {
  margin-left: 5px;
}
.k-file-name,
.k-file-size,
.k-file-validation-message,
.k-file-information {
  display: block;
}
.k-file-name {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
  font-size: .78em;
  line-height: 1.5em;
}
.k-file-information,
.k-file-validation-message {
  line-height: 1.5em;
}
.k-file-size {
  line-height: 1.2em;
}
.k-upload-files .k-upload-status {
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 1em;
  opacity: 0.65;
}
.k-upload-action,
.k-button.k-upload-action:hover,
.k-button.k-upload-action:active:hover,
.k-button.k-upload-action.k-state-active:hover {
  color: inherit;
  background: transparent;
  border: 0;
}
.k-upload-action {
  opacity: 0.6;
}
.k-upload-action:hover {
  opacity: 1;
}
.k-upload-action .k-icon {
  vertical-align: top;
}
.k-file .k-upload-status .k-button,
.k-file .k-upload-status > .k-icon {
  vertical-align: middle;
  border-radius: 50%;
}
.k-dropzone .k-upload-status {
  position: static;
  margin-left: 10px;
}
.k-upload-pct {
  margin-right: .75em;
}
.k-ie9 .k-upload-status-total {
  top: 1.5em;
}
.k-ie9 .k-upload-status-total > .k-icon {
  margin-top: -3px;
}
.k-upload-action {
  line-height: normal;
}
.k-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.k-file-invalid > .k-progress {
  width: 100%;
}
.k-upload-selected {
  min-width: 7.167em;
  margin: 0.25em 0 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.k-upload-selected,
.k-upload-cancel {
  margin-bottom: .8em;
}
.k-upload-selected {
  margin-left: .8em;
  margin-right: .2em;
}
.k-rtl .k-file-extension-wrapper {
  margin-left: 14px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-chart,
.k-gauge,
.k-sparkline,
.k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-chart,
.k-stockchart {
  height: 400px;
}
.k-chart > canvas {
  vertical-align: top;
}
div.k-chart,
div.k-gauge,
span.k-sparkline,
.k-stockchart {
  background-color: transparent;
}
.k-gauge {
  text-align: left;
  position: relative;
}
.k-arcgauge {
  display: inline-block;
}
.k-arcgauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
}
.k-baseline-marker {
  zoom: 1;
}
.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 12000;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P/vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}
.k-chart-tooltip-inverse {
  color: #000;
}
.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}
.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}
.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: .1em .2em;
}
.k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
}
.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}
.k-selection {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-bottom: 0;
  height: 100%;
}
.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.01);
  filter: alpha(opacity=1);
}
.k-handle {
  background: #d2d2d2;
  width: 7px;
  height: 26px;
  cursor: e-resize;
  z-index: 1;
  border-radius: 6px;
  position: absolute;
}
.k-handle div {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.k-left-handle {
  left: -4px;
}
.k-right-handle {
  right: -4px;
}
.k-left-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 30px 0 0;
}
.k-left-handle.k-handle-active div {
  margin-left: -40px;
  padding-right: 55px;
}
.k-right-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 0 0 30px;
}
.k-right-handle.k-handle-active div {
  padding-left: 55px;
}
.k-mask {
  position: absolute;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.k-border {
  background: #d2d2d2;
  width: 1px;
  height: 100%;
  position: absolute;
}
.k-navigator-hint div {
  position: absolute;
}
.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #d2d2d2;
}
.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}
.k-sparkline span {
  height: 100%;
  width: 100%;
}
.k-map,
.k-diagram {
  height: 600px;
}
.k-map .km-scroll-wrapper,
.k-diagram .km-scroll-wrapper {
  padding-bottom: 0;
  user-select: none;
}
.k-map .km-scroll-wrapper,
.k-diagram .km-scroll-wrapper,
.k-map .km-scroll-container,
.k-diagram .km-scroll-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.k-map .k-layer,
.k-diagram .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.k-map .km-touch-scrollbar,
.k-diagram .km-touch-scrollbar {
  display: none;
}
.k-map .k-marker {
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  position: absolute;
  cursor: pointer;
  overflow: visible;
}
.k-map .k-pos-top {
  top: 0;
}
.k-map .k-pos-bottom {
  bottom: 0;
}
.k-map .k-pos-left {
  left: 0;
}
.k-map .k-pos-right {
  right: 0;
}
.k-map-controls {
  position: absolute;
}
.k-map-controls.k-pos-left .k-widget:first-child {
  margin-right: 0;
}
.k-map-controls.k-pos-right .k-widget:first-child {
  margin-left: 0;
}
.k-navigator {
  width: 50px;
  height: 50px;
  margin: 20px;
  border-radius: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.k-pdf-export .k-navigator {
  display: none;
}
.k-navigator > button {
  border-color: transparent;
  background: none;
}
div.k-navigator > .k-button {
  margin: 0;
  padding: 0;
  line-height: 10px;
  border-radius: 16px;
  position: absolute;
  font-size: 1px;
  line-height: 1px;
}
div.k-navigator .k-navigator-n,
div.k-navigator .k-navigator-up {
  top: 2px;
  left: 50%;
  margin-left: -9px;
}
div.k-navigator .k-navigator-e,
div.k-navigator .k-navigator-right {
  right: 2px;
  top: 50%;
  margin-top: -9px;
}
div.k-navigator .k-navigator-s,
div.k-navigator .k-navigator-down {
  bottom: 2px;
  left: 50%;
  margin-left: -9px;
}
div.k-navigator .k-navigator-w,
div.k-navigator .k-navigator-left {
  left: 2px;
  top: 50%;
  margin-top: -9px;
}
.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}
.k-zoom-control {
  margin: 14px;
  vertical-align: middle;
}
.k-pdf-export .k-zoom-control {
  display: none;
}
.k-button-wrap {
  border-radius: 4px;
  display: inline-block;
}
.k-button-wrap .k-button {
  position: relative;
  padding: 4px;
  line-height: 16px;
}
.k-button-wrap .k-button .k-icon {
  vertical-align: top;
}
.k-buttons-horizontal :first-child {
  border-radius: 4px 0 0 4px;
}
.k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: -1px;
}
.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.k-button-wrap .k-button:hover {
  z-index: 1;
}
.k-buttons-vertical .k-button {
  display: block;
}
.k-buttons-vertical :first-child {
  border-radius: 4px 4px 0 0;
}
.k-buttons-vertical .k-zoom-out {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.k-zoom-text {
  margin: 0;
  width: 4.3em;
  vertical-align: top;
}
.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}
.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -1px;
}
.k-diagram {
  height: 600px;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-canvas-container {
  width: 100%;
  height: 100%;
}
.k-diagram img {
  box-sizing: content-box;
}
.k-treemap {
  overflow: hidden;
  height: 400px;
}
.k-treemap-tile {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}
.k-treemap-tile.k-leaf {
  padding: .6em;
}
.k-treemap-wrap.k-last > .k-treemap-tile {
  padding: .3em;
}
.k-treemap-tile.k-state-hover {
  z-index: 2;
  background-image: none;
}
.k-treemap > .k-treemap-tile {
  position: relative;
  height: 100%;
}
.k-treemap-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.42em;
  height: 2.42em;
  padding: 0 .6em;
  white-space: nowrap;
}
.k-treemap-wrap .k-treemap-title {
  border-width: 0 0 1px;
  border-style: solid;
}
.k-treemap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.k-treemap-title + .k-treemap-wrap {
  top: 2.42em;
}
.k-treemap-title-vertical {
  box-sizing: border-box;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.42em;
  line-height: 2.42em;
  overflow: hidden;
  padding: .6em 0;
  white-space: nowrap;
}
.k-treemap-title-vertical > div {
  position: absolute;
  top: 0;
  right: 1.23em;
  transform-origin: right;
  transform: rotate(-90deg);
}
.k-treemap-title-vertical + .k-treemap-wrap {
  left: 2.42em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-pane-wrapper {
  position: relative;
  font-size: 14px;
}
.k-pane-wrapper .k-pane {
  width: 100%;
  height: 100%;
  user-select: none;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-x: hidden;
}
.k-pane-wrapper .k-view {
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  vertical-align: top;
}
.k-pane-wrapper .k-content {
  min-height: 1px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}
.k-pane-wrapper .k-grid-edit-form > .k-header,
.k-pane-wrapper .k-grid-column-menu > .k-header,
.k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-pane-wrapper .k-scheduler-edit-form > .k-header {
  display: flex;
  justify-content: space-between;
  padding: .3em .6em;
  width: auto;
  line-height: 2em;
}
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel .k-icon {
  font-size: 1.5em;
}
.k-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar,
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer {
  line-height: 2em;
}
.k-pane-wrapper > div.k-pane {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: normal;
}
.k-pane-wrapper .k-popup-edit-form .k-content,
.k-pane-wrapper .k-grid-edit-form .k-content,
.k-pane-wrapper .k-grid-column-menu .k-content,
.k-pane-wrapper .k-grid-filter-menu .k-content {
  overflow-y: auto;
}
.k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
  margin: 1em;
  font-weight: normal;
}
.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
  width: auto;
}
.k-pane-wrapper .k-grid .k-grid-search {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
.k-pane-wrapper .k-grid .k-grid-search:first-child {
  margin-top: 0;
}
.k-grid-mobile {
  border-width: 0;
}
.k-grid-mobile .k-resize-handle-inner::before {
  content: "\e01e";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .2em;
}
.k-grid-mobile .k-edit-cell > input,
.k-grid-mobile .k-edit-cell > select,
.k-grid-mobile .k-grid-edit-row > td > input,
.k-grid-mobile .k-grid-edit-row > td > select {
  width: 100%;
  box-sizing: border-box;
}
.k-grid-mobile .k-header a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
  padding: 0;
  flex-direction: column;
  align-items: stretch;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-view > .k-listgroup-form-row {
  margin: 0;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
  width: 100%;
  margin: -1px 0;
}
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
  white-space: nowrap;
}
.k-scheduler-mobile {
  border-width: 0;
}
.k-scheduler-mobile th {
  font-weight: normal;
}
.k-scheduler-mobile .k-scheduler-toolbar {
  display: flex;
  justify-content: space-between;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools {
  margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button {
  padding: 4px;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button span {
  margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-i-calendar {
  display: inline-block;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev,
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current,
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next {
  border: 0;
  background: none;
  display: flex;
  line-height: 1.5;
  align-items: center;
  justify-content: space-evenly;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
  font-size: 9px;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  flex-direction: column;
}
.k-scheduler-mobile .k-scheduler-footer {
  display: flex;
  justify-content: space-between;
}
.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
  height: 40px;
}
.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
  vertical-align: top;
  text-align: center;
}
.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}
.k-scheduler-mobile .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}
.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child {
  display: none;
}
.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group {
  display: none;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
  display: none;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
  table-layout: auto;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
  width: 1%;
}
.k-scheduler-mobile .k-mobile-header .k-scheduler-table td,
.k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
  height: 1.5em;
}
.k-scheduler-mobile .k-time-text,
.k-scheduler-mobile .k-time-period {
  display: block;
  line-height: 1;
}
.k-scheduler-mobile .k-time-period {
  font-size: .7em;
}
.k-scheduler-mobile .k-scheduler-table td,
.k-scheduler-mobile .k-scheduler-table th {
  height: 2em;
  vertical-align: middle;
}
.k-scheduler-mobile .k-scheduler-times th {
  font-size: 1em;
}
.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-scheduler-mobile .k-task {
  display: flex;
  align-items: center;
}
.k-scheduler-mobile .k-task .k-scheduler-mark {
  border-radius: 50%;
}
.k-scheduler-mobile .k-task .k-i-reload {
  font-size: 1em;
  margin-right: .5em;
}
.k-scheduler-mobile .k-task .k-scheduler-task-text {
  flex: 1 1 0%;
}
.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn {
  vertical-align: top;
}
.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space: nowrap;
}
.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 0;
}
.k-pane-wrapper .k-pane * {
  background-clip: border-box;
}
.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text {
  padding: 0.5em 1em;
  display: block;
}
.k-pane-wrapper .k-listgroup .k-listgroup-item {
  border-color: inherit;
}
.k-pane-wrapper .k-listgroup + .k-listgroup {
  margin-top: 2em;
}
.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
  pointer-events: none;
}
.k-pane-wrapper .k-filter-menu {
  padding: 0;
}
.k-pane-wrapper .k-filter-menu .k-space-right {
  border: 0;
  padding: 0 10px;
  background: 0;
}
.k-pane-wrapper .k-filter-menu .k-space-right > input {
  width: 100%;
  height: 2em;
  padding: 1px 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 1em;
  border-width: 1px;
  border-style: solid;
}
.k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom {
  right: 15px;
  z-index: 2;
}
.k-pane-wrapper .k-filter-menu .k-filter-tools {
  margin: 1em;
  display: flex;
  justify-content: space-between;
}
.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
  display: flex;
}
.k-pane-wrapper .k-popup-edit-form .k-tooltip-validation {
  top: 100%;
  left: 0;
}
.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
  width: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 1 1 auto;
}
.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
  overflow-y: auto;
}
.k-pane-wrapper .k-state-disabled {
  opacity: 1;
}
.k-pane-wrapper .k-state-disabled > * {
  opacity: .7;
}
.k-ie .k-pane-wrapper .k-grid .k-icon {
  text-indent: 0;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm {
  justify-content: center;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
  display: none;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-current-page .k-link {
  line-height: .9em;
}
.km-scroll-container {
  user-select: none;
  -webkit-margin-collapse: separate;
  -webkit-transform: translatez(0);
}
.k-widget .km-scroll-wrapper {
  position: relative;
  padding-bottom: 0;
}
.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .3em;
  width: .3em;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 2px;
}
.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}
.k-rtl .k-pane-wrapper .k-grid-edit-form > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-edit-form > .k-header,
.k-rtl .k-pane-wrapper .k-grid-column-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-column-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-column-menu > .k-header,
.k-rtl .k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-filter-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-rtl .k-pane-wrapper .k-scheduler-edit-form > .k-header,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  flex-direction: row-reverse;
}
.k-rtl .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom,
.k-pane-wrapper[dir="rtl"] .k-filter-menu .k-space-right > .k-i-zoom,
[dir="rtl"] .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom {
  left: 15px;
  right: auto;
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
  border: 0;
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
  transform: scaleX(-1);
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
  margin-left: .5em;
  margin-right: 0;
}
.k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
  transform: scaleX(-1);
}
/* animation classes */
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  -webkit-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx {
  position: relative;
}
.k-fx .k-fx-current {
  z-index: 0;
}
.k-fx .k-fx-next {
  z-index: 1;
}
.k-fx-hidden,
.k-fx-hidden * {
  visibility: hidden !important;
}
.k-fx-reverse .k-fx-current {
  z-index: 1;
}
.k-fx-reverse .k-fx-next {
  z-index: 0;
}
/* Zoom */
.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
/* Fade */
.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}
.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}
/* Slide */
.k-fx-slide {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
  -webkit-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
  will-change: opacity;
  opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
  will-change: opacity;
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
  opacity: 0;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-right {
  /* right reverse */
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Overlay */
.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  -o-transform: translatey(-100%);
  transform: translatey(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  -o-transform: translatey(-100%);
  transform: translatey(-100%);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-virtual-wrap {
  position: relative;
}
.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}
.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.k-virtual-list > .k-virtual-content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.k-virtual-option-label {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.k-virtual-wrap > .k-virtual-header {
  text-align: right;
}
.k-popup .k-item.k-first {
  position: relative;
}
.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.k-popup .k-list .k-item > .k-group,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-transform: uppercase;
  font-size: .857em;
}
.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .5em;
  line-height: 1.8;
}
.k-popup .k-state-hover > .k-group {
  right: -1px;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-align: right;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-dialog {
  min-width: 90px;
  min-height: 3em;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.k-dialog.k-dialog-centered {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.k-dialog-titlebar {
  padding: 12px;
}
.k-dialog-title {
  font-size: 1.4em;
}
.k-dialog-titlebar .k-dialog-actions {
  top: 9px;
}
.k-dialog-titleless .k-dialog-titlebar .k-dialog-close {
  position: absolute;
  top: 4px;
  right: 8px;
}
.k-dialog .k-content {
  padding: 28px 16px;
  height: auto;
}
.k-dialog.k-dialog-titleless .k-content {
  padding: 2.4em;
}
.k-dialog-buttongroup {
  margin: 0;
  padding: 16px 16px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.k-dialog-buttongroup .k-button {
  flex: 0 0 auto;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.k-dialog-buttongroup .k-button + .k-button {
  margin-left: 0.5em;
}
.k-dialog-buttongroup.k-dialog-button-layout-stretched {
  padding: 0;
}
.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
  border-width: 1px 0 0 1px;
  flex: 1 0 0;
  white-space: nowrap;
}
.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-radius: 0;
  border-left-width: 0;
}
.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-radius: 0;
  border-right-width: 0;
}
.k-no-flexbox .k-dialog-buttongroup {
  display: block;
  text-align: right;
}
.k-no-flexbox .k-rtl .k-dialog-button-group {
  text-align: left;
}
.k-dialog.k-alert .k-dialog-titlebar,
.k-dialog.k-prompt .k-dialog-titlebar,
.k-dialog.k-confirm .k-dialog-titlebar {
  border-width: 0;
  color: inherit;
  background: none;
}
.k-dialog.k-alert .k-dialog-content,
.k-dialog.k-prompt .k-dialog-content,
.k-dialog.k-confirm .k-dialog-content {
  padding: 32px 32px;
}
.k-dialog.k-prompt .k-dialog-content,
.k-dialog.k-prompt .k-prompt-container {
  padding: 16px 32px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-card {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  position: relative;
}
.k-card .k-card-callout {
  position: absolute;
  width: 20px;
  height: 20px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
}
.k-card .k-card-callout.k-callout-n {
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}
.k-card .k-card-callout.k-callout-e {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}
.k-card .k-card-callout.k-callout-s {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(135deg);
  left: 50%;
}
.k-card .k-card-callout.k-callout-w {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.k-card.k-card-flat {
  box-shadow: none;
}
.k-card-horizontal {
  flex-direction: row;
}
.k-card-header {
  padding: 16px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.k-card > .k-card-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-card > .k-card-header:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-card-header > h1,
.k-card-header > h2,
.k-card-header > h3,
.k-card-header > h4,
.k-card-header > h5,
.k-card-header > h6 {
  margin: 0;
}
.k-card-header .k-card-title + .k-card-subtitle {
  margin-top: 0;
}
.k-card-footer {
  padding: 16px 16px;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
}
.k-card-body {
  padding: 16px 16px;
  flex: 1 1 auto;
}
.k-card > .k-card-body:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-card > .k-card-body:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-card-body p {
  margin: 0 0 8px;
}
.k-card-body > .k-last,
.k-card-body > :last-child {
  margin-bottom: 0;
}
.k-card-image,
.k-card-media {
  border: 0;
  max-width: 100%;
  overflow: hidden;
}
.k-card > .k-card-image:first-child,
.k-card > .k-card-media:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-card > .k-card-image:last-child,
.k-card > .k-card-media:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-card-image > img,
.k-card-media > img {
  border: 0;
  max-width: 100%;
}
.k-card-horizontal .k-card-image,
.k-card-horizontal .k-card-media {
  flex-shrink: 0;
  max-width: 100px;
  object-fit: cover;
}
.k-card-title {
  font-size: 19px;
  margin: 0 0 8px;
}
.k-card-subtitle {
  font-size: 12px;
  margin: 0 0 8px;
  opacity: .6;
}
.k-card-title + .k-card-subtitle {
  margin-top: -6px;
}
.k-card-separator {
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  flex: 0 0 auto;
}
.k-card-separator.k-separator-vertical {
  width: 0;
  border-width: 0 0 0 1px;
}
.k-card > .k-hr {
  margin: 0;
  flex: 0 0 auto;
  border-color: inherit;
}
.k-card-actions {
  padding: 8px 16px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-basis: auto;
}
.k-card > .k-card-actions:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-card > .k-card-actions:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-card > .k-card-actions {
  border-top-width: 1px;
  border-color: inherit;
}
.k-card-horizontal .k-card-actions,
.k-card-vertical .k-card-actions {
  border: 0;
}
.k-card-actions .k-button {
  max-width: 100%;
  white-space: normal;
}
.k-card-actions > .k-button.k-flat:first-child {
  margin-left: -8px;
}
.k-card-actions.k-card-actions-start {
  justify-content: flex-start;
}
.k-card-actions.k-card-actions-end {
  justify-content: flex-end;
}
.k-card-actions.k-card-actions-center {
  justify-content: center;
}
.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: inline-flex;
  flex: 1 1 auto;
}
.k-card-action > .k-button {
  border-radius: 0;
  padding: 16px 16px;
  flex: 1 1 auto;
}
.k-card-actions-vertical {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.k-card-actions-vertical .k-button {
  padding: 16px 16px;
}
.k-card-actions-vertical .k-button.k-flat:first-child {
  margin-left: 0;
}
.k-card-actions-vertical .k-card-action + .k-card-action {
  border-top-width: 1px;
}
.k-card-horizontal .k-card-actions-vertical {
  border-top-width: 0;
  border-left-width: 1px;
}
.k-card-vertical .k-card-actions-vertical.k-card-actions-start {
  align-items: flex-start;
}
.k-card-vertical .k-card-actions-vertical.k-card-actions-end {
  align-items: flex-end;
}
.k-card-vertical .k-card-actions-vertical.k-card-actions-center {
  align-items: center;
}
.k-card-vertical .k-card-actions-vertical.k-card-actions-start,
.k-card-vertical .k-card-actions-vertical.k-card-actions-end,
.k-card-vertical .k-card-actions-vertical.k-card-actions-center {
  padding: 8px 16px;
}
.k-card-vertical .k-card-actions-vertical.k-card-actions-start .k-button,
.k-card-vertical .k-card-actions-vertical.k-card-actions-end .k-button,
.k-card-vertical .k-card-actions-vertical.k-card-actions-center .k-button {
  padding: 8px 14px;
}
.k-card-actions-stretched {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.k-card-actions-stretched .k-button {
  padding: 16px 16px;
  flex-grow: 1;
  border-radius: 0;
}
.k-card-actions-stretched .k-button.k-flat:first-child {
  margin-left: 0;
}
.k-card-actions-stretched .k-card-action + .k-card-action {
  border-left-width: 1px;
}
.k-card-actions-stretched.k-card-actions-vertical {
  flex-direction: column;
}
.k-card-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}
.k-card-list .k-card {
  flex: 0 0 auto;
}
.k-card-list .k-card + .k-card {
  margin-top: 16px;
}
.k-card-deck {
  display: flex;
  margin-top: 16px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}
.k-card-deck .k-card {
  flex: 0 0 auto;
}
.k-card-deck .k-card + .k-card {
  margin-left: 16px;
}
.k-card-deck-scrollwrap {
  display: flex;
  position: relative;
  align-items: center;
}
.k-card-deck-scrollwrap > .k-button {
  border-radius: 0;
  flex: 0 0 auto;
  position: absolute;
  z-index: 1;
}
.k-card-deck-scrollwrap > .k-button:first-child {
  left: -1px;
}
.k-card-deck-scrollwrap > .k-button:last-child {
  right: -1px;
}
.k-card-deck-scrollwrap > .k-card-deck {
  flex: 1 1 auto;
}
.k-card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}
.k-card-group .k-card {
  border-radius: 0;
  flex: 0 0 auto;
}
.k-card-group .k-card > .k-card-header {
  border-radius: 0;
}
.k-card-group .k-card + .k-card {
  margin-left: -1px;
}
.k-card-group .k-card.k-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-card-group .k-card.k-first > .k-card-header {
  border-top-left-radius: 4px;
}
.k-card-group .k-card.k-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-card-group .k-card.k-last > .k-card-header {
  border-top-right-radius: 4px;
}
.k-card-group .k-card.k-only {
  border-radius: 4px;
}
.k-card-group .k-card.k-only > .k-card-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-rtl .k-card-deck .k-card + .k-card,
[dir="rtl"] .k-card-deck .k-card + .k-card {
  margin-left: 0;
  margin-right: 16px;
}
.k-ie11 .k-card-body {
  flex: 1 1 auto;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-calendar {
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857143;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.k-calendar .k-link {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.k-calendar .k-action-link {
  text-decoration: underline;
}
.k-calendar .k-state-focused,
.k-calendar .k-state-focused.k-state-selected {
  box-shadow: none;
}
.k-calendar table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-width: 0;
  outline: 0;
  table-layout: fixed;
  float: left;
}
.k-calendar td,
.k-calendar th {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  background: none;
  font-weight: normal;
  cursor: default;
}
.k-calendar .k-header {
  padding: 4px 4px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  text-align: center;
  position: relative;
  z-index: 1;
}
.k-calendar .k-header .k-link {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100px;
  display: inline-block;
}
.k-calendar .k-nav-prev,
.k-calendar .k-nav-next {
  width: 1.42857143em;
  height: 1.42857143em;
  box-sizing: content-box;
  position: absolute;
  top: 4px;
}
.k-calendar .k-nav-prev .k-icon,
.k-calendar .k-nav-next .k-icon {
  vertical-align: text-top;
}
.k-calendar .k-nav-prev {
  left: 4px;
}
.k-calendar .k-nav-next {
  right: 4px;
}
.k-calendar .k-nav-fast {
  margin: auto;
  width: 75%;
  box-sizing: border-box;
}
.k-calendar .k-footer {
  text-align: center;
  position: relative;
  clear: both;
}
.k-calendar .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  padding: .5em;
  border-width: 0;
  border-radius: 0;
  display: block;
}
.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}
.k-calendar .k-calendar-view {
  width: 19em;
  height: 19em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.k-calendar.k-week-number .k-calendar-view {
  width: 21.71428571em;
}
.k-calendar .k-content {
  width: 100%;
  background-color: transparent;
}
.k-calendar .k-content th {
  padding: 0.325em 2px;
  border-bottom-width: 0;
  box-sizing: border-box;
}
.k-calendar .k-content td {
  border-radius: 100px;
}
.k-calendar .k-content td.k-alt {
  width: 2.71428571em;
  border-radius: 0;
}
.k-calendar .k-content .k-link {
  margin: auto;
  padding: 0.65em 0.65em;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.42857143;
  display: block;
}
.k-calendar .k-month .k-link {
  width: 2.71428571em;
  height: 2.71428571em;
}
.k-calendar .k-month th {
  height: 2.71428571em;
}
.k-calendar .k-year .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 2.98571429em;
}
.k-calendar .k-decade .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 2.98571429em;
}
.k-calendar .k-century .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.49285714em;
  white-space: normal;
}
.k-calendar .k-animation-container .k-content {
  height: 100%;
}
.k-week-number {
  width: 21.71428571em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-calendar-range {
  width: auto;
  text-align: left;
  line-height: 1.42857143;
}
.k-calendar-range .k-calendar-header {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.k-calendar-range .k-calendar-header .k-button {
  white-space: nowrap;
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}
.k-calendar-range .k-calendar-header .k-button:hover,
.k-calendar-range .k-calendar-header .k-button.k-state-hover,
.k-calendar-range .k-calendar-header .k-button:active,
.k-calendar-range .k-calendar-header .k-button.k-state-active,
.k-calendar-range .k-calendar-header .k-button:hover:active,
.k-calendar-range .k-calendar-header .k-button:hover.k-state-active {
  color: inherit;
}
.k-calendar-range .k-calendar-header .k-button::before {
  display: block;
}
.k-calendar-range .k-calendar-header .k-button::after {
  display: block;
}
.k-calendar-range .k-calendar-header .k-button:focus::after,
.k-calendar-range .k-calendar-header .k-button.k-state-focused::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: .12;
}
.k-calendar-range .k-calendar-header .k-button[disabled],
.k-state-disabled .k-calendar-range .k-calendar-header .k-button,
.k-calendar-range .k-calendar-header .k-button.k-state-disabled {
  pointer-events: none;
}
.k-calendar-range .k-calendar-header .k-button.k-primary,
.k-calendar-range .k-calendar-header .k-button.k-primary:hover,
.k-calendar-range .k-calendar-header .k-button.k-primary.k-state-hover,
.k-calendar-range .k-calendar-header .k-button.k-primary:active,
.k-calendar-range .k-calendar-header .k-button.k-primary.k-state-active,
.k-calendar-range .k-calendar-header .k-button.k-primary:hover:active,
.k-calendar-range .k-calendar-header .k-button.k-primary:hover.k-state-active {
  color: #047bc1;
}
.k-calendar-range .k-calendar-nav {
  display: inline-block;
  white-space: nowrap;
}
.k-calendar-range .k-calendar-view {
  height: auto;
  width: auto;
  min-height: 19em;
  text-align: center;
  white-space: nowrap;
}
.k-animation-container-sm .k-calendar-range .k-calendar-view {
  display: flex;
  flex-direction: column;
}
.k-calendar-range.k-week-number .k-calendar-view {
  width: auto;
}
.k-calendar-range .k-content {
  padding: 0 16px 8px;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-table;
  vertical-align: top;
  float: none;
  color: inherit;
  background-color: transparent;
}
.k-calendar-range .k-content th,
.k-calendar-range .k-content td {
  padding: 0;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  text-align: inherit;
  vertical-align: middle;
}
.k-calendar-range .k-content th {
  padding: .5em 0;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: .5;
}
.k-calendar-range .k-content td {
  border-radius: 100px;
}
.k-calendar-range .k-content td.k-alt {
  opacity: .5;
}
.k-calendar-range .k-content .k-link {
  padding: 0.65em 0.65em;
  min-height: 0;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: inherit;
}
.k-calendar-range .k-content .k-meta-header,
.k-calendar-range .k-content .k-month-header {
  margin: 0 16px;
  padding: 0.5em 14px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  opacity: .5;
}
.k-calendar-range .k-content td.k-range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.k-calendar-range .k-content td.k-range-mid {
  border-radius: 0;
}
.k-calendar-range .k-content td.k-range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.k-calendar-range .k-content td.k-range-split-start,
.k-calendar-range .k-content td.k-range-split-end {
  position: relative;
}
.k-calendar-range .k-content td.k-range-split-start::after,
.k-calendar-range .k-content td.k-range-split-end::after {
  content: "";
  width: 5px;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
}
.k-calendar-range .k-content td.k-range-split-start::after {
  right: auto;
  left: -5px;
}
.k-calendar-range .k-content td.k-range-split-end::after {
  right: -5px;
  left: auto;
}
.k-calendar-range .k-content td.k-weekend {
  background-color: transparent;
}
.k-calendar-range .k-state-selected {
  color: inherit;
  background: transparent;
  border-color: transparent;
}
.k-calendar-range .k-state-focused,
.k-calendar-range .k-state-focused.k-state-selected {
  box-shadow: none;
}
.k-calendar-range td.k-state-disabled {
  opacity: .5;
}
.k-calendar-range td.k-state-disabled .k-link {
  color: inherit;
}
.k-calendar-range .k-footer .k-nav-today {
  padding: 8px 16px;
  width: auto;
  height: auto;
  display: block;
}
.k-widget.k-daterangepicker {
  border: 0;
  box-shadow: none;
}
.k-calendar-monthview .k-content .k-link {
  width: 2.71428571em;
}
.k-calendar-monthview .k-content tbody tr {
  height: 2.71428571em;
}
.k-calendar-yearview .k-content {
  margin: 0 -1px;
}
.k-calendar-yearview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}
.k-calendar-decadeview .k-content {
  margin: 0 -1px;
}
.k-calendar-decadeview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}
.k-calendar-centuryview .k-content {
  margin: 0 -1px;
}
.k-calendar-centuryview .k-content .k-link {
  padding: 0.65em 0.65em;
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.625;
  white-space: normal;
}
.k-rtl .k-calendar-range {
  text-align: right;
}
.k-rtl .k-calendar-range .k-calendar-nav {
  float: left;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-scrollview {
  position: relative;
  overflow: hidden;
  outline: 0;
  display: block;
}
ul.k-scrollview-wrap {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}
ul.k-scrollview-wrap img {
  user-select: none;
}
ul.k-scrollview-wrap > li {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
div.k-scrollview-wrap {
  white-space: nowrap;
}
div.k-scrollview-wrap > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}
.k-scrollview-nav-wrap {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: calc(8px + (2 * 0) + (20px / 2));
  overflow: hidden;
}
.k-scrollview-nav {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  list-style: none;
  pointer-events: initial;
}
.k-scrollview-nav > li.k-link {
  margin: 0 20px;
  padding: 0;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
.k-scrollview-nav > li.k-link::before {
  content: "";
  width: 28px;
  height: calc(8px + (2 * 0) + (20px / 2));
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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;
}
.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;
  position: static;
}
.k-scrollview-elements {
  width: 100%;
}
.k-scrollview-animation {
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.k-i-arrowhead-e::before {
  content: "\e014";
}
.k-i-arrowhead-w::before {
  content: "\e016";
}
@supports (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: auto;
  }
}
@supports (not (-webkit-user-select: none)) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: none;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-switch {
  border-radius: 5.4em;
  cursor: pointer;
  width: 5.4em;
  background: none;
  border: 0;
  outline: 0;
  box-shadow: none;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  font-size: 10px;
  user-select: none;
  text-align: left;
}
.k-switch [type='checkbox'] {
  display: none;
}
.k-ie .k-switch {
  display: inline-block;
}
.k-switch,
.k-switch-container,
.k-switch-handle {
  box-sizing: border-box;
}
.k-switch-container {
  border-radius: 5.4em;
  padding: 0 0;
  border-width: 0;
  border-style: solid;
  flex: 1 0 auto;
  position: relative;
  outline: 0;
  transition: background-color 200ms ease-out 0s;
}
.k-ie .k-switch-container {
  display: block;
}
.k-switch-handle {
  border-radius: 5.4em;
  width: 3em;
  height: 3em;
  border-width: 0;
  border-style: solid;
  background-position: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left 200ms ease-out 0s;
}
.k-ie11 .k-switch-handle {
  display: block;
}
.k-switch-on .k-switch-handle {
  left: calc(100% - 3em);
}
.k-ie .k-switch-on .k-switch-handle,
.k-edge .k-switch-on .k-switch-handle {
  left: 100%;
  margin-left: -3em;
}
.k-switch-off .k-switch-handle {
  left: 0;
}
.k-switch-label-on,
.k-switch-label-off {
  display: none;
  width: calc(100% - 3em - calc(8px + 2px) - 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: none;
  line-height: 3em;
  overflow: hidden;
}
.k-switch-label-on {
  text-align: left;
  left: calc(8px - 0);
}
.k-switch-label-off {
  text-align: right;
  right: calc(8px - 0);
}
.k-switch {
  overflow: visible;
}
.k-switch .k-switch-container {
  height: 1.6em;
}
.k-switch .k-switch-handle {
  top: calc((1.6em - 3em - 0 * 2) * 0.5);
}
.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
  left: 0;
}
.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
  left: calc(100% - 3em);
}
.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
  text-align: right;
  left: initial;
  right: calc(8px - 0);
}
.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
  text-align: left;
  left: calc(8px - 0);
  right: initial;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-filter {
  display: inline-block;
  border-width: 0;
  box-shadow: none;
}
.k-filter ul {
  padding: 0;
}
.k-filter ul li {
  list-style-type: none;
}
.k-filter .k-filter-container,
.k-filter .k-filter-preview {
  margin-bottom: 2.1em;
}
.k-filter .k-filter-lines,
.k-filter .k-filter-item {
  padding-left: 14px;
}
.k-filter .k-filter-toolbar {
  display: inline-flex;
  position: relative;
  padding: 8px 0;
}
.k-filter .k-filter-toolbar::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  top: 50%;
  left: -14px;
}
.k-filter .k-filter-toolbar .k-toolbar {
  border-style: solid;
  border-width: 1px;
}
.k-filter .k-filter-toolbar .k-filter-operator .k-dropdown {
  width: 15em;
}
.k-filter .k-filter-toolbar .k-filter-toolbar-item > .k-textbox {
  margin: 0 .2em;
  vertical-align: middle;
}
.k-filter .k-filter-item {
  position: relative;
}
.k-filter .k-filter-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: -8px;
  left: 0;
}
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  content: "";
  position: absolute;
  width: 1px;
  top: calc(-8px - 1px);
  bottom: 50%;
  left: -14px;
}
.k-filter .k-filter-group-main::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child::before {
  display: none;
}
.k-rtl .k-filter .k-filter-lines,
.k-filter[dir="rtl"] .k-filter-lines,
[dir="rtl"] .k-filter .k-filter-lines,
.k-rtl .k-filter .k-filter-item,
.k-filter[dir="rtl"] .k-filter-item,
[dir="rtl"] .k-filter .k-filter-item {
  padding-left: 0;
  padding-right: 14px;
}
.k-rtl .k-filter .k-filter-toolbar::before,
.k-filter[dir="rtl"] .k-filter-toolbar::before,
[dir="rtl"] .k-filter .k-filter-toolbar::before {
  left: auto;
  right: -14px;
}
.k-rtl .k-filter .k-filter-item::before,
.k-filter[dir="rtl"] .k-filter-item::before,
[dir="rtl"] .k-filter .k-filter-item::before {
  left: auto;
  right: 0;
}
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  left: auto;
  right: -14px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-checkbox {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: initial;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}
.k-checkbox::before {
  content: "\e118";
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-family: "WebComponentsIcons", monospace;
  transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}
.k-checkbox:hover {
  cursor: pointer;
}
.k-checkbox:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
.k-checkbox:indeterminate::before,
.k-checkbox.k-state-indeterminate::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  transform: scale(1) translate(-50%, -50%);
}
.k-checkbox:disabled,
.k-checkbox:disabled + .k-checkbox-label {
  opacity: .6;
  filter: grayscale(0.8);
  cursor: default;
}
.k-checkbox-label {
  margin: 0;
  padding: 0;
  line-height: 17px;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.k-checkbox-label:empty {
  display: none;
}
.k-checkbox-label.k-no-text {
  min-width: 1px;
}
.k-checkbox-label .k-ripple {
  visibility: hidden !important;
}
.k-checkbox + .k-checkbox-label {
  margin-left: 4px;
}
.k-checkbox-label > .k-checkbox {
  margin-right: 4px;
}
.k-rtl .k-checkbox + .k-checkbox-label,
[dir="rtl"] .k-checkbox + .k-checkbox-label {
  margin-left: 0;
  margin-right: 4px;
}
.k-rtl .k-checkbox-label > .k-checkbox,
[dir="rtl"] .k-checkbox-label > .k-checkbox {
  margin-right: 0;
  margin-left: 4px;
}
.k-checkbox::-ms-check {
  border-width: 0;
  border-color: inherit;
  border-radius: inherit;
  color: inherit;
  background-color: inherit;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .k-checkbox::-ms-check {
    border-width: 1px;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-radio {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}
.k-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}
.k-radio:hover {
  cursor: pointer;
}
.k-radio:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
.k-radio:disabled,
.k-radio:disabled + .k-radio-label {
  opacity: .6;
  filter: grayscale(0.8);
  cursor: default;
}
.k-radio-label {
  margin: 0;
  padding: 0;
  line-height: 16px;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.k-radio-label:empty,
.k-radio-label.k-no-text {
  display: none;
}
.k-radio-label .k-ripple {
  display: none !important;
}
.k-radio + .k-radio-label {
  margin-left: 4px;
}
.k-radio-label > .k-radio {
  margin-right: 4px;
}
.k-rtl .k-radio + .k-radio-label,
[dir="rtl"] .k-radio + .k-radio-label {
  margin-left: 0;
  margin-right: 4px;
}
.k-rtl .k-radio-label > .k-radio,
[dir="rtl"] .k-radio-label > .k-radio {
  margin-right: 0;
  margin-left: 4px;
}
.k-radio::-ms-check {
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .k-radio::-ms-check {
    border-width: 1px;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* sans-serif */
@font-face {
  font-family: "DejaVu Sans";
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSans.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSans-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSans-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSans-BoldOblique.ttf?v=1.1) format("truetype");
}
/* serif */
@font-face {
  font-family: "DejaVu Serif";
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSerif.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSerif-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSerif-Italic.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSerif-BoldItalic.ttf?v=1.1) format("truetype");
}
/* monospace */
@font-face {
  font-family: "DejaVu Mono";
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSansMono.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSansMono-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSansMono-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  font-style: italic;
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/DejaVuSansMono-BoldOblique.ttf?v=1.1) format("truetype");
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
@font-face {
  font-family: 'WebComponentsIcons';
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/fonts/glyphs/WebComponentsIcons.eot?gedxeo);
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format('embedded-opentype'), url(/MID_ESUITE_PROD/Content/20_Kendo/fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format('truetype'), url(/MID_ESUITE_PROD/Content/20_Kendo/fonts/glyphs/WebComponentsIcons.woff?gedxeo) format('woff'), url(/MID_ESUITE_PROD/Content/20_Kendo/fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.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-collapse:before {
  content: "\e001";
}
.k-i-resize-se:before {
  content: "\e001";
}
.k-i-arrow-45-down-left:before {
  content: "\e002";
}
.k-i-collapse-sw:before {
  content: "\e002";
}
.k-i-resize-sw:before {
  content: "\e002";
}
.k-i-arrow-45-up-left:before {
  content: "\e003";
}
.k-i-collapse-nw:before {
  content: "\e003";
}
.k-i-resize-new:before {
  content: "\e003";
}
.k-i-arrow-60-up:before {
  content: "\e004";
}
.k-i-arrow-n:before {
  content: "\e004";
}
.k-i-kpi-trend-increase:before {
  content: "\e004";
}
.k-i-arrow-60-right:before {
  content: "\e005";
}
.k-i-arrow-e:before {
  content: "\e005";
}
.k-i-expand:before {
  content: "\e005";
}
.k-i-arrow-60-down:before {
  content: "\e006";
}
.k-i-arrow-s:before {
  content: "\e006";
}
.k-i-kpi-trend-decrease:before {
  content: "\e006";
}
.k-i-arrow-60-left:before {
  content: "\e007";
}
.k-i-arrow-w:before {
  content: "\e007";
}
.k-i-arrow-end-up:before {
  content: "\e008";
}
.k-i-seek-n:before {
  content: "\e008";
}
.k-i-arrow-end-right:before {
  content: "\e009";
}
.k-i-seek-e:before {
  content: "\e009";
}
.k-i-arrow-end-down:before {
  content: "\e00a";
}
.k-i-seek-s:before {
  content: "\e00a";
}
.k-i-arrow-end-left:before {
  content: "\e00b";
}
.k-i-seek-w:before {
  content: "\e00b";
}
.k-i-arrow-double-60-up:before {
  content: "\e00c";
}
.k-i-arrow-seek-up:before {
  content: "\e00c";
}
.k-i-arrow-double-60-right:before {
  content: "\e00d";
}
.k-i-arrow-seek-right:before {
  content: "\e00d";
}
.k-i-forward-sm:before {
  content: "\e00d";
}
.k-i-arrow-double-60-down:before {
  content: "\e00e";
}
.k-i-arrow-seek-down:before {
  content: "\e00e";
}
.k-i-arrow-double-60-left:before {
  content: "\e00f";
}
.k-i-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 {
  content: "\e013";
}
.k-i-arrow-chevron-right:before {
  content: "\e014";
}
.k-i-arrow-chevron-down:before {
  content: "\e015";
}
.k-i-arrow-chevron-left:before {
  content: "\e016";
}
.k-i-arrow-up:before {
  content: "\e017";
}
.k-i-arrow-right:before {
  content: "\e018";
}
.k-i-arrow-down:before {
  content: "\e019";
}
.k-i-arrow-left:before {
  content: "\e01a";
}
.k-i-arrow-drill:before {
  content: "\e01b";
}
.k-i-arrow-parent:before {
  content: "\e01c";
}
.k-i-arrow-root:before {
  content: "\e01d";
}
.k-i-arrows-resizing:before {
  content: "\e01e";
}
.k-i-arrows-dimensions:before {
  content: "\e01f";
}
.k-i-arrows-swap:before {
  content: "\e020";
}
.k-i-drag-and-drop:before {
  content: "\e021";
}
.k-i-categorize:before {
  content: "\e022";
}
.k-i-grid:before {
  content: "\e023";
}
.k-i-grid-layout:before {
  content: "\e024";
}
.k-i-group:before {
  content: "\e025";
}
.k-i-ungroup:before {
  content: "\e026";
}
.k-i-handler-drag:before {
  content: "\e027";
}
.k-i-layout:before {
  content: "\e028";
}
.k-i-layout-1-by-4:before {
  content: "\e029";
}
.k-i-layout-2-by-2:before {
  content: "\e02a";
}
.k-i-layout-side-by-side:before {
  content: "\e02b";
}
.k-i-layout-stacked:before {
  content: "\e02c";
}
.k-i-columns:before {
  content: "\e02d";
}
.k-i-rows:before {
  content: "\e02e";
}
.k-i-reorder:before {
  content: "\e02f";
}
.k-i-menu:before {
  content: "\e030";
}
.k-i-more-vertical:before {
  content: "\e031";
}
.k-i-more-horizontal:before {
  content: "\e032";
}
.k-i-undo:before {
  content: "\e100";
}
.k-i-redo:before {
  content: "\e101";
}
.k-i-reset:before {
  content: "\e102";
}
.k-i-reload:before {
  content: "\e103";
}
.k-i-refresh:before {
  content: "\e103";
}
.k-i-recurrence:before {
  content: "\e103";
}
.k-i-non-recurrence:before {
  content: "\e104";
}
.k-i-reset-sm:before {
  content: "\e105";
}
.k-i-reload-sm:before {
  content: "\e106";
}
.k-i-refresh-sm:before {
  content: "\e106";
}
.k-i-recurrence-sm:before {
  content: "\e106";
}
.k-i-save:before {
  content: "\e109";
}
.k-i-floppy:before {
  content: "\e109";
}
.k-i-print:before {
  content: "\e10a";
}
.k-i-printer:before {
  content: "\e10a";
}
.k-i-edit:before {
  content: "\e10b";
}
.k-i-pencil:before {
  content: "\e10b";
}
.k-i-delete:before {
  content: "\e10c";
}
.k-i-trash:before {
  content: "\e10c";
}
.k-i-attachment:before {
  content: "\e10d";
}
.k-i-clip:before {
  content: "\e10d";
}
.k-i-attachment-45:before {
  content: "\e10e";
}
.k-i-clip-45:before {
  content: "\e10e";
}
.k-i-link-horizontal:before {
  content: "\e10f";
}
.k-i-hyperlink:before {
  content: "\e10f";
}
.k-i-unlink-horizontal:before {
  content: "\e110";
}
.k-i-hyperlink-remove:before {
  content: "\e110";
}
.k-i-link-vertical:before {
  content: "\e111";
}
.k-i-unlink-vertical:before {
  content: "\e112";
}
.k-i-lock:before {
  content: "\e113";
}
.k-i-unlock:before {
  content: "\e114";
}
.k-i-cancel:before {
  content: "\e115";
}
.k-i-cancel-outline:before {
  content: "\e116";
}
.k-i-cancel-circle:before {
  content: "\e117";
}
.k-i-check:before {
  content: "\e118";
}
.k-i-checkmark:before {
  content: "\e118";
}
.k-i-tick: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-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 {
  content: "\e11e";
}
.k-i-add:before {
  content: "\e11e";
}
.k-i-plus-outline:before {
  content: "\e11f";
}
.k-i-plus-circle:before {
  content: "\e120";
}
.k-i-minus:before {
  content: "\e121";
}
.k-i-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 {
  content: "\e137";
}
.k-i-windows:before {
  content: "\e138";
}
.k-i-window-restore:before {
  content: "\e138";
}
.k-i-tiles:before {
  content: "\e138";
}
.k-i-window-minimize:before {
  content: "\e139";
}
.k-i-gear:before {
  content: "\e13a";
}
.k-i-cog:before {
  content: "\e13a";
}
.k-i-custom:before {
  content: "\e13a";
}
.k-i-gears:before {
  content: "\e13b";
}
.k-i-cogs:before {
  content: "\e13b";
}
.k-i-wrench:before {
  content: "\e13c";
}
.k-i-settings:before {
  content: "\e13c";
}
.k-i-preview:before {
  content: "\e13d";
}
.k-i-eye:before {
  content: "\e13d";
}
.k-i-zoom:before {
  content: "\e13e";
}
.k-i-search:before {
  content: "\e13e";
}
.k-i-zoom-in:before {
  content: "\e13f";
}
.k-i-zoom-out:before {
  content: "\e140";
}
.k-i-pan:before {
  content: "\e141";
}
.k-i-move:before {
  content: "\e141";
}
.k-i-calculator:before {
  content: "\e142";
}
.k-i-cart:before {
  content: "\e143";
}
.k-i-shopping-cart:before {
  content: "\e143";
}
.k-i-connector:before {
  content: "\e144";
}
.k-i-plus-sm:before {
  content: "\e145";
}
.k-i-minus-sm:before {
  content: "\e146";
}
.k-i-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 {
  content: "\e205";
}
.k-i-volume-up:before {
  content: "\e206";
}
.k-i-volume-off:before {
  content: "\e207";
}
.k-i-hd:before {
  content: "\e208";
}
.k-i-subtitles:before {
  content: "\e209";
}
.k-i-playlist:before {
  content: "\e20a";
}
.k-i-audio:before {
  content: "\e20b";
}
.k-i-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-note: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 {
  content: "\e50b";
}
.k-i-rotate-left:before {
  content: "\e50c";
}
.k-i-brush:before {
  content: "\e50d";
}
.k-i-palette:before {
  content: "\e50e";
}
.k-i-paint:before {
  content: "\e50f";
}
.k-i-droplet:before {
  content: "\e50f";
}
.k-i-background:before {
  content: "\e50f";
}
.k-i-line:before {
  content: "\e510";
}
.k-i-shape-line:before {
  content: "\e510";
}
.k-i-brightness-contrast:before {
  content: "\e511";
}
.k-i-saturation:before {
  content: "\e512";
}
.k-i-invert-colors:before {
  content: "\e513";
}
.k-i-transperancy:before {
  content: "\e514";
}
.k-i-opacity:before {
  content: "\e514";
}
.k-i-greyscale:before {
  content: "\e515";
}
.k-i-blur:before {
  content: "\e516";
}
.k-i-sharpen:before {
  content: "\e517";
}
.k-i-shape:before {
  content: "\e518";
}
.k-i-round-corners:before {
  content: "\e519";
}
.k-i-front-element:before {
  content: "\e51a";
}
.k-i-back-element:before {
  content: "\e51b";
}
.k-i-forward-element:before {
  content: "\e51c";
}
.k-i-backward-element:before {
  content: "\e51d";
}
.k-i-align-left-element:before {
  content: "\e51e";
}
.k-i-align-center-element:before {
  content: "\e51f";
}
.k-i-align-right-element:before {
  content: "\e520";
}
.k-i-align-top-element:before {
  content: "\e521";
}
.k-i-align-middle-element:before {
  content: "\e522";
}
.k-i-align-bottom-element:before {
  content: "\e523";
}
.k-i-thumbnails-up:before {
  content: "\e524";
}
.k-i-thumbnails-right:before {
  content: "\e525";
}
.k-i-thumbnails-down:before {
  content: "\e526";
}
.k-i-thumbnails-left:before {
  content: "\e527";
}
.k-i-full-screen:before {
  content: "\e528";
}
.k-i-fullscreen:before {
  content: "\e528";
}
.k-i-full-screen-exit:before {
  content: "\e529";
}
.k-i-fullscreen-exit:before {
  content: "\e529";
}
.k-i-reset-color:before {
  content: "\e52a";
}
.k-i-paint-remove:before {
  content: "\e52a";
}
.k-i-background-remove:before {
  content: "\e52a";
}
.k-i-page-properties:before {
  content: "\e600";
}
.k-i-bold:before {
  content: "\e601";
}
.k-i-italic:before {
  content: "\e602";
}
.k-i-underline:before {
  content: "\e603";
}
.k-i-font-family:before {
  content: "\e604";
}
.k-i-foreground-color:before {
  content: "\e605";
}
.k-i-convert-lowercase:before {
  content: "\e606";
}
.k-i-convert-uppercase:before {
  content: "\e607";
}
.k-i-strikethrough:before {
  content: "\e608";
}
.k-i-sub-script:before {
  content: "\e609";
}
.k-i-sup-script:before {
  content: "\e60a";
}
.k-i-div:before {
  content: "\e60b";
}
.k-i-all:before {
  content: "\e60c";
}
.k-i-h1:before {
  content: "\e60d";
}
.k-i-h2:before {
  content: "\e60e";
}
.k-i-h3:before {
  content: "\e60f";
}
.k-i-h4:before {
  content: "\e610";
}
.k-i-h5:before {
  content: "\e611";
}
.k-i-h6:before {
  content: "\e612";
}
.k-i-list-ordered:before {
  content: "\e613";
}
.k-i-list-numbered:before {
  content: "\e613";
}
.k-i-list-unordered:before {
  content: "\e614";
}
.k-i-list-bulleted:before {
  content: "\e614";
}
.k-i-indent-increase:before {
  content: "\e615";
}
.k-i-indent:before {
  content: "\e615";
}
.k-i-indent-decrease:before {
  content: "\e616";
}
.k-i-outdent:before {
  content: "\e616";
}
.k-i-insert-n::before {
  content: "\e617";
}
.k-i-insert-up:before {
  content: "\e617";
}
.k-i-insert-top:before {
  content: "\e617";
}
.k-i-insert-m:before {
  content: "\e618";
}
.k-i-insert-middle:before {
  content: "\e618";
}
.k-i-insert-s:before {
  content: "\e619";
}
.k-i-insert-down:before {
  content: "\e619";
}
.k-i-insert-bottom:before {
  content: "\e619";
}
.k-i-align-top:before {
  content: "\e61a";
}
.k-i-align-middle:before {
  content: "\e61b";
}
.k-i-align-bottom:before {
  content: "\e61c";
}
.k-i-align-left:before {
  content: "\e61d";
}
.k-i-align-center:before {
  content: "\e61e";
}
.k-i-align-right:before {
  content: "\e61f";
}
.k-i-align-justify:before {
  content: "\e620";
}
.k-i-align-remove:before {
  content: "\e621";
}
.k-i-text-wrap:before {
  content: "\e622";
}
.k-i-rule-horizontal:before {
  content: "\e623";
}
.k-i-table-align-top-left:before {
  content: "\e624";
}
.k-i-table-align-top-center:before {
  content: "\e625";
}
.k-i-table-align-top-right:before {
  content: "\e626";
}
.k-i-table-align-middle-left:before {
  content: "\e627";
}
.k-i-table-align-middle-center:before {
  content: "\e628";
}
.k-i-table-align-middle-right:before {
  content: "\e629";
}
.k-i-table-align-bottom-left:before {
  content: "\e62a";
}
.k-i-table-align-bottom-center:before {
  content: "\e62b";
}
.k-i-table-align-bottom-right:before {
  content: "\e62c";
}
.k-i-table-align-remove:before {
  content: "\e62d";
}
.k-i-borders-all:before {
  content: "\e62e";
}
.k-i-all-borders:before {
  content: "\e62e";
}
.k-i-borders-outside:before {
  content: "\e62f";
}
.k-i-outside-borders:before {
  content: "\e62f";
}
.k-i-borders-inside:before {
  content: "\e630";
}
.k-i-inside-borders:before {
  content: "\e630";
}
.k-i-borders-inside-horizontal:before {
  content: "\e631";
}
.k-i-inside-horizontal-borders:before {
  content: "\e631";
}
.k-i-borders-inside-vertical:before {
  content: "\e632";
}
.k-i-inside-vertical-borders:before {
  content: "\e632";
}
.k-i-border-top:before {
  content: "\e633";
}
.k-i-top-border:before {
  content: "\e633";
}
.k-i-border-bottom:before {
  content: "\e634";
}
.k-i-bottom-border:before {
  content: "\e634";
}
.k-i-border-left:before {
  content: "\e635";
}
.k-i-left-border:before {
  content: "\e635";
}
.k-i-border-right:before {
  content: "\e636";
}
.k-i-right-border:before {
  content: "\e636";
}
.k-i-border-no:before {
  content: "\e637";
}
.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 {
  content: "\e652";
}
.k-i-image-edit:before {
  content: "\e653";
}
.k-i-image-map-editor:before {
  content: "\e654";
}
.k-i-comment:before {
  content: "\e655";
}
.k-i-comment-remove:before {
  content: "\e656";
}
.k-i-comments-remove-all:before {
  content: "\e657";
}
.k-i-silverlight:before {
  content: "\e658";
}
.k-i-media-manager:before {
  content: "\e659";
}
.k-i-video-external:before {
  content: "\e65a";
}
.k-i-flash-manager:before {
  content: "\e65b";
}
.k-i-find-and-replace:before {
  content: "\e65c";
}
.k-i-find:before {
  content: "\e65c";
}
.k-i-copy:before {
  content: "\e65d";
}
.k-i-files:before {
  content: "\e65d";
}
.k-i-cut:before {
  content: "\e65e";
}
.k-i-paste:before {
  content: "\e65f";
}
.k-i-paste-as-html:before {
  content: "\e660";
}
.k-i-paste-from-word:before {
  content: "\e661";
}
.k-i-paste-from-word-strip-file:before {
  content: "\e662";
}
.k-i-paste-html:before {
  content: "\e663";
}
.k-i-paste-markdown:before {
  content: "\e664";
}
.k-i-paste-plain-text:before {
  content: "\e665";
}
.k-i-apply-format:before {
  content: "\e666";
}
.k-i-clear-css:before {
  content: "\e667";
}
.k-i-copy-format:before {
  content: "\e668";
}
.k-i-strip-all-formating:before {
  content: "\e669";
}
.k-i-strip-css-format:before {
  content: "\e66a";
}
.k-i-strip-font-elements:before {
  content: "\e66b";
}
.k-i-strip-span-elements:before {
  content: "\e66c";
}
.k-i-strip-word-formatting:before {
  content: "\e66d";
}
.k-i-format-code-block:before {
  content: "\e66e";
}
.k-i-style-builder:before {
  content: "\e66f";
}
.k-i-module-manager:before {
  content: "\e670";
}
.k-i-hyperlink-light-dialog:before {
  content: "\e671";
}
.k-i-hyperlink-insert:before {
  content: "\e671";
}
.k-i-hyperlink-globe:before {
  content: "\e672";
}
.k-i-hyperlink-globe-remove:before {
  content: "\e673";
}
.k-i-hyperlink-email:before {
  content: "\e674";
}
.k-i-anchor:before {
  content: "\e675";
}
.k-i-table-light-dialog:before {
  content: "\e676";
}
.k-i-table-insert:before {
  content: "\e676";
}
.k-i-table:before {
  content: "\e677";
}
.k-i-table-properties:before {
  content: "\e678";
}
.k-i-table-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 {
  content: "\e67b";
}
.k-i-table-column-insert-right:before {
  content: "\e67c";
}
.k-i-table-row-insert-above:before {
  content: "\e67d";
}
.k-i-table-row-insert-below:before {
  content: "\e67e";
}
.k-i-table-column-delete:before {
  content: "\e67f";
}
.k-i-table-row-delete:before {
  content: "\e680";
}
.k-i-table-cell-delete:before {
  content: "\e681";
}
.k-i-table-delete:before {
  content: "\e682";
}
.k-i-cells-merge:before {
  content: "\e683";
}
.k-i-cells-merge-horizontally:before {
  content: "\e684";
}
.k-i-cells-merge-vertically:before {
  content: "\e685";
}
.k-i-cell-split-horizontally:before {
  content: "\e686";
}
.k-i-cell-split-vertically:before {
  content: "\e687";
}
.k-i-table-unmerge:before {
  content: "\e688";
}
.k-i-pane-freeze:before {
  content: "\e689";
}
.k-i-row-freeze:before {
  content: "\e68a";
}
.k-i-column-freeze:before {
  content: "\e68b";
}
.k-i-toolbar-float:before {
  content: "\e68c";
}
.k-i-spell-checker:before {
  content: "\e68d";
}
.k-i-validation-xhtml:before {
  content: "\e68e";
}
.k-i-validation-data:before {
  content: "\e68f";
}
.k-i-toggle-full-screen-mode:before {
  content: "\e690";
}
.k-i-formula-fx:before {
  content: "\e691";
}
.k-i-sum:before {
  content: "\e692";
}
.k-i-symbol:before {
  content: "\e693";
}
.k-i-dollar:before {
  content: "\e694";
}
.k-i-currency:before {
  content: "\e694";
}
.k-i-percent:before {
  content: "\e695";
}
.k-i-custom-format:before {
  content: "\e696";
}
.k-i-decimal-increase:before {
  content: "\e697";
}
.k-i-decimal-decrease:before {
  content: "\e698";
}
.k-i-font-size:before {
  content: "\e699";
}
.k-i-image-absolute-position:before {
  content: "\e69a";
}
.k-i-globe-outline:before {
  content: "\e700";
}
.k-i-globe:before {
  content: "\e701";
}
.k-i-marker-pin:before {
  content: "\e702";
}
.k-i-marker-pin-target:before {
  content: "\e703";
}
.k-i-pin:before {
  content: "\e704";
}
.k-i-unpin:before {
  content: "\e705";
}
.k-i-share:before {
  content: "\e800";
}
.k-i-user:before {
  content: "\e801";
}
.k-i-inbox:before {
  content: "\e802";
}
.k-i-blogger:before {
  content: "\e803";
}
.k-i-blogger-box:before {
  content: "\e804";
}
.k-i-delicious:before {
  content: "\e805";
}
.k-i-delicious-box:before {
  content: "\e806";
}
.k-i-digg:before {
  content: "\e807";
}
.k-i-digg-box:before {
  content: "\e808";
}
.k-i-email:before {
  content: "\e809";
}
.k-i-envelop:before {
  content: "\e809";
}
.k-i-letter:before {
  content: "\e809";
}
.k-i-email-box:before {
  content: "\e80a";
}
.k-i-envelop-box:before {
  content: "\e80a";
}
.k-i-letter-box:before {
  content: "\e80a";
}
.k-i-facebook:before {
  content: "\e80b";
}
.k-i-facebook-box:before {
  content: "\e80c";
}
.k-i-google:before {
  content: "\e80d";
}
.k-i-google-box:before {
  content: "\e80e";
}
.k-i-google-plus:before {
  content: "\e80f";
}
.k-i-google-plus-box:before {
  content: "\e810";
}
.k-i-linkedin:before {
  content: "\e811";
}
.k-i-linkedin-box:before {
  content: "\e812";
}
.k-i-myspace:before {
  content: "\e813";
}
.k-i-myspace-box:before {
  content: "\e814";
}
.k-i-pinterest:before {
  content: "\e815";
}
.k-i-pinterest-box:before {
  content: "\e816";
}
.k-i-reddit:before {
  content: "\e817";
}
.k-i-reddit-box:before {
  content: "\e818";
}
.k-i-stumble-upon:before {
  content: "\e819";
}
.k-i-stumble-upon-box:before {
  content: "\e81a";
}
.k-i-tell-a-friend:before {
  content: "\e81b";
}
.k-i-tell-a-friend-box:before {
  content: "\e81c";
}
.k-i-tumblr:before {
  content: "\e81d";
}
.k-i-tumblr-box:before {
  content: "\e81e";
}
.k-i-twitter:before {
  content: "\e81f";
}
.k-i-twitter-box:before {
  content: "\e820";
}
.k-i-yammer:before {
  content: "\e821";
}
.k-i-yammer-box:before {
  content: "\e822";
}
.k-i-behance:before {
  content: "\e823";
}
.k-i-behance-box:before {
  content: "\e824";
}
.k-i-dribbble:before {
  content: "\e825";
}
.k-i-dribbble-box:before {
  content: "\e826";
}
.k-i-rss:before {
  content: "\e827";
}
.k-i-rss-box:before {
  content: "\e828";
}
.k-i-vimeo:before {
  content: "\e829";
}
.k-i-vimeo-box:before {
  content: "\e82a";
}
.k-i-youtube:before {
  content: "\e82b";
}
.k-i-youtube-box:before {
  content: "\e82c";
}
.k-i-folder:before {
  content: "\e900";
}
.k-i-folder-open:before {
  content: "\e901";
}
.k-i-folder-add:before {
  content: "\e902";
}
.k-i-folder-up:before {
  content: "\e903";
}
.k-i-folder-more:before {
  content: "\e904";
}
.k-i-fields-more:before {
  content: "\e904";
}
.k-i-aggregate-fields:before {
  content: "\e905";
}
.k-i-file:before {
  content: "\e906";
}
.k-i-file-vertical:before {
  content: "\e906";
}
.k-i-file-add:before {
  content: "\e907";
}
.k-i-file-txt:before {
  content: "\e908";
}
.k-i-txt:before {
  content: "\e908";
}
.k-i-file-csv:before {
  content: "\e909";
}
.k-i-csv:before {
  content: "\e909";
}
.k-i-file-excel:before {
  content: "\e90a";
}
.k-i-file-xls:before {
  content: "\e90a";
}
.k-i-excel:before {
  content: "\e90a";
}
.k-i-xls:before {
  content: "\e90a";
}
.k-i-file-word:before {
  content: "\e90b";
}
.k-i-file-doc:before {
  content: "\e90b";
}
.k-i-word:before {
  content: "\e90b";
}
.k-i-doc:before {
  content: "\e90b";
}
.k-i-file-mdb:before {
  content: "\e90c";
}
.k-i-mdb:before {
  content: "\e90c";
}
.k-i-file-ppt:before {
  content: "\e90d";
}
.k-i-ppt:before {
  content: "\e90d";
}
.k-i-file-pdf:before {
  content: "\e90e";
}
.k-i-pdf:before {
  content: "\e90e";
}
.k-i-file-psd:before {
  content: "\e90f";
}
.k-i-psd:before {
  content: "\e90f";
}
.k-i-file-flash:before {
  content: "\e910";
}
.k-i-flash:before {
  content: "\e910";
}
.k-i-file-config:before {
  content: "\e911";
}
.k-i-config:before {
  content: "\e911";
}
.k-i-file-ascx:before {
  content: "\e912";
}
.k-i-ascx:before {
  content: "\e912";
}
.k-i-file-bac:before {
  content: "\e913";
}
.k-i-bac:before {
  content: "\e913";
}
.k-i-file-zip:before {
  content: "\e914";
}
.k-i-zip:before {
  content: "\e914";
}
.k-i-film:before {
  content: "\e915";
}
.k-i-css3:before {
  content: "\e916";
}
.k-i-html5:before {
  content: "\e917";
}
.k-i-html:before {
  content: "\e918";
}
.k-i-source-code:before {
  content: "\e918";
}
.k-i-view-source:before {
  content: "\e918";
}
.k-i-css:before {
  content: "\e919";
}
.k-i-js:before {
  content: "\e91a";
}
.k-i-exe:before {
  content: "\e91b";
}
.k-i-csproj:before {
  content: "\e91c";
}
.k-i-vbproj:before {
  content: "\e91d";
}
.k-i-cs:before {
  content: "\e91e";
}
.k-i-vb:before {
  content: "\e91f";
}
.k-i-sln:before {
  content: "\e920";
}
.k-i-cloud:before {
  content: "\e921";
}
.k-i-file-horizontal:before {
  content: "\e922";
}
.k-i-equal:before {
  content: "\e14a";
}
.k-i-not-equal:before {
  content: "\e14b";
}
.k-i-less-or-equal:before {
  content: "\e14c";
}
.k-i-greater-or-equal:before {
  content: "\e14d";
}
.k-i-divide:before {
  content: "\e14e";
}
.k-i-accessibility:before {
  content: "\e14f";
}
.k-i-barcode-outline:before {
  content: "\e150";
}
.k-i-barcode:before {
  content: "\e151";
}
.k-i-barcode-scanner:before {
  content: "\e152";
}
.k-i-qr-code-outline:before {
  content: "\e153";
}
.k-i-qr-code:before {
  content: "\e154";
}
.k-i-qr-code-scanner:before {
  content: "\e155";
}
.k-i-barcode-qr-code-scanner:before {
  content: "\e156";
}
.k-i-signature:before {
  content: "\e157";
}
.k-i-hand:before {
  content: "\e158";
}
.k-i-cursor:before {
  content: "\e159";
}
.k-i-attachment-45:before {
  content: "\e10e";
}
.k-i-images:before {
  content: "\e52b";
}
.k-i-strip-all-formatting:before {
  content: "\e669";
}
.k-i-home:before {
  content: "\e034";
}
.k-i-overlap:before {
  content: "\e033";
}
.k-i-align-to-grid:before {
  content: "\e52c";
}
.k-i-size-to-grid:before {
  content: "\e52d";
}
.k-i-make-same-size:before {
  content: "\e52e";
}
.k-i-make-same-width:before {
  content: "\e52f";
}
.k-i-make-same-height:before {
  content: "\e530";
}
.k-i-make-horizontal-spacing-equal:before {
  content: "\e531";
}
.k-i-increase-horizontal-spacing:before {
  content: "\e532";
}
.k-i-decrease-horizontal-spacing:before {
  content: "\e533";
}
.k-i-remove-horizontal-spacing:before {
  content: "\e534";
}
.k-i-make-vertical-spacing-equal:before {
  content: "\e535";
}
.k-i-increase-vertical-spacing:before {
  content: "\e536";
}
.k-i-decrease-vertical-spacing:before {
  content: "\e537";
}
.k-i-remove-vertical-spacing:before {
  content: "\e538";
}
.k-i-eyedropper:before {
  content: "\e539";
}
.k-i-snap-grid:before {
  content: "\e53a";
}
.k-i-snap-to-gridlines:before {
  content: "\e53b";
}
.k-i-snap-to-snaplines:before {
  content: "\e53c";
}
.k-i-dimensions:before {
  content: "\e53d";
}
.k-i-crosstab:before {
  content: "\e69c";
}
.k-i-table-body:before {
  content: "\e69e";
}
.k-i-table-column-groups:before {
  content: "\e69f";
}
.k-i-table-corner:before {
  content: "\e6a0";
}
.k-i-table-row-groups:before {
  content: "\e6a1";
}
.k-i-subreport:before {
  content: "\e923";
}
.k-i-data:before {
  content: "\e924";
}
.k-i-report-header-section:before {
  content: "\e925";
}
.k-i-report-footer-section:before {
  content: "\e926";
}
.k-i-group-header-section:before {
  content: "\e927";
}
.k-i-group-footer-section:before {
  content: "\e928";
}
.k-i-page-header-section:before {
  content: "\e929";
}
.k-i-page-footer-section:before {
  content: "\e92a";
}
.k-i-detail-section:before {
  content: "\e92b";
}
.k-i-toc-section:before {
  content: "\e92c";
}
.k-i-group-section:before {
  content: "\e92d";
}
.k-i-parameters:before {
  content: "\e92e";
}
.k-i-data-csv:before {
  content: "\e92f";
}
.k-i-data-json:before {
  content: "\e930";
}
.k-i-data-sql:before {
  content: "\e931";
}
.k-i-data-web:before {
  content: "\e932";
}
.k-i-group-collection:before {
  content: "\e933";
}
.k-i-parameter-boolean:before {
  content: "\e934";
}
.k-i-parameter-date-time:before {
  content: "\e935";
}
.k-i-parameter-float:before {
  content: "\e936";
}
.k-i-parameter-integer:before {
  content: "\e937";
}
.k-i-parameter-string:before {
  content: "\e938";
}
.k-i-toc-section-level:before {
  content: "\e939";
}
.k-i-inherited:before {
  content: "\e93a";
}
.k-i-file-video:before {
  content: "\e93b";
}
.k-i-file-audio:before {
  content: "\e93c";
}
.k-i-file-image:before {
  content: "\e93d";
}
.k-i-file-presentation:before {
  content: "\e93e";
}
.k-i-file-data:before {
  content: "\e93f";
}
.k-i-file-disc-image:before {
  content: "\e940";
}
.k-i-file-programming:before {
  content: "\e941";
}
.k-i-graph:before {
  content: "\ea00";
}
.k-i-column-clustered:before {
  content: "\ea01";
}
.k-i-column-stacked:before {
  content: "\ea02";
}
.k-i-column-stacked100:before {
  content: "\ea03";
}
.k-i-column-range:before {
  content: "\ea04";
}
.k-i-bar-clustered:before {
  content: "\ea05";
}
.k-i-bar-stacked:before {
  content: "\ea06";
}
.k-i-bar-stacked100:before {
  content: "\ea07";
}
.k-i-bar-range:before {
  content: "\ea08";
}
.k-i-area-clustered:before {
  content: "\ea09";
}
.k-i-area-stacked:before {
  content: "\ea0a";
}
.k-i-area-stacked100:before {
  content: "\ea0b";
}
.k-i-area-range:before {
  content: "\ea0c";
}
.k-i-line-stacked:before {
  content: "\ea0e";
}
.k-i-line-stacked100:before {
  content: "\ea0f";
}
.k-i-line-markers:before {
  content: "\ea10";
}
.k-i-line-stacked-markers:before {
  content: "\ea11";
}
.k-i-line-stacked100-markers:before {
  content: "\ea12";
}
.k-i-pie:before {
  content: "\ea13";
}
.k-i-doughnut:before {
  content: "\ea14";
}
.k-i-scatter:before {
  content: "\ea15";
}
.k-i-scatter-smooth-lines-markers:before {
  content: "\ea16";
}
.k-i-scatter-smooth-lines:before {
  content: "\ea17";
}
.k-i-scatter-straight-lines-markers:before {
  content: "\ea18";
}
.k-i-scatter-straight-lines:before {
  content: "\e6a19";
}
.k-i-bubble:before {
  content: "\ea1a";
}
.k-i-candlestick:before {
  content: "\ea1b";
}
.k-i-bar:before {
  content: "\ea1c";
}
.k-i-radar:before {
  content: "\ea1d";
}
.k-i-radar-markers:before {
  content: "\ea1e";
}
.k-i-radar-filled:before {
  content: "\ea1f";
}
.k-i-rose:before {
  content: "\ea20";
}
.k-i-choropleth:before {
  content: "\ea21";
}
.k-i-page-portrait::before {
  content: "\e906";
}
.k-i-page-landscape::before {
  content: "\e922";
}
.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse {
  transform: scaleX(-1);
}
.kendo-pdf-hide-pseudo-elements:before,
.kendo-pdf-hide-pseudo-elements:after {
  display: none !important;
}
.k-pdf-export sub,
.k-pdf-export sup {
  display: inline-block;
}
.k-button {
  line-height: 1.17647059;
  padding: 8px 14px;
}
.k-button-icon,
.k-split-button-arrow {
  padding: 8px calc(14px/2);
  height: calc(1.28571428em + (2*8px) + 2px);
  width: calc(1.28571428em + (2*8px) + 2px);
}
.k-widget.k-tabstrip {
  background-image: none;
  border-style: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-tabstrip .k-tabstrip-items {
  padding: 0;
}
.k-tabstrip > .k-button.k-bare {
  top: .3em;
}
.k-tabstrip-bottom > .k-button.k-bare {
  top: auto;
}
.k-tabstrip > div.k-content,
.k-panelbar .k-tabstrip > div.k-content {
  margin: 0;
}
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link {
  line-height: 3.5em;
}
.k-tabstrip > .k-tabstrip-items > .k-item {
  text-transform: uppercase;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
.k-tabstrip-left > .k-tabstrip-items .k-loading,
.k-tabstrip-right > .k-tabstrip-items .k-loading {
  display: none;
}
.k-tabstrip-top > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-top > .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
}
.k-tabstrip-top > .k-tabstrip-items > .k-item {
  border-bottom-width: 2px;
}
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  margin-right: -2px;
}
.k-tabstrip-left > .k-tabstrip-items > .k-item {
  border-right-width: 2px;
}
.k-tabstrip-right > .k-tabstrip-items > .k-item {
  border-left-width: 2px;
}
.k-tabstrip-bottom > .k-tabstrip-items > .k-item {
  border-top-width: 2px;
}
.k-tabstrip .k-tabstrip-items .k-link {
  padding: 1.071em;
}
.k-slider-track {
  border-width: 1px;
  border-style: solid;
}
.k-grouping-dropclue {
  margin-top: 10px;
}
.k-grid-header th.k-header,
.k-filter-row th,
.k-gantt-timeline .k-grid-header .k-header {
  padding: 0.786em 0.6em;
}
.k-grid-header th.k-header,
.k-gantt-timeline .k-grid-header .k-header {
  padding-left: 1.286em;
}
.k-rtl .k-grid-header th.k-header,
.k-rtl .k-gantt-timeline .k-grid-header .k-header {
  padding-right: 1.286em;
}
.k-gantt-timeline .k-header {
  line-height: normal;
}
.k-filtercell > span {
  padding-right: 5.714em;
}
.k-filtercell > span > .k-button {
  padding-left: .714em;
  padding-right: .714em;
  line-height: 1.286em;
  margin: 0;
}
.k-filter-row .k-dropdown-operator {
  width: 2.714em;
  right: 2.857em;
}
.k-filter-menu {
  padding: .5em .5em 0;
}
.k-filter-menu .k-action-buttons .k-button {
  margin: 0;
  width: 50%;
  border-radius: 0;
}
.k-filter-menu .k-primary {
  float: right;
}
.k-filter-menu > div > div:last-child {
  margin: 0.5em -0.5em 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.k-filter-menu .k-primary {
  border-left-width: 1px;
  border-left-style: solid;
}
.k-grouping-header .k-group-indicator {
  padding: .5em .15em .429em .4em;
}
.k-grid .k-grouping-row td {
  padding: .6em .6em 0.643em;
}
.k-grouping-header a,
.k-grouping-header .k-button {
  vertical-align: baseline;
}
.k-grid td {
  padding: 0.929em 1.286em;
}
.k-grid-header th.k-header > .k-link {
  padding: 0;
  margin: 0;
  min-height: 16px;
  line-height: inherit;
}
.k-grouping-header {
  line-height: 2.6;
}
.k-grid-content tr:last-child > td,
.k-grid-content-locked tr:last-child > td {
  border-bottom-width: 0;
}
.k-grid tr td,
.k-pivot-layout .k-grid tr td {
  border-bottom-width: 1px;
  border-style: solid;
}
.k-grouping-row + tr td {
  border-top-width: 0;
}
.k-grid-content table tr:first-child td,
.k-grid-content-locked table tr:first-child td {
  border-top: 0;
}
.k-grid-content tr td {
  border-left-width: 0;
}
.k-pager-numbers .k-state-selected {
  line-height: 2.429em;
  cursor: pointer;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  border-width: 2px 0 0;
  padding-top: .7em;
}
.k-pager-wrap {
  line-height: 1.286em;
  padding: .429em 0 .429em .25em;
}
.k-pager-wrap > .k-link,
.k-pager-numbers .k-link {
  height: 2.429em;
  line-height: 2.429em;
}
.k-pager-wrap .k-link,
.k-pager-sizes {
  padding: 0;
  min-width: 2.429em;
}
.k-pager-wrap .k-pager-numbers .k-state-selected {
  margin-top: -0.45em;
  padding-top: .5em;
  min-width: 2.429em;
}
.k-pager-wrap .k-pager-numbers.k-state-expanded .k-state-selected {
  margin-top: 0;
  padding-top: 0;
}
.k-pager-wrap input.k-textbox {
  height: 2.571em;
}
.k-pager-info {
  padding: .714em 1.333em .643em 1.333em;
}
.k-pager-wrap .k-pager-refresh {
  margin-right: 1.214em;
}
.k-pager-wrap .k-dropdown {
  width: 5.2em;
}
.k-combobox > .k-dropdown-wrap > .k-i-close {
  right: calc(( 2.4214285700000002em + ((2.5em - 16px)/2) ));
}
.k-combobox-clearable .k-input {
  padding-right: 2.5em;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  bottom: 10px;
}
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  padding: 0 2.42857142em 0 0;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  width: 2.42857142em;
}
.k-datetimepicker {
  width: 19.5em;
}
.k-datetimepicker .k-select {
  width: 5em;
}
.k-datetimepicker .k-picker-wrap {
  padding-right: 5em;
}
.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 6px;
}
.k-popup.k-list-container {
  padding: 0.286em 0;
}
.k-popup.k-list-container.k-popup-dropdowntree {
  padding: 0.286em;
}
.k-popup.k-list-container.k-popup-flush {
  padding: 0;
}
.k-popup.k-calendar-container {
  padding: 0;
}
.k-popup .k-list .k-item,
.k-popup > .k-group-header,
.k-fieldselector .k-list .k-item {
  min-height: 2.143em;
  line-height: 2.143em;
}
.k-popup .k-list .k-item {
  padding: 1px 11px;
}
.k-list-filter > .k-icon {
  right: 7px;
}
.k-rtl .k-list-filter > .k-icon {
  left: 7px;
  right: auto;
}
.k-fieldselector .k-pivot-configurator-settings li.k-item {
  padding-right: 3.8em;
}
.k-button {
  text-transform: uppercase;
}
.k-popup.k-calendar-container {
  padding: 0;
  border: 0;
}
.k-multiselect-wrap li {
  border-radius: 1.071em;
  margin: 3px 0 3px 3px;
  padding: 0 1.6em 0 .857em;
  line-height: calc(2.07142857em - 0.214em);
  min-height: calc((2.07142857em + 0.357em) - 6px);
}
.k-multiselect-wrap li span {
  margin-right: .4em;
}
.k-multiselect-wrap li span.k-icon {
  margin: 0;
}
.k-multiselect-wrap .k-select {
  padding-top: 0;
}
.k-numeric-wrap .k-select {
  vertical-align: baseline;
}
.k-numerictextbox .k-link {
  display: block;
  height: 1.21271429em;
}
.k-numerictextbox .k-link .k-i-arrow-60-up {
  vertical-align: bottom;
}
.k-numerictextbox .k-link .k-i-arrow-60-down {
  vertical-align: top;
}
.k-menu.k-header,
.k-menu .k-item,
.k-widget.k-menu-horizontal > .k-item {
  border-width: 0;
}
.k-popup.k-context-menu {
  border-width: 1px;
  border-style: solid;
}
.k-context-menu.k-menu-vertical > .k-item > .k-link,
.k-menu .k-menu-group .k-item > .k-link {
  padding: 0.5em 4.929em 0.5em 1.714em;
}
.k-menu .k-item > .k-link > .k-i-arrow-60-right {
  right: 1.071em;
}
.k-menu .k-item > .k-link > .k-i-arrow-60-left {
  right: auto;
  left: 1.071em;
}
.k-menu .k-animation-container .k-menu-group {
  padding: 1.143em 0;
}
.k-column-menu .k-menu .k-animation-container .k-menu-group {
  padding: 0;
}
.k-column-menu .k-menu-vertical .k-separator {
  height: 0;
}
table.k-editor {
  border-spacing: 0;
}
.k-editor.k-resizable .k-editable-area {
  padding-bottom: 20px;
}
.k-editor .k-editable-area .k-content {
  border-width: 1px 0 0;
}
.k-editor .k-editor-toolbar-wrap {
  padding-left: 10px;
}
.k-toolbar {
  padding: 0.42857143em;
}
.k-toolbar .k-button {
  padding: 14px 8px;
  border-radius: 0;
}
.k-toolbar .k-button,
.k-toolbar .k-split-button {
  margin-top: calc(-0.42857143em - 1px);
  margin-bottom: calc(-0.42857143em - 1px);
}
.k-toolbar .k-split-button .k-button {
  margin-top: 0;
  margin-bottom: 0;
}
.k-toolbar .k-button-icon,
.k-toolbar .k-split-button-arrow {
  height: calc(1.28571428em + (2*14px) + 2px);
}
.k-toolbar .k-button-icon {
  width: calc(1.28571428em + (2*14px) + 2px);
}
.k-toolbar > .k-button:first-child:not(.k-overflow-anchor),
.k-toolbar .k-overflow-anchor + .k-button {
  margin-left: -0.42857143em;
}
.k-toolbar .k-button-group .k-button {
  margin-left: 0;
}
.k-toolbar .k-input {
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}
.k-toolbar .k-overflow-anchor {
  border-width: 1px;
  width: 3.42em;
  padding: 0;
  margin: 0;
}
.k-overflow-container .k-overflow-button,
.k-split-container .k-button {
  font-size: 1.2em;
}
.k-button-group .k-tool {
  margin: 6px 0;
}
.k-editor-toolbar li.k-tool-group,
.k-editor-toolbar li.k-overflow-tools {
  padding: 0;
  box-shadow: none;
}
.k-editor-toolbar .k-button-group .k-tool {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
.k-editor-toolbar .k-tool,
.k-editor-toolbar .k-button-group .k-tool.k-group-end {
  border-width: 0;
}
.k-editor-toolbar .k-state-selected {
  font-weight: bold;
}
.k-filebrowser .k-filebrowser-toolbar {
  display: flex;
}
.k-filebrowser .k-toolbar-wrap {
  display: inline-flex;
  align-items: center;
}
.k-filebrowser .k-upload .k-upload-button {
  vertical-align: bottom;
}
.k-filebrowser .k-search-wrap .k-search {
  right: 4px;
}
.k-filebrowser .k-search-wrap {
  padding: 2px .3em;
}
.k-filebrowser .k-tiles-arrange {
  margin-left: auto;
}
.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 80px;
}
.k-draghandle {
  border-width: 2px;
}
span.k-tooltip {
  padding: 9px 17px;
}
div.editorToolbarWindow.k-window-content {
  padding: 0;
}
.editorToolbarWindow .k-editortoolbar-dragHandle {
  line-height: 30px;
}
.k-file {
  padding: .643em .17em .643em 1em;
}
.k-scheduler-table td,
.k-scheduler-table th {
  height: 1.643em;
}
.k-gantt-treelist .k-grid-header tr {
  height: 5.714em;
}
.k-gantt-timeline .k-grid-header tr {
  height: 2.857em;
}
.k-gantt .k-task-summary:before,
.k-gantt .k-task-summary-complete:before,
.k-gantt .k-task-summary:after,
.k-gantt .k-task-summary-complete:after {
  border-width: 0;
}
.k-gantt .k-task {
  border-width: 0;
}
.k-gantt .k-task-actions {
  line-height: 2.429em;
}
.k-gantt .k-task-single {
  margin-top: -0.429em;
}
.k-gantt .k-task-template {
  padding: .643em 1.4em .643em .6em;
}
.k-gantt .k-task-milestone {
  width: 17px;
  height: 17px;
}
.k-gantt .k-task-draghandle {
  margin: 0 23px;
  border-width: 8px;
  border-radius: 0 50% 50% 50%;
  border-style: solid;
  bottom: -11px;
}
.k-gantt .k-gantt-timeline .k-header {
  text-align: left;
}
.k-gantt .k-grid-content tr,
.k-gantt-rows tr,
.k-gantt-tasks tr {
  height: 3.5em;
}
.k-gantt-edit-form > .k-edit-form-container .k-textbox,
.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox {
  width: 19.5em;
}
.k-slider-track {
  border-width: 0;
}
.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
  height: 2px;
  margin-top: -1px;
}
.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
  width: 2px;
  margin-left: -1px;
}
.k-slider-horizontal .k-draghandle,
.k-slider-vertical .k-draghandle,
.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  width: 6px;
  height: 6px;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle {
  margin-top: -1px;
}
.k-colorpicker .k-picker-wrap {
  line-height: 2.42857143em;
}
.k-colorpicker .k-selected-color {
  height: 2.42857142em;
  width: 2.42857142em;
}
.k-colorpicker .k-selected-color .k-i-line {
  line-height: 2.42857142em;
  font-size: 2.42857142em;
}
.k-draghandle.k-state-selected,
.k-draghandle.k-state-selected:link,
.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected,
.k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
  width: 10px;
  height: 10px;
}
.k-draghandle.k-state-focused.k-state-selected {
  margin-left: -2px;
}
.k-slider-horizontal .k-draghandle.k-state-selected,
.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected {
  top: -6px;
}
.k-slider-vertical .k-draghandle.k-state-selected {
  left: -4px;
}
.k-panelbar-expand,
.k-panelbar-collapse {
  right: 16px;
}
.k-header.k-grid-toolbar {
  border-color: #3343a4;
}
.k-grouping-header,
.k-grid-toolbar {
  padding: 0.429em;
}
.k-grouping-header {
  padding-left: 1.286em;
}
.k-grid .k-icon {
  opacity: 0.45;
}
.k-grid-filter .k-icon {
  opacity: .7;
}
.k-grid th.k-group-cell,
.k-grid td.k-group-cell {
  text-overflow: clip;
}
form.k-filter-menu .k-textbox {
  margin-bottom: 7px;
}
.k-gantt-toolbar,
.k-scheduler-toolbar .k-nav-today,
.k-scheduler-toolbar .k-scheduler-views,
.k-scheduler-footer .k-scheduler-fullday {
  text-transform: uppercase;
}
.k-scheduler-footer .k-icon.k-i-clock {
  display: none;
}
.k-gantt-toolbar > ul > li,
.k-scheduler-toolbar > ul > li {
  border-width: 0 0 2px 0;
}
.k-gantt-toolbar li .k-link,
.k-scheduler-toolbar li .k-link,
.k-gantt-toggle {
  vertical-align: middle;
  line-height: 46px;
}
.k-gantt-toggle {
  padding: 0;
}
.k-gantt-actions {
  vertical-align: middle;
  line-height: 48px;
}
.k-gantt-actions > .k-button {
  vertical-align: middle;
}
.k-gantt-toolbar,
.k-scheduler-toolbar,
.k-scheduler-footer {
  line-height: 44px;
  vertical-align: middle;
}
.k-scheduler-footer {
  padding: 0;
}
.k-popup-edit-form .k-primary {
  float: right;
}
.k-popup-edit-form:after {
  content: " ";
  display: block;
  clear: both;
}
.k-gantt-toolbar,
.k-scheduler-toolbar {
  padding: 0 1.286em;
}
.k-scheduler-navigation {
  margin-left: -0.786em;
}
.k-drag-clue {
  font-size: 1em;
  padding: .65em 1em;
}
.k-splitbar-horizontal-hover .k-resize-handle {
  background-position: -165px -6px;
}
.k-splitbar-vertical-hover .k-resize-handle {
  background-position: -38px -309px;
}
.k-splitbar-horizontal.k-state-focused .k-resize-handle {
  background-position: -181px -6px;
}
.k-splitbar-vertical.k-state-focused .k-resize-handle {
  background-position: -70px -309px;
}
.k-grid-header .k-grid-filter,
.k-grid-header .k-header-column-menu {
  padding: .714em;
  margin: -0.786em -0.6em -0.786em 0;
}
.k-rtl .k-widget .k-dropdown-wrap,
[dir="rtl"] .k-widget .k-dropdown-wrap,
.k-rtl .k-widget .k-picker-wrap,
[dir="rtl"] .k-widget .k-picker-wrap,
.k-rtl .k-widget .k-numeric-wrap,
[dir="rtl"] .k-widget .k-numeric-wrap {
  padding-left: 2.5em;
}
.k-rtl .k-widget.k-autocomplete > .k-i-close,
[dir="rtl"] .k-widget.k-autocomplete > .k-i-close,
.k-rtl .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close,
[dir="rtl"] .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close {
  right: initial;
  margin-right: 0;
}
.k-rtl .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close,
[dir="rtl"] .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close {
  left: calc(( 2.4214285700000002em + ((2.5em - 16px)/2) ));
  right: initial;
}
.k-rtl .k-widget.k-datetimepicker .k-picker-wrap,
[dir="rtl"] .k-widget.k-datetimepicker .k-picker-wrap {
  padding-left: 5em;
}
.k-rtl .k-widget.k-datetimepicker .k-picker-wrap .k-icon,
[dir="rtl"] .k-widget.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 6px;
}
.k-rtl .k-menu .k-item,
[dir="rtl"] .k-menu .k-item,
.k-rtl .k-widget.k-menu-horizontal > .k-item,
[dir="rtl"] .k-widget.k-menu-horizontal > .k-item {
  border-width: 0;
}
.k-rtl .k-context-menu.k-menu-vertical > .k-item > .k-link,
[dir="rtl"] .k-context-menu.k-menu-vertical > .k-item > .k-link,
.k-rtl .k-menu .k-menu-group .k-item > .k-link,
[dir="rtl"] .k-menu .k-menu-group .k-item > .k-link {
  padding: 0.5em 1.714em 0.5em 4.929em;
}
.k-rtl .k-menu .k-menu-group .k-item > .k-link > .k-menu-expand-arrow,
[dir="rtl"] .k-menu .k-menu-group .k-item > .k-link > .k-menu-expand-arrow,
.k-rtl .k-menu.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow,
[dir="rtl"] .k-menu.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow {
  right: auto;
  left: 1.071em;
}
.k-spreadsheet .k-spreadsheet-action-bar {
  font-size: 14px;
}
.k-spreadsheet-window .k-edit-label,
.k-spreadsheet-window .k-edit-field {
  padding: 0;
  line-height: 4em;
}
.k-spreadsheet-window .k-edit-label > label {
  vertical-align: middle;
}
div.k-spreadsheet-window {
  padding: 1em;
}
.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  min-width: 325px;
  width: 25.8em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  min-height: 510px;
  height: 42em;
}
.k-edit-label,
.k-edit-form-container .editor-label,
.k-edit-field.k-no-editor {
  padding: 0.8em 0 1em;
}
.k-edit-form-container {
  width: 410px;
}
.k-editor-dialog .k-root-tabs {
  padding: 0 1em;
}
.k-editor-dialog ul.k-tabstrip-items {
  padding: 0;
  border: 0;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  min-width: 59px;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox,
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown {
  width: 15.74em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown,
.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  width: 4.7em;
}
.k-animation-container .k-popup.k-align .k-list .k-icon {
  line-height: 1.4em;
}
.k-animation-container .k-popup.k-align .k-list .k-i-align-remove {
  line-height: 1.6em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 0.6em 1.3em;
}
.k-rtl .k-combobox-clearable .k-input,
[dir="rtl"] .k-combobox-clearable .k-input {
  padding-left: 2.5em;
}
.k-rtl .k-toolbar > .k-button:first-child:not(.k-overflow-anchor),
[dir="rtl"] .k-toolbar > .k-button:first-child:not(.k-overflow-anchor),
.k-rtl .k-toolbar .k-overflow-anchor + .k-button,
[dir="rtl"] .k-toolbar .k-overflow-anchor + .k-button {
  margin-right: -0.42857143em;
  margin-right: 0.2em;
}
.k-rtl .k-gantt .k-task-template,
[dir="rtl"] .k-gantt .k-task-template {
  padding: .643em .6em .643em 1.4em;
}
.k-rtl .k-gantt .k-task-draghandle,
[dir="rtl"] .k-gantt .k-task-draghandle {
  border-radius: 50% 0 50% 50%;
}
.k-rtl .k-popup-edit-form .k-primary,
[dir="rtl"] .k-popup-edit-form .k-primary {
  float: left;
}
/** 
 * Kendo UI v2020.1.114 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-theme-test-class,
.ktb-theme-id-material {
  opacity: 0;
}
.ktb-var-accent {
  color: #047bc1;
}
.ktb-var-base {
  color: #fff;
}
.ktb-var-background {
  color: #fff;
}
.ktb-var-border-radius {
  border-radius: 2px;
}
.ktb-var-normal-background {
  color: #fff;
}
.ktb-var-normal-gradient {
  background-image: none;
}
.ktb-var-normal-text-color {
  color: #444444;
}
.ktb-var-hover-background {
  color: #ebebeb;
}
.ktb-var-hover-gradient {
  background-image: none;
}
.ktb-var-hover-text-color {
  color: #444444;
}
.ktb-var-selected-background {
  color: #c7ced3;
}
.ktb-var-selected-gradient {
  background-image: none;
}
.ktb-var-selected-text-color {
  color: #3f51b5;
}
.ktb-var-error {
  color: #ffcdd2;
}
.ktb-var-warning {
  color: #fdefba;
}
.ktb-var-success {
  color: #c8e6c9;
}
.ktb-var-info {
  color: #bbdefb;
}
.ktb-var-series-a {
  color: #3f51b5;
}
.ktb-var-series-b {
  color: #03a9f4;
}
.ktb-var-series-c {
  color: #4caf50;
}
.ktb-var-series-d {
  color: #f9ce1d;
}
.ktb-var-series-e {
  color: #ff9800;
}
.ktb-var-series-f {
  color: #ff5722;
}
.k-grid-norecords-template {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-button {
  border-radius: 2px;
  border-color: #f5f5f5;
  color: #444444;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.k-button.k-state-default {
  border-color: #f5f5f5;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-button:active,
.k-button.k-state-active {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}
.k-button.k-state-active:hover {
  color: #ffffff;
  border-color: #0b93e3;
  background-color: #0b93e3;
}
.k-button:focus:active {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}
.k-button:focus,
.k-button:focus:hover,
.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-state-disabled .k-button.k-state-focused {
  border-color: #cccccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-button[disabled],
.k-state-disabled .k-button,
.k-button.k-state-disabled,
.k-button[disabled]:hover,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-button[disabled]:focus,
.k-state-disabled .k-button:focus,
.k-button.k-state-disabled:focus,
.k-button[disabled]:active,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #444444;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
  background-image: none;
}
.k-primary {
  color: #ffffff;
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.k-primary.k-state-default {
  border-color: #047bc1;
}
.k-primary:hover,
.k-primary.k-state-hover {
  color: #ffffff;
  border-color: #0b93e3;
  background-color: #0b93e3;
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-primary:active,
.k-primary.k-state-active {
  color: #ffffff;
  border-color: #00598d;
  background-color: #00598d;
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}
.k-primary:focus,
.k-primary:focus:hover,
.k-primary.k-state-focused,
.k-primary.k-state-focused.k-state-disabled,
.k-state-disabled .k-primary.k-state-focused {
  border-color: #00598d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-primary[disabled],
.k-state-disabled .k-primary,
.k-primary.k-state-disabled,
.k-primary[disabled]:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover {
  color: #ffffff;
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: none;
}
.k-button-group {
  border-radius: 2px;
}
.k-button-group .k-button {
  border-radius: 0;
}
.k-button-group .k-group-start,
.k-button-group .k-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k-button-group .k-group-end,
.k-button-group .k-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k-button-group .k-group-start.k-group-end,
.k-button-group .k-button:first-child:last-child {
  border-radius: 2px;
}
.k-rtl .k-button-group .k-button {
  border-radius: 0;
}
.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
  border-radius: 2px;
}
.k-split-button {
  border-radius: 2px;
}
.k-split-button.k-state-border-down > .k-button,
.k-split-button.k-state-border-up > .k-button {
  color: #444444;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-split-button:focus {
  border-color: #cccccc;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-split-button:focus > .k-button {
  background: transparent;
  border-color: #cccccc;
}
.k-split-button:focus:not(.k-state-disabled) > .k-state-active,
.k-split-button:focus:not(.k-state-disabled) > .k-button:hover {
  color: #444444;
  background-color: #ebebeb;
  border-color: #cccccc;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-split-button.k-state-disabled {
  color: #999999;
  background: #fafafa;
  background-image: none;
}
.k-edit-buttons {
  border-color: #e6e6e6;
  background: #fff;
}
.k-button.k-flat.k-primary,
.k-button.k-bare.k-primary,
.k-button.k-flat.k-primary:hover,
.k-button.k-bare.k-primary:hover,
.k-button.k-flat.k-primary.k-state-hover,
.k-button.k-bare.k-primary.k-state-hover,
.k-button.k-flat.k-primary:active,
.k-button.k-bare.k-primary:active,
.k-button.k-flat.k-primary.k-state-active,
.k-button.k-bare.k-primary.k-state-active,
.k-button.k-flat.k-primary:hover:active,
.k-button.k-bare.k-primary:hover:active,
.k-button.k-flat.k-primary:hover.k-state-active,
.k-button.k-bare.k-primary:hover.k-state-active {
  color: #047bc1;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-card {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-card .k-card-callout {
  border-color: #e6e6e6;
  background-color: #fff;
}
.k-card-header {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-card-footer {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-card-separator {
  border-color: #e6e6e6;
}
.k-card-actions {
  border-color: #e6e6e6;
}
.k-card.k-state-primary,
.k-card.k-card-primary {
  border-color: #82bde0;
  color: #023e61;
  background-color: #b4d7ec;
}
.k-card.k-state-info,
.k-card.k-card-info {
  border-color: #95cbf9;
  color: #154c79;
  background-color: #bfe0fb;
}
.k-card.k-state-success,
.k-card.k-card-success {
  border-color: #afdbb0;
  color: #2f5b31;
  background-color: #cfe9d0;
}
.k-card.k-state-warning,
.k-card.k-card-warning {
  border-color: #fce692;
  color: #7c6613;
  background-color: #fdf0be;
}
.k-card.k-state-error,
.k-card.k-card-error {
  border-color: #ff9aa4;
  color: #801a24;
  background-color: #ffc2c8;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-chat {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-chat .k-timestamp {
  text-transform: uppercase;
  opacity: .7;
}
.k-chat .k-author {
  font-weight: bold;
}
.k-chat .k-bubble {
  border-color: #f5f5f5;
  color: #444444;
  background-color: #f5f5f5;
  transition: box-shadow 0.2s ease-in-out;
  order: -1;
}
.k-chat .k-alt .k-bubble {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-chat .k-quick-reply {
  border-color: #047bc1;
  color: #047bc1;
  background-color: transparent;
}
.k-chat .k-quick-reply:hover {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-chat .k-message-box {
  border-color: inherit;
  color: #444444;
  background-color: #fff;
}
.k-chat .k-message-box .k-button:hover {
  color: #047bc1;
}
.k-chat .k-toolbar-box {
  border-color: inherit;
  color: #444444;
  background-color: #f5f5f5;
}
.k-chat .k-toolbar-box .k-button:hover {
  color: #047bc1;
  background: none;
}
.k-chat .k-toolbar-box .k-scroll-button {
  background-color: #fff;
  box-shadow: 0 0 20px 5px #fff;
}
.k-chat .k-toolbar-box .k-scroll-button:hover {
  background-color: #fff;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-calendar {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-calendar > .k-header {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
  background-image: none;
}
.k-calendar > .k-header .k-link.k-state-hover {
  color: inherit;
  background-color: #cccccc;
  box-shadow: none;
}
.k-calendar > .k-header .k-nav-fast {
  border-radius: 0;
}
.k-calendar th {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-calendar .k-alt {
  border-color: #e6e6e6;
  color: #333;
  background-color: #f5f5f5;
}
.k-calendar .k-weekend {
  background-color: transparent;
}
.k-calendar .k-other-month {
  color: #999999;
  background-color: transparent;
}
.k-calendar .k-out-of-range {
  pointer-events: none;
  visibility: hidden;
}
.k-calendar .k-today .k-link {
  color: #047bc1;
  box-shadow: inset 0 0 0 1px #047bc1;
}
.k-calendar td.k-state-hover .k-link {
  border-color: #ebebeb;
  color: #444444;
  background-color: #ebebeb;
  background-image: none;
}
.k-calendar td.k-state-selected .k-link {
  background-image: none;
}
.k-calendar td.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px #808080;
}
.k-calendar .k-footer .k-nav-today {
  color: #047bc1;
}
.k-calendar .k-footer .k-nav-today:hover {
  color: #046ead;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-calendar-range {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-calendar-range th {
  color: inherit;
  background-color: transparent;
  text-transform: uppercase;
}
.k-calendar-range td.k-state-hover .k-link {
  border-color: #ebebeb;
  color: #444444;
  background-color: #ebebeb;
}
.k-calendar-range td.k-state-selected .k-link {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-calendar-range td.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px #808080;
}
.k-calendar-range td.k-range-start,
.k-calendar-range td.k-range-mid,
.k-calendar-range td.k-range-end {
  background-image: linear-gradient(transparent 1px, rgba(4, 123, 193, 0.3) 1px, rgba(4, 123, 193, 0.3) calc(100% - 1px), transparent calc(100% - 1px));
}
.k-ie .k-calendar-range td.k-range-start,
.k-ie .k-calendar-range td.k-range-mid,
.k-ie .k-calendar-range td.k-range-end,
.k-edge .k-calendar-range td.k-range-start,
.k-edge .k-calendar-range td.k-range-mid,
.k-edge .k-calendar-range td.k-range-end {
  background-image: none;
  background-color: rgba(4, 123, 193, 0.3);
}
.k-calendar-range td.k-range-split-start::after {
  background-image: linear-gradient(to left, rgba(4, 123, 193, 0.3), transparent);
}
.k-calendar-range td.k-range-split-end::after {
  background-image: linear-gradient(to right, rgba(4, 123, 193, 0.3), transparent);
}
.k-calendar-range .k-footer .k-nav-today {
  color: #047bc1;
  background: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-pdf-viewer .k-toolbar .k-icon,
.k-pdf-viewer .k-toolbar .k-pager-input {
  color: #444444;
}
.k-pdf-viewer .k-canvas {
  background-color: #fff;
}
.k-pdf-viewer .k-page {
  border-color: #e6e6e6;
  color: #333;
  background-color: white;
  box-shadow: 0 0 15px #e6e6e6;
  -webkit-box-shadow: 0 0 15px #e6e6e6;
}
.k-pdf-viewer .k-search-highlight {
  background-color: #4d4d4d;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-scrollview-nav > li.k-link {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.k-scrollview-nav > li.k-link.k-primary {
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-scrollview-elements {
  color: #3f51b5;
}
.k-scrollview-next,
.k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-scrollview-next:hover,
.k-scrollview-prev:hover {
  color: #3f51b5;
  opacity: 1;
}
.k-scrollview-next:hover span::before,
.k-scrollview-prev:hover span::before {
  background-color: transparent;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-switch-container {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch-handle {
  background-clip: border-box;
}
.k-switch-on {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch-on .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #49b9fb;
}
.k-switch-on .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #047bc1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.k-switch-on:focus,
.k-switch-on.k-state-focused {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch-on:focus .k-switch-container,
.k-switch-on.k-state-focused .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #49b9fb;
}
.k-switch-on:focus .k-switch-handle,
.k-switch-on.k-state-focused .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #035280;
}
.k-switch-on:hover .k-switch-container,
.k-switch-on.k-state-hover .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #30b0fb;
}
.k-switch-on:hover .k-switch-handle,
.k-switch-on.k-state-hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #0598ee;
}
.k-switch-on .k-switch-label-off {
  color: transparent;
}
.k-switch-off {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch-off .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #f5f5f5;
}
.k-switch-off .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.k-switch-off:focus,
.k-switch-off.k-state-focused {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch-off:focus .k-switch-container,
.k-switch-off.k-state-focused .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #ebebeb;
}
.k-switch-off:focus .k-switch-handle,
.k-switch-off.k-state-focused .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #ebebeb;
}
.k-switch-off:hover .k-switch-container,
.k-switch-off.k-state-hover .k-switch-container {
  border-color: transparent;
  color: white;
  background-color: #ebebeb;
}
.k-switch-off:hover .k-switch-handle,
.k-switch-off.k-state-hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #ebebeb;
}
.k-switch-off .k-switch-label-on {
  color: transparent;
}
.k-switch {
  background-color: transparent;
  box-shadow: none;
}
.k-switch:focus .k-switch-container,
.k-switch.k-state-focused .k-switch-container {
  outline: none;
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch:hover .k-switch-container,
.k-switch.k-state-hover .k-switch-container {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch.k-state-disabled {
  cursor: default;
}
.k-switch.k-state-disabled:focus,
.k-switch.k-state-disabled.k-state-focused {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-switch[aria-readonly="true"] {
  pointer-events: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-position: 50% 50%;
  background-color: #fff;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #333;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm {
  color: #3f51b5;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-grid-filter.k-state-active,
.k-pane-wrapper .k-pane .k-grid-mobile .k-header-column-menu.k-state-active {
  color: #fff;
  background-color: #047bc1;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: #fff;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #333;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
  color: inherit;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
  color: #d0d0d0;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
  background-color: #fff;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
  background-color: #fafafa;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools > li,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  background-color: inherit;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
  background-color: #047bc1;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
  color: #333;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
  color: #333;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
  color: #3f51b5;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #3f51b5;
  background: none;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
  color: inherit;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-filter .k-filter-preview-field {
  color: #047bc1;
}
.k-filter .k-filter-preview-operator {
  color: rgba(68, 68, 68, 0.6);
}
.k-filter .k-filter-item::before,
.k-filter .k-filter-toolbar::before,
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  background-color: #e6e6e6;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-drawer {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}
.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}
.k-drawer-item:hover,
.k-drawer-item.k-state-hover {
  color: #444444;
  background-color: #ebebeb;
  background-image: none;
}
.k-drawer-item:focus,
.k-drawer-item.k-state-focused {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #808080;
}
.k-drawer-item:focus:hover,
.k-drawer-item.k-state-focused:hover,
.k-drawer-item:focus.k-state-hover,
.k-drawer-item.k-state-focused.k-state-hover {
  color: #444444;
  background-color: #ebebeb;
}
.k-drawer-item.k-state-selected {
  color: #3f51b5;
  background-color: #047bc1;
}
.k-drawer-item.k-state-selected:hover,
.k-drawer-item.k-state-selected.k-state-hover {
  color: #3f51b5;
  background-color: #ebebeb;
}
.k-drawer-separator {
  background-color: #e6e6e6;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-rating.k-widget {
  background-color: transparent;
}
.k-rating:focus,
.k-rating.k-state-focused {
  box-shadow: none;
}
.k-rating:focus .k-rating-item > .k-icon,
.k-rating.k-state-focused .k-rating-item > .k-icon {
  text-shadow: 0 2px 3.6px rgba(0, 0, 0, 0.1);
}
.k-rating:focus .k-rating-item.k-state-selected > .k-icon,
.k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon {
  text-shadow: 0 2px 3.6px rgba(4, 123, 193, 0.5);
}
.k-rating-item {
  color: #e6e6e6;
}
.k-rating-item.k-state-selected {
  color: #047bc1;
  background: none;
  box-shadow: none;
}
.k-rating-item.k-state-selected:focus,
.k-rating-item.k-state-selected.k-state-focused {
  color: #047bc1;
}
.k-rating-item:hover,
.k-rating-item.k-state-hover {
  color: #047bc1;
  cursor: pointer;
  background: none;
  box-shadow: none;
}
.k-rating-item:hover.k-state-selected,
.k-rating-item.k-state-hover.k-state-selected {
  box-shadow: none;
}
.k-rating-item:focus,
.k-rating-item.k-state-focused {
  background: none;
  box-shadow: none;
}
.k-rating-item:focus.k-state-selected,
.k-rating-item.k-state-focused.k-state-selected {
  box-shadow: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-timeline .k-timeline-flag {
  background-color: #047bc1;
  color: #ffffff;
}
.k-timeline .k-timeline-circle {
  background-color: #047bc1;
}
.k-timeline .k-timeline-card .k-card-header {
  background-color: #fff;
  color: #333;
}
.k-timeline .k-timeline-card .k-card-body {
  scrollbar-color: #e6e6e6 #fff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
  background: #fff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
  background: #ebebeb;
}
.k-timeline .k-timeline-date {
  color: #444444;
}
.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  opacity: 1;
  color: #999999;
  background-color: #fafafa;
  border-color: #fafafa;
}
.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #047bc1;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-breadcrumb:focus,
.k-breadcrumb.k-state-focused {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-breadcrumb .k-breadcrumb-link {
  border-color: transparent;
  color: #047bc1;
  background-color: transparent;
}
.k-breadcrumb .k-breadcrumb-link:hover,
.k-breadcrumb .k-breadcrumb-link.k-state-hover {
  border-color: transparent;
  color: #046ead;
  background-color: rgba(0, 0, 0, 0.08);
}
.k-breadcrumb .k-breadcrumb-link:focus,
.k-breadcrumb .k-breadcrumb-link.k-state-focused {
  border-color: false;
  color: #047bc1;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-breadcrumb .k-breadcrumb-root-link {
  border-color: false;
  color: #444444;
  background-color: false;
}
.k-breadcrumb .k-breadcrumb-root-link:hover,
.k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
  border-color: false;
  color: false;
  background-color: rgba(0, 0, 0, 0.08);
}
.k-breadcrumb .k-breadcrumb-root-link:focus,
.k-breadcrumb .k-breadcrumb-root-link.k-state-focused {
  border-color: false;
  color: false;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-breadcrumb .k-breadcrumb-root-link,
.k-breadcrumb .k-breadcrumb-delimiter-icon {
  color: inherit;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-listgroup {
  border-radius: 2px;
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-listgroup-flush {
  border-radius: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-badge.k-badge-secondary {
  border-color: #f2f2f2;
  color: #444444;
  background-color: #f2f2f2;
}
.k-badge.k-badge-primary {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-badge.k-badge-info {
  border-color: #2b98f3;
  color: #ffffff;
  background-color: #2b98f3;
}
.k-badge.k-badge-success {
  border-color: #5fb662;
  color: #ffffff;
  background-color: #5fb662;
}
.k-badge.k-badge-warning {
  border-color: #f9cd25;
  color: #000000;
  background-color: #f9cd25;
}
.k-badge.k-badge-error {
  border-color: #ff3448;
  color: #ffffff;
  background-color: #ff3448;
}
.k-badge-outline.k-badge-secondary {
  border-color: currentColor;
  color: #444444;
  background-color: #fff;
}
.k-badge-outline.k-badge-primary {
  border-color: currentColor;
  color: #047bc1;
  background-color: #fff;
}
.k-badge-outline.k-badge-info {
  border-color: currentColor;
  color: #2b98f3;
  background-color: #fff;
}
.k-badge-outline.k-badge-success {
  border-color: currentColor;
  color: #5fb662;
  background-color: #fff;
}
.k-badge-outline.k-badge-warning {
  border-color: currentColor;
  color: #f9cd25;
  background-color: #fff;
}
.k-badge-outline.k-badge-error {
  border-color: currentColor;
  color: #ff3448;
  background-color: #fff;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-checkbox {
  border-radius: 0;
  border-color: #c9c9c9;
  color: #444444;
  background-color: #fff;
}
.k-checkbox:checked::before {
  border-radius: 0;
}
.k-checkbox:hover {
  border-color: #a3a3a3;
  color: #047bc1;
  background-color: #fff;
}
.k-checkbox:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  border-color: #a3a3a3;
}
.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate {
  border-color: #c9c9c9;
  color: #047bc1;
  background-color: #fff;
}
.k-checkbox:checked {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-checkbox:checked:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  border-color: #047bc1;
}
.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid {
  border-color: #047bc1;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-radio {
  border-color: #c9c9c9;
  color: #444444;
  background-color: #fff;
  border-radius: 50%;
}
.k-radio::before {
  border-radius: 50%;
}
.k-radio:hover {
  border-color: #a3a3a3;
  color: #047bc1;
  background-color: #fff;
}
.k-radio:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  border-color: #a3a3a3;
}
.k-radio:checked {
  border-color: #047bc1;
  color: #ffffff;
  background-color: #047bc1;
}
.k-radio:checked:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  border-color: #047bc1;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-filemanager {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-toolbar {
  border-color: #e6e6e6;
  color: false;
  background-color: false;
}
.k-filemanager-navigation {
  border-color: #e6e6e6;
  color: false;
  background-color: false;
}
.k-filemanager-breadcrumb {
  border-color: #e6e6e6;
  color: false;
  background-color: #fff;
}
.k-filemanager .k-dropzone-hovered {
  border-color: false;
  color: inherit;
  background-color: inherit;
}
.k-filemanager-listview {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-listview .k-item {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-listview .k-item.k-state-selected .k-icon {
  border-color: false;
  color: #fff;
  background-color: false;
}
.k-filemanager-listview .k-item .k-icon {
  border-color: false;
  color: #b1b1b1;
  background-color: false;
}
.k-filemanager-grid {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-preview {
  border-color: #e6e6e6;
  color: false;
  background-color: false;
}
.k-filemanager-preview .k-file-preview-wrapper .k-icon {
  border-color: false;
  color: #b1b1b1;
  background-color: false;
}
.k-filemanager-preview .k-file-size {
  color: inherit;
}
.k-filemanager-drag-hint {
  border-color: false;
  color: #ffffff;
  background-color: #047bc1;
}
.k-filemanager-drag-hint .k-icon {
  border-color: false;
  color: #ffffff;
  background-color: false;
}
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
.k-header .k-window-actions .k-link {
  color: inherit;
}
a.k-icon {
  color: #444444;
}
a.k-icon:hover {
  color: #444444;
}
.k-button-icon .k-icon {
  opacity: .8;
}
.k-button-icon:hover .k-icon {
  opacity: 1;
}
.k-state-disabled .k-button-icon .k-icon,
.k-state-disabled.k-button-icon .k-icon {
  opacity: .8;
}
.k-splitbar .k-resize-handle {
  background-color: #444444;
}
.k-block,
.k-widget {
  background-color: #fff;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-tooltip,
.k-upload-files,
.k-popup.k-align .k-list .k-item:last-child {
  border-color: #e6e6e6;
}
.k-group,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-dropzone-hovered,
.k-popup {
  background-color: #047bc1;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #fff;
}
.k-list-container {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.k-content,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #fff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f2f2f2;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #dedede;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #e6e6e6;
  background-color: #fff;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border-color: #e6e6e6;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
  background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: #fff;
  color: #444444;
}
.k-input[readonly] {
  background-color: #fff;
  color: #444444;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
  color: #333;
}
.k-inverse {
  color: #ffffff;
}
.k-block {
  color: #333;
}
.k-link,
.k-nav-current.k-state-hover .k-link {
  color: #428bca;
}
.k-tabstrip-items .k-link {
  color: #333;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #333;
}
.k-header,
.k-grid-header,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  background-position: 50% 50%;
  background-color: #fff;
}
.k-widget.k-tooltip {
  background-image: none;
}
.k-block,
.k-header,
.k-grid-header,
.k-grouping-header,
.k-pager-wrap,
.k-draghandle,
.k-treemap-tile {
  background-color: #fff;
}
.k-hr {
  border-color: #e6e6e6;
}
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1;
}
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 0.7;
}
.k-i-loading {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/Material/loading.gif);
}
.k-loading-image {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/Material/loading-image.gif);
}
.k-loading-color {
  background-color: #ebebeb;
}
.k-draghandle {
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-draghandle:hover {
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
  -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
}
.k-scheduler {
  color: #ffffff;
  background-color: #fff;
}
.k-scheduler-layout {
  color: #333;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #fff;
  color: #333;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #e6e6e6;
}
.k-scheduler-table .k-nonwork-hour,
.k-scheduler-dayview .k-today.k-nonwork-hour,
.k-scheduler-timelineview .k-today.k-nonwork-hour {
  background-color: #fafafa;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #f5f5f5;
}
.k-scheduler-header .k-today {
  background: transparent;
}
table:not(.k-scheduler-dayview) .k-scheduler-header-wrap .k-today {
  color: #3f51b5;
}
.k-scheduler-now-arrow {
  border-left-color: #eed3d7;
}
.k-scheduler-now-line {
  background-color: #eed3d7;
}
.k-event,
.k-task-complete {
  border-color: #059bf3;
  background: #059bf3 0 -257px none repeat-x;
  color: #ffffff;
}
.k-event-inverse {
  color: #444444;
}
.k-event.k-state-selected {
  background-position: 0 0;
  box-shadow: 0 0 0 2px #444444;
  -webkit-box-shadow: 0 0 0 2px #444444;
}
.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after {
  background-color: #ffffff;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #047bc1;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #fff;
  color: #444444;
  border-color: #e6e6e6;
}
.k-panelbar > .k-item > .k-link {
  color: #444444;
}
.k-panelbar > .k-item > .k-link {
  border-color: #e6e6e6;
}
.k-panel > li.k-item {
  background-color: #fff;
}
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #444444;
}
.k-fieldselector .k-list-container {
  background-color: #ffffff;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-state-highlight {
  background: #ffffff;
  color: #444444;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #67afe9;
}
.k-button.k-bare {
  position: relative;
}
.k-button.k-bare:before {
  content: "";
  background-color: currentcolor;
  opacity: 0.12;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}
.k-button.k-bare.k-state-focused:before,
.k-button.k-bare:focus:before {
  display: block;
}
.k-mediaplayer-toolbar .k-button.k-bare:active,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover {
  color: #047bc1;
}
.k-mediaplayer-toolbar .k-button.k-bare:active:before,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:before,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover:before {
  opacity: 0.24;
}
.k-slider.k-mediaplayer-seekbar {
  top: -14px;
}
.k-quality-list {
  margin-left: -25px !important;
}
.k-window-titlebar .k-link {
  border-radius: 2px;
}
.k-calendar-container.k-group {
  border-color: rgba(0, 0, 0, 0.2);
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color,
.k-drag-clue.k-state-selected {
  color: #3f51b5;
  background-color: #047bc1;
  border-color: #ffffff;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-color: #ebebeb;
}
.k-group-header + div > .k-list > .k-item.k-first:before {
  border-top-color: #ebebeb;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  background: #ebebeb;
  color: #3f51b5;
}
.k-popup .k-list .k-item > .k-group {
  background: #ebebeb;
  color: #3f51b5;
  border-bottom-left-radius: 1px;
}
.k-marquee-text {
  color: #3f51b5;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused {
  box-shadow: inset 0 0 0 1px #808080;
  -webkit-box-shadow: inset 0 0 0 1px #808080;
}
.k-menu .k-item.k-state-default.k-state-focused {
  box-shadow: inset 0 0 0 1px #b3b3b3;
  -webkit-box-shadow: inset 0 0 0 1px #b3b3b3;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > .k-item > .k-state-selected,
.k-panelbar .k-group .k-item > .k-state-selected {
  color: #3f51b5;
}
.k-state-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone {
  color: #444444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #ebebeb;
}
.k-textbox:hover,
.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-listbox .k-item:hover:not(.k-state-disabled) {
  background-image: none;
}
.k-pager-wrap {
  background-color: #fff;
  color: #333;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers,
.k-pager-wrap.k-pager-md .k-pager-numbers,
.k-pager-wrap.k-pager-sm .k-pager-numbers {
  border: 0;
  background-color: #f5f5f5;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers:hover,
.k-pager-wrap.k-pager-md .k-pager-numbers:hover,
.k-pager-wrap.k-pager-sm .k-pager-numbers:hover,
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded,
.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded,
.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded {
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #444444;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #ebebeb;
}
.k-dropdown .k-state-focused .k-input {
  color: #333;
}
.k-dropdown .k-state-hover .k-input {
  color: #444444;
}
.k-state-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.k-state-disabled {
  opacity: .6;
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #999999;
}
.k-file .k-upload-status {
  color: #444444;
}
.k-progressbar-indeterminate {
  background: url(/MID_ESUITE_PROD/Content/20_Kendo/Material/indeterminate.gif);
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
.k-slider-track {
  background-color: #e6e6e6;
}
.k-slider-selection {
  background-color: #047bc1;
}
.k-slider-horizontal .k-tick {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/Material/slider-h.gif);
}
.k-slider-vertical .k-tick {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/Material/slider-v.gif);
}
.k-widget.k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  border-color: rgba(100, 100, 100, 0.9);
  background-color: rgba(100, 100, 100, 0.9);
  color: #ffffff;
}
.k-widget.k-tooltip-validation {
  border-color: #fdefba;
  background-color: #fdefba;
  color: #816704;
}
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.k-callout-n {
  border-bottom-color: rgba(100, 100, 100, 0.9);
}
.k-callout-w {
  border-right-color: rgba(100, 100, 100, 0.9);
}
.k-callout-s {
  border-top-color: rgba(100, 100, 100, 0.9);
}
.k-callout-e {
  border-left-color: rgba(100, 100, 100, 0.9);
}
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #fdefba;
}
.k-tooltip-validation .k-callout-w {
  border-right-color: #fdefba;
}
.k-tooltip-validation .k-callout-s {
  border-top-color: #fdefba;
}
.k-tooltip-validation .k-callout-e {
  border-left-color: #fdefba;
}
.k-splitbar {
  background-color: #fafafa;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #b94a48;
}
.k-file {
  background-color: #fff;
  border-color: #e6e6e6;
}
.k-file:last-child {
  border-radius: 0 0 2px 2px;
}
.k-file-progress {
  color: #2b98f3;
}
.k-file-progress .k-progress {
  background-color: #bbdefb;
}
.k-file-success .k-file-name,
.k-file-success .k-upload-pct {
  color: #5fb662;
}
.k-file-success .k-progress {
  background-color: #c8e6c9;
}
.k-file-error {
  color: #ff3448;
}
.k-file-error .k-file-extension-wrapper,
.k-file-error .k-multiple-files-extension-wrapper,
.k-file-error .k-file-group-wrapper,
.k-file-error .k-multiple-files-group-wrapper {
  color: #ff3448;
  border-color: #ff3448;
}
.k-file-error .k-file-extension-wrapper:before,
.k-file-error .k-multiple-files-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #ff3448 #ff3448;
}
.k-file-error .k-progress {
  background-color: #ffcdd2;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-group-wrapper,
.k-multiple-files-group-wrapper {
  color: #999999;
  border-color: #999999;
}
.k-file-invalid .k-file-name-invalid {
  color: #ff3448;
}
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper,
.k-file-invalid-group-wrapper,
.k-multiple-files-invalid-group-wrapper {
  color: #ff3448;
  border-color: #ff3448;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #999999 #999999;
}
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #ff3448 #ff3448;
}
.k-multiple-files-extension-wrapper:after {
  border-top-color: #999999;
  border-left-color: #999999;
}
.k-multiple-files-invalid-extension-wrapper:after {
  border-top-color: #ff3448;
  border-left-color: #ff3448;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
  color: #999999;
}
.k-upload .k-upload-selected {
  color: #3f51b5;
  border-color: #e6e6e6;
}
.k-upload .k-upload-selected:hover {
  color: #fff;
  background-color: #3f51b5;
}
.k-tile {
  border-color: #fff;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #ebebeb;
}
.k-tiles li.k-state-selected {
  border-color: #ffffff;
}
.k-leaf,
.k-leaf.k-state-hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover {
  color: #000;
}
.k-widget {
  box-shadow: false;
  -webkit-box-shadow: false;
}
.k-slider,
.k-treeview,
.k-upload,
.k-rating,
.k-breadcrumb {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-state-hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-state-selected {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.k-state-active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #0485d0;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect-wrap.k-state-focused,
.k-state-focused > .k-multiselect-wrap,
.k-filebrowser .k-image,
.k-tooltip {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-calendar-container.k-popup {
  box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.2);
}
.k-treemap-tile.k-state-hover {
  box-shadow: inset 0 0 0 3px #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 3px #e6e6e6;
}
.k-window {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  background-color: #fff;
}
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0;
}
.k-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.k-editor-inline ::selection {
  background-color: #047bc1;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline ::-moz-selection {
  background-color: #047bc1;
  text-shadow: none;
  color: #fff;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-notification {
  border-radius: 2px;
}
.k-notification-info {
  background-color: #bbdefb;
  color: #2b98f3;
  border-color: #bbdefb;
}
.k-notification-success {
  background-color: #c8e6c9;
  color: #5fb662;
  border-color: #c8e6c9;
}
.k-notification-warning {
  background-color: #fdefba;
  color: #f8c70d;
  border-color: #fdefba;
}
.k-notification-error {
  background-color: #ffcdd2;
  color: #ff3448;
  border-color: #ffcdd2;
}
.k-gantt .k-treelist {
  background: #f2f2f2;
}
.k-gantt .k-treelist .k-alt {
  background-color: #d9d9d9;
}
.k-gantt .k-treelist tr:hover {
  background-color: #ebebeb;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #047bc1;
}
.k-gantt .k-treelist .k-alt.k-state-selected:hover,
.k-gantt .k-treelist .k-alt.k-state-selected:hover td {
  background-color: #bcc4ca;
}
.k-task-dot:after {
  background-color: #333;
  border-color: #333;
}
.k-task-dot:hover:after {
  background-color: #ffffff;
}
.k-task-summary {
  border-color: #ffffff;
  background: #ffffff;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: #333;
  background: #333;
}
.k-state-selected.k-task-summary {
  border-color: #ffffff;
  background: #ffffff;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #047bc1;
  background: #047bc1;
}
.k-task-single {
  background-color: #21aafa;
  border-color: #059bf3;
  color: #ffffff;
}
.k-state-selected.k-task-single {
  border-color: #ffffff;
}
.k-line {
  background-color: #333;
  color: #333;
}
.k-state-selected.k-line {
  background-color: #047bc1;
  color: #047bc1;
}
.k-resource {
  background-color: #fff;
}
.k-block,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 2px;
}
.k-toolbar .k-split-button .k-button {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start {
  border-radius: 0 2px 2px 0;
}
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 2px 2px 0;
}
.k-rtl .k-tool.k-group-end,
.k-rtl .k-toolbar .k-button-group .k-group-end,
.k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 2px 0 0 2px;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 2px 2px;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 2px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 2px 2px;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 2px 2px 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 2px 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 2px;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 2px 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 2px 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 1px 0 0 1px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 1px 1px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 1px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 1px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 1px 0 0 1px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 1px 1px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 2px 2px 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 2px 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #ebebeb;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 1px 1px 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 2px 2px 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 2px 0 0 2px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 2px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 1px;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item {
  border-radius: 1px;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px;
}
.k-draghandle {
  border-radius: 13px;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 0 2px 2px 0;
}
.k-edit-field > .k-scheduler-navigation {
  border-radius: 2px;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 2px 0 0 2px;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 2px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 1px;
}
.k-scheduler-mobile .k-event {
  border-radius: 0px;
}
.k-autocomplete,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-position: 50% 50%;
  color: #444444;
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
}
.k-multiselect-wrap {
  border-color: #f0f0f0;
}
.k-multiselect-wrap.k-state-hover,
.k-state-hover > .k-multiselect-wrap,
.k-multiselect-wrap.k-state-hover {
  border-color: #f5f5f5;
  background-color: #fff;
  color: #444444;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-multiselect-wrap.k-state-focused,
.k-state-focused > .k-multiselect-wrap {
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-list-container {
  color: #444444;
}
.k-nodata {
  color: #999999;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #444444;
}
.k-state-default > .k-select {
  border-color: #f0f0f0;
}
.k-state-focused > .k-select {
  border-color: #f5f5f5;
}
.k-state-hover > .k-select {
  border-color: #f5f5f5;
}
.k-tabstrip:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-tabstrip-items .k-item .k-link {
  color: #ffffff;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar .k-group > li > .k-link.k-state-hover {
  color: #444444;
}
.k-panelbar > li > .k-state-focused.k-state-hover {
  background: #ebebeb;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-tabstrip-items .k-state-default,
.k-panelbar .k-tabstrip-items .k-state-default {
  border-color: transparent;
}
.k-tabstrip-items .k-state-hover {
  border-color: #ebebeb;
}
.k-tabstrip .k-content.k-state-active {
  background-color: #fff;
  color: #333;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #e6e6e6;
}
.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #e6e6e6;
}
.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}
.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 #ffffff;
}
.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff;
}
.k-column-menu .k-separator {
  border-color: #e6e6e6;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: rgba(0, 0, 0, 0.2);
}
.k-grid-filter.k-state-active {
  background-color: #ffffff;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #ffffff;
  border-color: #e6e6e6;
  font-weight: bold;
}
.k-grouping-header {
  color: #ffffff;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #e6e6e6;
}
.k-button-group {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.k-button-group.k-state-disabled {
  box-shadow: none;
}
.k-button-group .k-button {
  box-shadow: none;
}
.k-button-group .k-button.k-state-active {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focused {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}
.k-button-group .k-button.k-state-disabled:focus,
.k-state-disabled.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-disabled.k-state-focused,
.k-state-disabled.k-button-group .k-button.k-state-focused {
  color: #999999;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}
.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 2px;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-tool-icon:hover,
.k-state-hover .k-tool-icon,
.k-state-selected .k-tool-icon,
.k-state-focused .k-tool-icon,
.k-button:hover .k-tool-icon,
.k-splitbar.k-splitbar-horizontal-hover .k-icon,
.k-splitbar.k-splitbar-vertical-hover .k-icon,
div.k-splitbar.k-state-focused .k-icon,
.k-textbox:hover > .k-icon,
.k-grouping-header .k-i-delete,
.k-grouping-header .k-button-icon:hover > .k-icon.k-i-delete,
.k-grouping-header .k-i-delete,
.k-grouping-header .k-button-icon:hover > .k-icon.k-i-delete,
.k-grouping-header .k-i-arrow-60-up,
.k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-up,
.k-grouping-header .k-i-arrow-60-up,
.k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-up,
.k-grouping-header .k-i-arrow-60-down,
.k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-down,
.k-grouping-header .k-i-arrow-60-down,
.k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-down,
.k-grid-toolbar .k-i-file-pdf,
.k-grid-toolbar .k-button:hover > .k-i-file-pdf,
.k-grid-toolbar .k-i-file-excel,
.k-grid-toolbar .k-button:hover > .k-i-file-excel,
.k-grid-toolbar .k-icon,
.k-scheduler-toolbar .k-icon,
.k-scheduler-footer .k-icon,
.k-scheduler-content .k-icon,
.k-gantt-toolbar .k-icon,
.k-field-actions .k-icon,
.k-notification .k-icon,
.k-pivot-configurator-settings .k-icon:hover,
.k-window-titlebar .k-icon {
  opacity: 1;
}
.k-splitbar .k-icon,
.k-pivot-configurator-settings .k-icon {
  opacity: 0.7;
}
.k-pager-wrap .k-link.k-state-disabled .k-icon {
  opacity: 0.25;
}
.k-button,
.k-header {
  font-weight: 500;
}
.k-dropdown .k-state-default {
  border-color: #f5f5f5;
  background-position: 50% 50%;
  background-color: #f5f5f5;
}
.k-dropdown,
span.k-colorpicker {
  background-color: #f5f5f5;
}
.k-textbox {
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-combobox .k-input,
.k-datepicker .k-input,
.k-timepicker .k-input,
.k-datetimepicker .k-input {
  background-color: #fafafa;
}
.k-picker-wrap.k-state-default > .k-select {
  border-color: #fafafa;
}
.k-autocomplete.k-state-active .k-input,
.k-picker-wrap.k-state-active .k-input,
.k-numeric-wrap.k-state-active .k-input {
  background-color: #047bc1;
}
.k-picker-wrap.k-state-hover > .k-select,
.k-picker-wrap.k-state-focused > .k-select {
  border-color: #ffffff;
}
.k-picker-wrap.k-state-hover .k-input,
.k-picker-wrap.k-state-focused .k-input {
  background-color: #ffffff;
}
.k-textbox:hover,
.k-overflow-anchor:hover,
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #fff;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-maskedtextbox.k-state-disabled > .k-textbox:hover,
.k-dateinput.k-state-disabled > .k-textbox:hover {
  border-color: #f0f0f0;
  box-shadow: none;
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #ebebeb;
  background-image: none;
  background-position: 50% 50%;
  border-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-numeric-wrap.k-state-focused > .k-select {
  background-color: #ebebeb;
}
.k-textbox:focus,
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-multiselect.k-header.k-state-active {
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-autocomplete.k-state-disabled,
.k-picker-wrap.k-state-disabled,
.k-numeric-wrap.k-state-disabled,
.k-numeric-wrap.k-state-disabled .k-input,
.k-numeric-wrap.k-state-disabled .k-select,
.k-dropdown-wrap.k-state-disabled,
.k-multiselect.k-header.k-state-disabled {
  background-color: #fafafa;
}
.k-numeric-wrap.k-state-disabled .k-select {
  border-color: #fafafa;
}
.k-numerictextbox .k-select {
  background-color: #fff;
  border-color: #fff;
}
.k-list > .k-state-selected.k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #3f51b5;
}
.k-list > .k-state-selected {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-list > .k-state-focused {
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-list > .k-state-hover,
.k-list > .k-state-selected.k-state-hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-list-container {
  border-color: #ebebeb;
}
.k-grid td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 0 1px #808080;
  -webkit-box-shadow: inset 0 0 0 1px #808080;
}
.k-window-titlebar .k-link {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-window-titlebar .k-state-hover {
  background-color: #0993ce;
  border-color: #0993ce;
}
.k-tabstrip > .k-tabstrip-items > .k-item {
  border-radius: 0;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  background-color: #fff;
  background-image: none;
  border-bottom-color: #c7ced3;
}
.k-tabstrip .k-content.k-state-active {
  border-color: transparent;
}
.k-tabstrip-items .k-item.k-state-hover {
  background: #0993ce;
  border-color: #0993ce;
}
.k-tabstrip-items .k-state-hover .k-link {
  color: #333;
}
.k-group,
.k-flatcolorpicker.k-group,
.k-menu,
.k-menu .k-group,
.k-popup.k-widget.k-context-menu {
  color: #333;
  background-color: #fff;
}
.k-menu .k-group,
.k-popup.k-context-menu.k-group {
  border-color: #e6e6e6;
}
.k-menu.k-header,
.k-menu .k-item,
.k-widget.k-menu-horizontal > .k-item {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-menu .k-state-active,
.k-popup.k-context-menu.k-group .k-state-hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-grid .k-header .k-button,
.k-scheduler .k-header .k-button,
.k-scheduler .k-header li,
.k-scheduler .k-header .k-link,
.k-gantt > .k-header li,
.k-gantt > .k-header .k-link,
.k-gantt-toolbar .k-button {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-grid .k-header .k-button:hover,
.k-scheduler .k-header .k-button:hover,
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover,
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link,
.k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover,
.k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link,
.k-gantt .k-gantt-toolbar .k-button:hover {
  background-color: #0993ce;
  border-color: #0993ce;
}
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-gantt-toolbar .k-button {
  background-color: #fff;
  border-color: #fff;
}
.k-gantt .k-gantt-toolbar .k-button:active {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-gantt-toolbar > .k-gantt-views > li.k-state-selected,
.k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-selected.k-state-hover,
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected.k-state-hover,
.k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
  border-bottom-color: #c7ced3;
}
.k-scheduler-mark {
  border-radius: 50%;
}
.k-grid .k-alt {
  background-color: #fff;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner,
.k-grid .k-state-selected:hover .k-group-cell {
  color: #333;
  background-color: #f2f2f2;
}
.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  color: #333;
  background-color: #035b8f;
  border-color: #035b8f;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-grid-header,
.k-grid-header .k-header,
.k-pager-wrap,
.k-pager-numbers .k-state-selected,
.k-grid-footer,
.k-grid-footer td {
  color: #333;
  background-color: #fff;
}
.k-header.k-scheduler-footer .k-header,
.k-header.k-scheduler-footer ul.k-header li .k-link {
  color: #c7ced3;
  background-color: #fafafa;
}
.k-header.k-scheduler-footer ul.k-header li {
  background-color: #fafafa;
  border-color: #fafafa;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-gantt-toolbar .k-state-default,
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  border-color: #e6e6e6;
}
.k-group-footer td,
.k-footer-template td,
.k-fieldselector .k-item.k-header {
  color: #333;
  background-color: #f2f2f2;
}
.k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.5);
}
.k-pager-wrap {
  color: #333;
}
.k-grouping-header .k-link,
.k-grouping-header .k-link:link {
  color: #333;
}
.k-scheduler-layout .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-grid tr.k-state-selected,
.k-grid td.k-state-selected,
.k-grid td.k-state-selected.k-state-focused,
.k-marquee-color,
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td,
.k-listview > .k-state-selected,
.k-state-selected.k-line {
  background-color: #c7ced3;
}
.k-state-selected.k-line {
  color: #c7ced3;
}
.k-grid tr.k-state-selected,
.k-grid td.k-state-selected,
.k-listview > .k-state-selected,
.k-state-selected .k-progress-status {
  color: #fff;
}
.k-grid tr:hover {
  background-color: #ebebeb;
}
.k-grid .k-filter-row:hover,
.k-pivot-rowheaders .k-grid tr:hover {
  background: none;
}
.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  border-color: #aab5bd;
}
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
  background-color: #bcc4ca;
}
.k-grid-header .k-header .k-link,
.k-grid-header .k-header,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info,
.k-scheduler-header,
.k-scheduler-agendaview .k-scheduler-datecolumn {
  color: #999999;
}
.k-grid .k-header .k-grid-search {
  background: none;
  background-color: #fff;
  color: #444444;
}
.k-gantt .k-task-draghandle {
  border-color: #c7ced3;
}
.k-grid-pager .k-link,
.k-grid-pager .k-link:link {
  color: #333;
}
.k-pager-numbers .k-link,
.k-pager-wrap > .k-link {
  border-radius: 0;
}
.k-pager-numbers .k-state-selected {
  border-color: #3f51b5 transparent transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #3f51b5;
}
.k-pager-wrap .k-link {
  border-color: #fafafa;
  cursor: pointer;
}
.k-pager-wrap .k-link:hover {
  background-color: transparent;
  border-color: transparent;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link,
.k-gantt-toolbar li:first-child,
.k-gantt-toolbar li:first-child > .k-link,
.k-gantt-toolbar li:last-child,
.k-gantt-toolbar li:last-child > .k-link {
  border-radius: 0;
}
.k-grid,
.k-panelbar,
.k-notification,
.k-popup .k-textbox:focus,
.k-popup .k-autocomplete.k-state-focused,
.k-popup .k-picker-wrap.k-state-focused,
.k-popup .k-numeric-wrap.k-state-focused,
.k-popup .k-dropdown-wrap.k-state-focused,
.k-popup .k-multiselect.k-header.k-state-focused,
.k-popup .k-textbox:hover,
.k-popup .k-autocomplete.k-state-hover,
.k-popup .k-picker-wrap.k-state-hover,
.k-popup .k-numeric-wrap.k-state-hover,
.k-popup .k-dropdown-wrap.k-state-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-panelbar,
.k-panelbar .k-header,
.k-panelbar .k-content,
.k-panel > li.k-item,
.k-panelbar .k-state-selected {
  background-color: #fafafa;
}
.k-panelbar .k-grid-toolbar {
  background-color: #fff;
}
.k-panelbar > li > .k-state-hover {
  background-color: #ebebeb;
}
.k-panelbar > .k-item > .k-link,
.k-panelbar.k-header,
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  border-color: #e6e6e6;
}
.k-splitbar {
  border-color: #f5f5f5;
}
.k-splitbar.k-state-focused {
  background-color: #047bc1;
  border-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-upload {
  color: #333;
  background-color: #fff;
}
.k-upload-files .k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-task-milestone,
.k-task-summary-complete,
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  background-color: #fff;
  border-color: #fff;
}
.k-task-single {
  background-color: #ffffff;
}
.k-task-complete {
  background: #c7ced3 0 -257px none repeat-x;
}
.k-treelist .k-state-selected,
.k-treelist .k-state-selected td,
.k-treelist .k-alt.k-state-selected,
.k-treelist .k-alt.k-state-selected > td {
  background-color: #c7ced3;
  border-color: #c7ced3;
}
.k-multiselect .k-button:focus:active:not(.k-state-disabled):not([disabled]),
.k-group-indicator .k-button,
.k-group-indicator .k-button:focus:active:not(.k-state-disabled):not([disabled]),
.k-group-indicator .k-button:focus:not(.k-state-disabled):not([disabled]),
.k-gantt-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]),
.k-gantt-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-multiselect:not(.k-state-disabled) .k-button:active:hover {
  color: #333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.k-multiselect-wrap > ul > .k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-filebrowser .k-header {
  color: #333;
}
.k-treeview .k-state-selected,
.k-treeview .k-state-focused,
.k-panelbar > li > .k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-treeview .k-state-focused,
.k-panelbar > li > .k-state-focused {
  background-color: #ebebeb;
}
.k-progressbar {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.k-progressbar .k-item,
.k-progressbar .k-item.k-state-selected {
  border-color: #fff;
}
.k-progressbar .k-state-selected {
  background-color: #047bc1;
  border-color: #047bc1;
}
.k-widget.k-tooltip-validation {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-grid.k-alt {
  background-color: #fafafa;
}
.k-gantt .k-treelist .k-alt,
.k-gantt .k-header.k-nonwork-hour {
  background-color: #f2f2f2;
}
.k-list > .k-state-hover,
.k-list > .k-state-focused {
  color: #333;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-slider-track {
  background-color: #e6e6e6;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-slider-selection {
  background-color: #047bc1;
  border-color: #047bc1;
}
.k-slider .k-button,
.k-slider .k-button.k-state-hover,
.k-slider .k-button:active:hover,
.k-slider .k-button:focus,
.k-slider .k-button:active {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-draghandle,
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  border-color: #047bc1;
  background-color: #047bc1;
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
  -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
}
.k-draghandle.k-state-selected,
.k-draghandle.k-state-selected:link,
.k-draghandle.k-state-selected:hover,
.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected,
.k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
  background-color: #cccccc;
  border-color: #cccccc;
}
.k-draghandle.k-state-focused,
.k-draghandle.k-state-focused:link,
.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-focused,
.k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-edit-buttons {
  background-color: #fafafa;
}
.k-popup .k-button,
.k-popup .k-button:active:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-edit-form-container .k-button,
.k-popup .k-button,
.k-popup .k-primary:active,
.k-popup .k-primary:active:hover,
.k-edit-form-container .k-primary:active {
  color: #333;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-popup .k-primary,
.k-edit-form-container .k-primary {
  color: #c7ced3;
  background-color: #fafafa;
  border-color: #fafafa;
}
.k-split-wrapper .k-button,
.k-overflow-container .k-button,
.k-filter-menu .k-button {
  background: transparent;
  border-color: transparent;
}
.k-split-wrapper .k-button,
.k-overflow-container .k-button {
  text-transform: none;
}
.k-split-wrapper .k-button:hover,
.k-overflow-container .k-button:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-split-wrapper .k-button:focus,
.k-split-wrapper .k-button:focus:not(.k-state-disabled):not([disabled]) {
  color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-overflow-container .k-button.k-state-disabled,
.k-overflow-container .k-state-disabled > .k-button {
  color: #999999;
  border-color: transparent;
  background-color: transparent;
}
.k-overflow-container .k-button:focus {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-overflow-container .k-button.k-state-disabled:focus,
.k-overflow-container .k-state-disabled > .k-button:focus {
  color: #999999;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-overflow-container .k-separator {
  border-color: #e6e6e6;
}
.k-filter-menu .k-button {
  background: transparent;
  border-color: transparent;
}
.k-filter-menu .k-primary {
  border-left-color: #f0f0f0;
}
.k-filter-menu > div > div:last-child {
  border-color: #f0f0f0;
}
.k-popup .k-button:focus:active:not(.k-state-disabled):not([disabled]),
.k-edit-form-container .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-edit-form-container .k-scheduler-delete {
  color: #c7ced3;
}
div.k-scheduler-marquee:before,
div.k-scheduler-marquee:after {
  border-color: #c7ced3;
}
.k-popup.k-context-menu {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-drag-clue {
  color: #333;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: inset 0 0 0 1px #808080;
  -webkit-box-shadow: inset 0 0 0 1px #808080;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  color: #333;
}
.k-popup .k-item > .k-group {
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views {
    top: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    background-position: 50% 50%;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 1px 1px 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie .k-scheduler-toolbar > ul li:first-child,
  .k-edge .k-scheduler-toolbar > ul li:first-child,
  .k-safari .k-scheduler-toolbar > ul li:first-child,
  .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ff .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ie .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-edge .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-safari .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 1px 1px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: transparent;
    background-image: none;
    background-color: transparent;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
    color: #333;
    min-width: 20px;
  }
  .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ie .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-edge .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-safari .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-image: none;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-webkit .k-gantt-toolbar > ul.k-gantt-views,
  .k-ff .k-gantt-toolbar > ul.k-gantt-views,
  .k-ie .k-gantt-toolbar > ul.k-gantt-views,
  .k-edge .k-gantt-toolbar > ul.k-gantt-views,
  .k-safari .k-gantt-toolbar > ul.k-gantt-views {
    top: 0;
  }
}
.k-chart .k-mask {
  background-color: #fff;
  filter: alpha(opacity=68);
  opacity: 0.68;
}
.k-chart .k-selection {
  border-color: #e5e5e5;
}
.k-chart .k-handle {
  width: 15px;
  height: 15px;
  background-color: #3f51b5;
  border-radius: 10px;
}
.k-chart .k-left-handle {
  left: -8px;
}
.k-chart .k-right-handle {
  right: -8px;
}
.k-chart .k-handle:hover {
  background-color: #c7ced3;
  border-color: #c7ced3;
}
.k-chart .k-navigator-hint .k-tooltip {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #242424;
}
.k-chart .k-navigator-hint .k-scroll {
  background: #047bc1;
  height: 4px;
}
.k-chart-tooltip {
  background-image: none;
}
.k-map .k-marker {
  font-size: 28px;
  color: #047bc1;
}
.k-map .k-attribution {
  color: #666666;
}
.k-map .k-shadow {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.k-map .k-zoom-control {
  border-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.k-map .k-map-controls .k-button {
  box-shadow: none;
}
.k-map .k-map-controls .k-button:focus,
.k-map .k-map-controls .k-button:active,
.k-map .k-map-controls .k-button:focus:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
}
.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 2px 2px 0;
}
.k-buttons-horizontal :first-child {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 2px 2px 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #fff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #fff;
  background-image: none;
  color: #000000;
  border-color: #cccccc;
}
.k-spreadsheet-top-corner {
  border-color: #cccccc;
}
.k-spreadsheet-top-corner:after {
  border-color: transparent #cccccc #cccccc transparent;
}
.k-spreadsheet-pane {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-vaxis,
.k-spreadsheet-pane .k-spreadsheet-haxis {
  border-color: #e6e6e6;
}
.k-spreadsheet-pane .k-spreadsheet-column-header,
.k-spreadsheet-pane .k-spreadsheet-row-header {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-merged-cell {
  background-color: #fff;
}
.k-spreadsheet-pane .k-selection-partial,
.k-spreadsheet-pane .k-selection-full {
  border-color: rgba(199, 206, 211, 0.2);
  background-color: rgba(199, 206, 211, 0.2);
}
.k-spreadsheet-pane .k-filter-range {
  border-color: #c7ced3;
}
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
  border-bottom-color: #c7ced3;
}
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
  border-right-color: #c7ced3;
}
.k-auto-fill,
.k-spreadsheet-selection {
  border-color: #c7ced3;
  box-shadow: inset 0 0 0 1px #c7ced3;
}
.k-auto-fill-wrapper .k-tooltip {
  background: #fff;
}
.k-spreadsheet-selection {
  background-color: rgba(199, 206, 211, 0.2);
}
.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #c7ced3;
  background-color: #fff;
}
.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #c7ced3, inset -1px 0 0 1px #c7ced3;
}
.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #c7ced3, inset 0 -1px 0 1px #c7ced3;
}
.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #c7ced3, inset -1px -1px 0 1px #c7ced3;
}
.k-spreadsheet-active-cell.k-single {
  color: #444444;
  background-color: #fff;
}
.k-spreadsheet .k-spreadsheet-action-bar {
  background-color: #fff;
  border-color: #e6e6e6;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  border-color: #cccccc;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  border-color: #cccccc;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #fff;
  color: #444444;
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #c7ced3;
}
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #c7ced3;
}
.k-spreadsheet .k-single-selection::after {
  background-color: #c7ced3;
  border-color: #fff;
}
.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}
.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(199, 206, 211, 0.5);
}
.k-spreadsheet .k-spreadsheet-cell-comment {
  color: #ffffff;
  background-color: rgba(100, 100, 100, 0.9);
  border-color: rgba(100, 100, 100, 0.9);
}
.k-spreadsheet .k-spreadsheet-has-comment:after {
  border-color: #c7ced3 #c7ced3 transparent transparent;
}
.k-spreadsheet .k-dirty {
  border-color: #ff3448 transparent transparent #ff3448;
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #e6e6e6;
}
.k-spreadsheet-filter {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.k-spreadsheet-filter.k-state-active {
  color: #3f51b5;
  background-color: #c7ced3;
}
.k-spreadsheet-filter:hover {
  color: #444444;
  background: #ebebeb;
  border-color: #d7d7d7;
}
.k-action-window .k-action-buttons {
  border-color: #e6e6e6;
  background: #fff;
}
.k-spreadsheet-sample {
  color: #919191;
}
.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}
.k-spreadsheet-window .k-list {
  border-color: #e6e6e6;
  border-radius: 2px;
}
.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button:not(.k-toggle-button) {
  border-radius: 2px;
}
.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
  border-radius: 2px;
}
.k-spreadsheet-toolbar > .k-separator {
  border-color: #e6e6e6;
}
.k-spreadsheet-toolbar .k-overflow-anchor {
  border-radius: 0;
}
.k-spreadsheet-popup {
  border-radius: 2px;
}
.k-spreadsheet-popup .k-separator {
  background-color: #e6e6e6;
}
.k-spreadsheet-popup .k-button {
  background-color: transparent;
}
.k-spreadsheet-popup .k-button:hover {
  background-color: #ebebeb;
}
.k-spreadsheet-popup .k-state-active {
  background-color: #c7ced3;
  color: #ffffff;
}
.k-spreadsheet-popup .k-state-active:hover {
  background-color: #aab5bd;
}
.k-spreadsheet-filter-menu .k-details {
  border-color: #e6e6e6;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #fff;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 2px 0 0 2px;
}
.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-series-a {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.15);
}
.k-series-b {
  border-color: #03a9f4;
  background-color: rgba(3, 169, 244, 0.15);
}
.k-series-c {
  border-color: #4caf50;
  background-color: rgba(76, 175, 80, 0.15);
}
.k-series-d {
  border-color: #f9ce1d;
  background-color: rgba(249, 206, 29, 0.15);
}
.k-series-e {
  border-color: #ff9800;
  background-color: rgba(255, 152, 0, 0.15);
}
.k-series-f {
  border-color: #ff5722;
  background-color: rgba(255, 87, 34, 0.15);
}
.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #cc2222;
}
.k-spreadsheet-formula-list .k-state-focused {
  background-color: #c7ced3;
  color: #3f51b5;
}
.k-spreadsheet-insert-image-dialog {
  border-color: #e6e6e6;
  border-radius: 2px;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
  color: #fff;
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #c7ced3;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #fff;
  background-color: #c7ced3;
  border-radius: 50%;
}
.k-spreadsheet-drawing-anchor-cell {
  background: rgba(199, 206, 211, 0.2);
}
.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #c7ced3 transparent transparent #c7ced3;
}
.k-rtl .k-spreadsheet .k-dirty {
  border-color: #ff3448 #ff3448 transparent transparent;
}
.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button,
.k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
  box-shadow: none;
  color: #ffffff;
  border-radius: 0;
  line-height: 2.6em;
  height: calc(3.1em + 2px);
  width: 3em;
}
.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button:hover,
.k-spreadsheet .k-spreadsheet-sheets-bar .k-button:hover {
  background-color: #03629a;
  border-color: #03629a;
}
.k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
  right: 0;
  bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 2.2em;
}
.k-spreadsheet .k-spreadsheet-sheets-remove {
  margin: 0 0 0 -1em;
}
.k-spreadsheet-sheets-items .k-state-default .k-link,
.k-spreadsheet-tabstrip .k-state-default .k-link {
  color: #82bde0;
}
.k-spreadsheet-sheets-items .k-item.k-state-hover,
.k-spreadsheet-tabstrip .k-item.k-state-hover,
.k-spreadsheet-sheets-items .k-item.k-state-active,
.k-spreadsheet-tabstrip .k-item.k-state-active,
.k-spreadsheet-sheets-items .k-item.k-state-focused,
.k-spreadsheet-tabstrip .k-item.k-state-focused {
  background-color: transparent;
}
.k-spreadsheet-sheets-items .k-item.k-state-hover .k-link,
.k-spreadsheet-tabstrip .k-item.k-state-hover .k-link,
.k-spreadsheet-sheets-items .k-item.k-state-active .k-link,
.k-spreadsheet-tabstrip .k-item.k-state-active .k-link,
.k-spreadsheet-sheets-items .k-item.k-state-focused .k-link,
.k-spreadsheet-tabstrip .k-item.k-state-focused .k-link {
  color: #ffffff;
}
.k-spreadsheet-sheets-items .k-state-active .k-link,
.k-spreadsheet-tabstrip .k-state-active .k-link {
  color: #ffffff;
}
.k-dialog .k-content {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k-dialog.k-dialog-titleless .k-content {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.k-dialog .k-window-titlebar {
  border-width: 0;
  color: #444444;
}
.k-dialog > .k-header {
  background: none;
}
.k-dialog.k-alert .k-window-titlebar,
.k-dialog.k-confirm .k-window-titlebar,
.k-dialog.k-prompt .k-window-titlebar {
  border-bottom: none;
}
.k-dialog.k-alert .k-window-titlebar .k-dialog-title,
.k-dialog.k-confirm .k-window-titlebar .k-dialog-title,
.k-dialog.k-prompt .k-window-titlebar .k-dialog-title {
  color: #444444;
}
.k-dialog a.k-dialog-action.k-dialog-close.k-button.k-bare:before {
  content: normal;
}
.k-dialog .k-dialog-buttongroup .k-button {
  box-shadow: none;
}
.k-dialog .k-dialog-buttongroup .k-button:active,
.k-dialog .k-dialog-buttongroup .k-button:focus,
.k-dialog .k-dialog-buttongroup .k-button:focus:active {
  box-shadow: none;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  padding: 15px 15px;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  border-top: solid 1px #e6e6e6;
  background: #fafafa;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  background: none;
  border: none;
  margin: 0;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button.k-primary {
  color: #c7ced3;
}
.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched {
  flex-direction: column;
}
.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  flex: 0 0 auto;
  padding: 7.5px 7.5px;
}
.k-dialog.k-window-md .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  padding: 10.5px 10.5px;
}
.k-rtl .k-grid-header .k-header:first-child,
.k-rtl .k-filter-row th:first-child,
.k-rtl .k-grid tbody td:first-child,
.k-rtl .k-grid tfoot td:first-child {
  border-left-width: 0;
}
.k-rtl .k-dialog a.k-dialog-action.k-dialog-close {
  left: 0;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-bottom-right-radius: 2px;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-bottom-left-radius: 2px;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  text-align: left;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  margin-left: 0;
  margin-right: 0.5em;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child {
  margin-right: 0;
}
.k-numeric-wrap .k-i-warning {
  color: #ff3448;
  position: absolute;
  top: 0;
  right: 2.2em;
  width: 2.2em;
}
.k-numeric-wrap.k-state-invalid {
  border-color: #ff3448;
}
.k-numeric-wrap.k-state-invalid input {
  color: #ff3448;
}
.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning {
  right: auto;
  left: 1.9em;
}
.k-maskedtextbox.k-state-invalid .k-textbox {
  border-color: #ff3448;
  color: #ff3448;
}
.k-maskedtextbox.k-state-invalid .k-i-warning {
  color: #ff3448;
}
.k-dateinput.k-state-invalid .k-textbox {
  color: #ff3448;
  border-color: #ff3448;
}
.k-dateinput.k-state-invalid .k-i-warning {
  margin-left: 0;
  margin-right: 0.7em;
  color: #ff3448;
}
.k-rtl .k-dateinput .k-i-warning {
  margin-right: 0;
  margin-left: 0.7em;
}
.k-datepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  border-color: #ff3448;
}
.k-datepicker .k-picker-wrap.k-state-invalid .k-input,
.k-timepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #ff3448;
}
.k-datepicker .k-picker-wrap .k-i-warning,
.k-timepicker .k-picker-wrap .k-i-warning {
  color: #ff3448;
  margin-left: 0;
  margin-right: 2.8em;
}
.k-rtl .k-datepicker .k-picker-wrap .k-i-warning,
.k-rtl .k-timepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.8em;
}
.k-datetimepicker .k-picker-wrap.k-state-invalid {
  border-color: #ff3448;
}
.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #ff3448;
}
.k-datetimepicker .k-picker-wrap .k-i-warning {
  color: #ff3448;
  margin-left: 0;
  margin-right: 5.6em;
}
.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning {
  margin-right: 0;
  margin-left: 5.6em;
}
.k-listbox .k-list-scroller {
  border-color: #e6e6e6;
  background-color: #fff;
}
.k-listbox .k-item:hover:not(.k-state-disabled),
.k-listbox .k-item.k-state-selected {
  background-color: #ebebeb;
  border-color: transparent;
}
.k-listbox .k-button.k-state-disabled:hover .k-icon {
  opacity: .7;
}
.k-listbox .k-drop-hint {
  height: 0;
  border-top: 1px solid #047bc1;
}
.k-item.k-state-selected.k-drag-clue {
  border-color: transparent;
  background-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #3f51b5;
  opacity: 1;
  margin-bottom: -1px;
}
.k-menu-scroll-button {
  border-width: 0;
  box-shadow: none;
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-menu-scroll-wrapper.horizontal .k-scroll-left {
  border-right-width: 1px;
}
.k-menu-scroll-wrapper.horizontal .k-scroll-right {
  border-left-width: 1px;
}
.k-menu-scroll-wrapper.vertical .k-scroll-up {
  border-bottom-width: 1px;
}
.k-menu-scroll-wrapper.vertical .k-scroll-down {
  border-top-width: 1px;
}
.k-toolbar {
  color: #444444;
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.k-toolbar .k-button {
  border-radius: 0;
}
.k-toolbar .k-button-group,
.k-toolbar .k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-toolbar .k-overflow-anchor {
  border-color: #e6e6e6;
  border-left-color: transparent;
}
.k-toolbar .k-overflow-anchor:hover {
  border-color: #e6e6e6;
}
.k-toolbar .k-overflow-anchor:active,
.k-toolbar .k-overflow-anchor.k-state-border-down {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.k-toolbar .k-split-button:focus {
  box-shadow: none;
  background: #ebebeb;
}
.k-toolbar .k-split-button:focus .k-split-button-arrow {
  border-left-color: #dbdbdb;
}
.k-mediaplayer-toolbar {
  background: rgba(250, 250, 250, 0.85);
}
.k-editor .k-tool {
  color: inherit;
}
.k-tool {
  border-color: transparent;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #cccccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: #fff;
  }
}
.k-editor-toolbar {
  color: #333;
}
table.k-editor {
  border-color: #e6e6e6;
}
.k-editor.k-header,
.editorToolbarWindow.k-header,
.k-filebrowser .k-header {
  color: #444444;
  background-color: #f2f2f2;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-editor-toolbar .k-tool,
.k-group-start.k-group-end.k-tool {
  border-color: #f2f2f2;
}
.k-editor-toolbar .k-dropdown {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-editor-toolbar .k-dropdown-wrap.k-state-default,
.k-toolbar .k-dropdown-wrap.k-state-default,
.k-toolbar .k-picker-wrap {
  border-color: #f2f2f2;
}
.k-editor-toolbar .k-tool.k-state-hover,
.k-toolbar .k-tool.k-state-hover,
.k-editor-toolbar .k-dropdown-wrap.k-state-hover,
.k-toolbar .k-dropdown-wrap.k-state-hover,
.k-editor-toolbar .k-tool.k-state-selected,
.k-toolbar .k-tool.k-state-selected,
.k-editor-toolbar .k-button-group .k-button.k-state-active,
.k-toolbar .k-button-group .k-button.k-state-active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-editor .k-tool:hover,
.k-editor .k-tool.k-state-hover {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-editor .k-tool:active,
.k-editor .k-tool.k-state-selected {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.k-dropdowngrid-popup {
  border-color: #e6e6e6;
  color: #333;
  background-color: #fff;
}
.k-dropdowngrid-popup .k-header {
  background: linear-gradient("webkit", false);
  background: linear-gradient("blink", false);
  background: linear-gradient("moz", false);
  background: linear-gradient("o", false);
  background: linear-gradient("ms", false);
  border-color: #e6e6e6;
  color: #999999;
  background-color: #fafafa;
}
.k-dropdowngrid-popup .k-group-header {
  border-color: #e6e6e6;
  color: #999999;
  background-color: #fafafa;
}
.k-dropdowngrid-popup .k-cell {
  border-color: #e6e6e6;
}
.k-dropdowngrid-popup .k-item:nth-child(2n) {
  background-color: #f2f2f2;
}
.k-dropdowngrid-popup .k-footer {
  border-color: #e6e6e6;
  color: #999999;
  background-color: #fafafa;
}
.k-dropdowngrid-popup .k-item.k-state-hover {
  background: linear-gradient("webkit", false);
  background: linear-gradient("blink", false);
  background: linear-gradient("moz", false);
  background: linear-gradient("o", false);
  background: linear-gradient("ms", false);
  border-color: #e6e6e6;
  color: #333;
  background-color: #ebebeb;
}
.k-dropdowngrid-popup .k-item.k-state-selected {
  background: linear-gradient("webkit", false);
  background: linear-gradient("blink", false);
  background: linear-gradient("moz", false);
  background: linear-gradient("o", false);
  background: linear-gradient("ms", false);
  border-color: #e6e6e6;
  color: #fff;
  background-color: #c7ced3;
}
.k-dropdowngrid-popup .k-group-cell span {
  background-color: #333;
  color: #fff;
}
.k-grid-list > .k-item.k-last > .k-cell,
.k-grid-list > .k-item.k-last > .k-group-cell,
.k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: #333;
}
.k-calendar .k-header,
.k-calendar .k-footer {
  text-transform: uppercase;
}
/** 
 * Kendo UI v2020.1.114 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Common Platform CSS */
@-ms-viewport {
  width: device-width;
  user-zoom: fixed;
  max-zoom: 1;
  min-zoom: 1;
}
@media (orientation: landscape) {
  .km-tablet .km-on-ios.km-horizontal.km-web:not(.km-ios-chrome) {
    position: fixed;
    bottom: 0;
  }
}
.km-root {
  font-size: .92em;
}
.km-root a {
  color: inherit;
}
.km-tablet {
  font-size: 1em;
}
.km-root *:focus {
  outline-width: 0;
}
.km-root,
.km-pane,
.km-pane-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
.km-pane-wrapper {
  position: absolute;
}
.km-pane,
.km-shim {
  font-family: sans-serif;
}
.km-pane {
  overflow-x: hidden;
  position: relative;
}
.km-vertical .km-collapsible-pane {
  position: absolute;
  z-index: 2 !important;
  -webkit-transition: -webkit-transform 350ms ease-out;
  -ms-transition: -ms-transform 350ms ease-out;
  -o-transition: -o-transform 350ms ease-out;
  transition: transform 350ms ease-out;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-vertical .km-expanded-splitview .km-collapsible-pane {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.km-expanded-pane-shim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.km-expanded-splitview .km-expanded-pane-shim {
  display: block;
  z-index: 1;
}
.km-root > * {
  margin: 0;
  padding: 0;
}
.km-root * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.km-content {
  display: block;
}
.km-view,
.km-split-content {
  top: 0;
  left: 0;
  position: absolute;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  vertical-align: top;
}
.k-ff .km-view,
.k-ff .km-pane {
  overflow: hidden;
}
.k-ff18 .km-view,
.k-ff18 .km-pane,
.k-ff19 .km-view,
.k-ff19 .km-pane,
.k-ff20 .km-view,
.k-ff20 .km-pane,
.k-ff21 .km-view,
.k-ff21 .km-pane {
  position: relative;
}
.k-ff .km-view {
  display: -moz-inline-box;
  display: inline-flex;
}
.km-content {
  min-height: 1px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-align: stretch;
  width: auto;
  overflow: hidden;
  position: relative;
}
.km-content p,
.km-content h1,
.km-content h2,
.km-content h3,
.km-content h4,
.km-content h5,
.km-content h6 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.km-header,
.km-footer {
  display: block;
  display: -moz-box;
  -moz-box-orient: vertical;
  width: 100%;
}
.km-header {
  padding: 0;
}
.km-footer {
  background: #1a1a1a;
}
[data-role="layout"] {
  display: none;
}
/**
 * The angular tags will be converted to div kendo-mobile-view
 *
 */
[data-role="view"],
[data-role="drawer"],
kendo-mobile-view,
kendo-mobile-split-view,
kendo-mobile-drawer {
  visibility: hidden;
}
.km-view {
  visibility: visible;
}
.km-header,
.km-footer {
  position: relative;
  z-index: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .km-view {
    display: table;
  }
  .km-header,
  .km-footer,
  .km-content {
    display: table-row;
  }
  .km-header,
  .km-footer {
    height: 1px;
  }
}
.km-root .k-toolbar,
.km-navbar,
.km-button,
.km-buttongroup,
.km-tabstrip,
.km-blackberry li.km-actionsheet-cancel > a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-origin: border-box;
  position: relative;
  display: inline-block;
  padding: .4em .7em;
  margin: .1rem;
  overflow: visible;
  text-decoration: none;
}
.km-tabstrip,
.km-root .k-toolbar,
.km-navbar {
  display: block;
  padding: .8em;
  margin: 0;
  width: 100%;
  border-width: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}
.km-default-content {
  padding: 1em;
}
.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-root .km-shim {
  position: absolute;
}
.km-shim:before {
  content: "\a0";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.km-shim .k-animation-container {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  width: auto;
}
/* Loader */
.km-loader {
  top: 50%;
  left: 50%;
  width: 180px;
  height: 130px;
  z-index: 100000;
  padding: 30px 30px;
  position: absolute;
  margin-top: -70px;
  margin-left: -90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.km-loader h1 {
  font-size: 1rem;
  color: white;
  text-align: center;
  vertical-align: middle;
}
.km-loader .km-loading,
.km-load-more .km-icon,
.km-scroller-refresh .km-icon {
  animation: km-spin 1s infinite linear;
  -webkit-animation: km-spin 1s infinite linear;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
}
.km-loader .km-loading:after,
.km-load-more .km-icon:after {
  color: #ccc;
}
.km-loading-left,
.km-loading-right {
  display: none;
}
@-webkit-keyframes km-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes km-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes km-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes km-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin1 {
  from {
    -webkit-transform: rotate(-135deg);
  }
  to {
    -webkit-transform: rotate(225deg);
  }
}
@-moz-keyframes km-ios-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes km-ios-spin1 {
  from {
    -moz-transform: rotate(-135deg);
  }
  to {
    -moz-transform: rotate(225deg);
  }
}
@keyframes km-ios-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes km-ios-spin1 {
  from {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(225deg);
  }
}
/* Stretched View */
.km-stretched-view {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.km-stretched-view > * {
  width: 100%;
}
.km-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 100000;
}
.km-root.km-native-scrolling,
.km-root.km-native-scrolling .km-view,
.km-root.km-native-scrolling .km-splitview .km-pane {
  min-height: 100%;
  height: auto;
  -webkit-transform: none;
  overflow-x: visible;
}
.km-native-scrolling,
.km-native-scrolling .km-pane,
.km-native-scrolling .km-view {
  -ms-touch-action: auto;
}
.km-native-scrolling .km-pane,
.km-native-scrolling .km-view {
  display: block;
}
.km-native-scrolling .km-content {
  -ms-flex: auto;
}
.km-native-scrolling .km-blackberry .km-content {
  min-height: auto;
}
/* Restore position:absolute during animation */
.km-native-scrolling .km-splitview {
  position: absolute;
}
.km-native-scrolling .km-header {
  position: fixed;
  top: 0;
}
.km-native-scrolling .km-android .km-header {
  top: auto;
  bottom: 0;
}
.km-native-scrolling .km-footer {
  position: fixed;
  bottom: 0;
}
.km-native-scrolling .km-android .km-footer {
  top: 0;
  bottom: auto;
}
.km-native-scrolling .km-badge {
  z-index: auto;
}
.km-native-scrolling .km-splitview .km-header,
.km-native-scrolling .km-splitview .km-footer,
.km-native-scrolling .km-popup.km-pane .km-header,
.km-native-scrolling .km-popup.km-pane .km-footer {
  position: absolute;
}
.km-native-scrolling .km-modalview .km-header,
.km-native-scrolling .km-modalview .km-footer {
  position: relative;
}
.km-native-scrolling .km-content {
  width: 100%;
}
.km-native-scrolling .km-shim,
.km-native-scrolling .km-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto !important;
}
.km-native-scrolling .km-drawer {
  position: fixed;
  top: 0;
  height: 100% !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
.km-native-scrolling > .km-pane > .km-loader {
  position: fixed;
  top: 50%;
  margin-top: -2em;
}
.km-native-scrolling .km-header,
.km-native-scrolling .km-footer {
  z-index: 2;
}
/* Disabled states */
.km-state-disabled {
  opacity: 0.5;
}
.km-badge,
.km-detail {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 2em;
  font-size: .6rem;
  text-shadow: none;
}
.km-badge {
  top: -1em;
  right: -1em;
  line-height: 2em;
  margin-left: .5em;
  min-width: .9em;
  padding: 0 .55em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.km-tabstrip .km-badge {
  top: -0.2em;
  right: auto;
  margin-left: -1em;
}
/* DetailButtons */
.km-detail {
  position: absolute;
  float: right;
  right: .8rem;
  top: 50%;
  margin-top: -0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-widget .km-detaildisclose {
  font-size: .8em;
}
.k-ff .km-detail {
  width: 1rem;
  height: 1rem;
}
.km-detail .km-text {
  display: none;
}
.km-widget .km-rowinsert:after,
.km-widget .km-rowdelete:after,
.km-widget .km-contactadd:after,
.km-widget .km-detaildisclose:after,
.km-widget .km-rowinsert:before,
.km-widget .km-rowdelete:before,
.km-widget .km-contactadd:before,
.km-widget .km-detaildisclose:before,
.km-detail .km-icon {
  left: .15em;
  top: .15em;
  line-height: 1em;
  font-size: 1em;
  position: absolute;
}
.km-widget .km-detaildisclose:after {
  left: .1em;
  top: .25em;
  text-align: center;
  font-weight: bold;
}
/* Buttons */
.km-button {
  cursor: pointer;
  outline: 0;
  text-align: center;
}
button.km-button {
  display: inline-block;
  font: inherit;
}
.km-button:hover {
  text-decoration: none;
}
.km-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.km-ios .km-state-disabled .km-button,
.km-android .km-state-disabled .km-button,
.km-blackberry .km-state-disabled .km-button,
.km-meego .km-state-disabled .km-button {
  color: #aaa;
  text-shadow: none;
}
.km-root .km-pane .k-button:focus,
.km-root .km-pane .k-button:active,
.km-root .km-pane .k-button:focus:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-buttongroup {
  padding: .4rem .7rem;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
  margin: .5em auto;
}
.km-widget.km-buttongroup {
  padding: 0;
  border-color: transparent;
  background: none;
  white-space: nowrap;
  display: table;
}
.km-buttongroup > .km-button {
  display: table-cell;
}
.km-widget.km-buttongroup .km-button {
  margin: 0;
  border-width: 1px 0 1px 1px;
  padding: .48em .9em .44em;
}
.km-tablet .km-buttongroup .km-button {
  padding: .4em .8em .34em;
}
.km-widget.km-navbar .km-buttongroup {
  font-size: .95rem;
  line-height: 1em;
  margin: 0 0 .2em;
  display: inline-block;
  height: 1.5em;
  top: -2px;
}
.k-toolbar .km-buttongroup {
  margin: 0;
  display: inline-block;
}
.km-tablet .km-navbar .km-buttongroup {
  top: -1px;
}
.km-widget.km-navbar .km-buttongroup > .km-button {
  font-size: 1em;
  min-width: 4rem;
  text-align: center;
}
.km-tablet .km-navbar .km-buttongroup > .km-button {
  min-width: 6rem;
}
.km-view .km-buttongroup .km-button:last-child {
  border-right-width: 1px;
}
.km-ios .km-buttongroup .km-button {
  font-size: 1.2em;
  font-weight: bold;
}
.km-hide-title {
  display: none;
}
.km-show-title:after {
  display: block;
  content: "\a0";
  height: 0;
}
.km-fill-title:after {
  height: auto;
}
.km-footer .km-show-title:after {
  display: inline-block;
}
.km-view-title,
.km-dialog-title {
  position: relative;
  visibility: visible;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.3em;
  margin-left: auto;
  margin-right: auto;
}
.km-horizontal .km-view-title {
  line-height: 2em;
}
.km-root .k-toolbar,
.km-navbar {
  padding: 0;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: block;
  border-width: 0 0 1px 0;
  background-color: #fff;
}
.k-ff.km-root .k-toolbar,
.k-ff .km-navbar {
  overflow: visible;
}
.km-navbar .km-button {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.km-navbar .km-no-title {
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.km-horizontal .km-navbar .km-button {
  margin-top: .3rem;
  margin-bottom: .3rem;
}
.km-horizontal .km-navbar .km-no-title {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.km-tablet.km-root .km-no-title {
  padding-top: .55rem;
  padding-bottom: .55rem;
}
.km-tablet .km-navbar .km-button {
  margin-top: .45rem;
  margin-bottom: .45rem;
}
.km-root .km-pane .km-navbar .km-no-title {
  visibility: visible;
  line-height: 0;
}
/* Navbar */
.km-on-ios.km-black-translucent-status-bar.km-app .km-header .km-navbar {
  padding-top: 1.4em;
  background-clip: border-box;
}
.km-on-ios.km-ios5.km-cordova .km-header .km-navbar,
.km-on-ios.km-ios6.km-cordova .km-header .km-navbar {
  padding-top: 0;
}
.km-leftitem,
.km-rightitem {
  z-index: 1;
  position: absolute;
  right: .5em;
}
.km-popup .km-rightitem {
  right: 0;
}
.km-leftitem {
  left: .5em;
  right: auto;
}
.km-popup .km-leftitem {
  left: 0;
}
/* Center left/right item contents */
.km-leftitem,
.km-rightitem {
  height: 100%;
}
.km-on-ios.km-black-translucent-status-bar.km-app .km-leftitem,
.km-on-ios.km-black-translucent-status-bar.km-app .km-rightitem {
  height: auto;
}
.km-leftitem > *,
.km-rightitem > * {
  display: inline-block;
  vertical-align: middle;
}
.km-leftitem:before,
.km-rightitem:before {
  content: "\a0";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.km-tabstrip {
  padding: .4rem .7rem;
}
.km-horizontal .km-tabstrip {
  padding: .2rem .7rem;
}
.km-tabstrip {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  flex-align: start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: start;
  padding: 0;
  text-align: center;
  word-spacing: -1em;
}
.km-tabstrip .km-button {
  word-spacing: normal;
  box-shadow: none;
  -webkit-box-shadow: none;
  vertical-align: bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .km-tabstrip {
    word-spacing: normal;
    width: 100%;
  }
}
.km-tabstrip .km-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #a8a8a8;
  padding: .4em .8em;
  border-width: 0;
  border-color: transparent;
  background: none;
  margin: 0;
  text-align: center;
}
.km-tabstrip .km-button:first-child {
  border-left: 0;
}
.km-tabstrip .km-button:last-child {
  border-right: 0;
}
.km-switch input[type=checkbox] {
  display: none;
}
.km-switch,
.km-checkbox {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  width: 6.4rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
}
.km-switch-wrapper,
.km-slider-wrapper {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.km-switch-background,
.km-slider-background {
  display: block;
  margin: 0 1px 1px -5em;
  height: 100%;
  width: 200%;
}
.km-switch-container {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-checkbox {
  width: 1.8rem;
  height: 1.8rem;
}
.km-checkbox-checked:after {
  content: "\a0";
  display: block;
  width: 100%;
  height: 100%;
}
.km-switch-handle {
  top: 0;
  left: 0;
  width: 2.72em;
  height: 100%;
  display: inline-block;
  margin: -1px 0 0 -1px;
  background-color: #000;
}
.km-switch-label-on,
.km-switch-label-off {
  display: block;
  width: 130%;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}
.km-switch-label-off {
  left: 104%;
}
.km-switch-label-on {
  left: -134%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.km-list .km-switch {
  position: absolute;
  top: 50%;
  right: .8rem;
  margin-top: -1rem;
}
.km-listview-link:after {
  width: .5rem;
  height: .5rem;
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.2rem;
  border-style: solid;
  border-width: .24rem .24rem 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.km-listview-wrapper > ul:not(.km-listview) {
  margin: 0 auto;
}
.km-list,
.km-listview {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.km-listinset,
.km-listgroupinset {
  margin: 1em;
}
.k-ff .km-listinset:after,
.k-ff .km-listgroupinset:after {
  display: block;
  height: 0;
  content: "\a0";
}
.km-listinset,
.km-listgroupinset .km-list {
  overflow: hidden;
}
.km-listview .km-switch {
  margin-top: -0.95rem;
  position: absolute;
  right: .8rem;
  top: 50%;
}
.km-listview .km-list {
  text-indent: 0;
}
.km-list > li,
.km-widget .km-listview-link,
.km-widget .km-listview-label {
  margin: 0;
  display: block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}
.km-list > li {
  line-height: 1.6em;
  overflow: hidden;
}
.km-virtual-list {
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0);
}
.km-virtual-list > li {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
}
.km-widget.km-list .km-load-more,
.km-widget .km-list .km-load-more {
  border-bottom: 0;
}
.km-list > li > * {
  line-height: normal;
}
.km-group-title {
  display: block;
  font-weight: bold;
  padding: .2em 0;
  text-indent: .8em;
}
.km-listgroupinset .km-group-title {
  margin-top: .65em;
  line-height: 2em;
}
.km-list:not(.km-virtual-list) > li:first-child {
  border-top-width: 0;
}
.km-list:not(.km-virtual-list) > li:last-child {
  border-bottom-width: 0;
}
.km-widget .km-listview-link,
.km-widget .km-listview-label {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em -0.7em;
}
.km-listview-link:after,
.km-listview-label:after {
  border-color: #777;
  content: "\a0";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.32rem;
}
/* Filtering */
.km-filter-form {
  width: 100%;
  padding: .5em 0;
  border: 1px solid transparent;
  border-width: 1px 0;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.km-filter-wrap {
  position: relative;
  margin: 0 .7em;
  padding: .2em .4em;
  border: 1px solid transparent;
}
.km-widget .km-filter-wrap:before {
  display: inline-block;
  vertical-align: middle;
  content: "\e0e9";
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  margin-right: -1em;
  color: inherit;
}
.km-tablet .km-filter-wrap {
  max-width: 24em;
  margin: 0 auto;
}
.km-filter-wrap > input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.km-filter-wrap input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  padding: 0 1.4em;
}
.km-filter-reset {
  display: inline-block;
  margin-left: -1.6em;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  height: 100%;
}
.km-filter-reset .km-clear {
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  display: block;
}
.km-filter-reset > .km-text {
  position: absolute;
  top: -3333px;
  left: -3333px;
}
/* Load more */
.km-load-more {
  display: block;
  padding: .3em 0 1.2em;
  height: 3.2em;
  text-align: center;
}
.km-scrollview {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.km-scrollview > div > * {
  -webkit-transform: translatez(0);
}
.km-scrollview > div > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}
.km-scrollview .km-virtual-page {
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.k-ff18 .km-scrollview > div,
.k-ff19 .km-scrollview > div,
.k-ff20 .km-scrollview > div,
.k-ff21 .km-scrollview > div {
  width: 0;
}
.km-pages {
  text-align: center;
  margin: 0;
  padding: .6em 0 0;
  height: 1.5em;
}
.km-pages li {
  display: inline-block;
  width: .5em;
  height: .55em;
  margin: 0 .3em;
}
/* Forms and icons */
.km-item label:before,
.km-item label.km-item-checked:after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: .6em;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}
/* Slider */
.km-widget .k-slider {
  line-height: .6em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.km-widget .k-slider-horizontal {
  width: 50%;
  height: .6em;
  line-height: .6em;
}
.km-list .k-slider {
  position: absolute;
  right: 0;
  margin-top: -0.5em;
  top: 50%;
}
.km-root .k-slider-track {
  left: 1em !important;
  right: 1em;
  height: 100%;
  display: block;
  position: absolute;
  border: .5em solid transparent;
  border-width: .5em 0;
}
.km-widget .k-slider-horizontal .k-slider-track {
  width: auto !important;
}
.km-widget .k-slider .k-slider-track {
  background-clip: padding-box;
}
.km-widget .k-slider-track,
.km-widget .k-slider-selection {
  margin-top: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.km-widget .k-slider-horizontal .k-slider-selection {
  top: 0;
  height: 100%;
}
.km-widget .k-slider-items {
  margin: 0;
}
.km-widget .k-slider .k-draghandle {
  text-indent: -3333px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
}
.km-widget .k-slider-tooltip {
  display: none;
}
/* Dialog */
.km-dialog {
  position: absolute;
  min-width: 19em;
  max-width: 25em;
  overflow: hidden;
}
.km-dialog-title {
  position: static;
  float: none;
  height: 2.6em;
  margin-top: -2.6em;
  font-size: 1.22em;
  line-height: 3em;
}
.km-dialog:before {
  content: "\a0";
  display: block;
  overflow: visible;
  width: 100%;
  height: 3em;
  opacity: .2;
}
.km-dialog-content {
  font-weight: normal;
  min-height: 2em;
  text-align: center;
}
.km-dialog .km-button {
  display: block;
  margin: .4em;
  font-size: 1.3em;
  text-align: center;
  padding: .44em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Form elements */
.km-list input[type=text]:not(.k-input),
.km-list input[type=password],
.km-list input[type=search],
.km-list input[type=number],
.km-list input[type=tel],
.km-list input[type=url],
.km-list input[type=email],
.km-list input[type=file],
.km-list input[type=month],
.km-list input[type=color],
.km-list input[type=week],
.km-list input[type=date],
.km-list input[type=time],
.km-list input[type=datetime],
.km-list input[type=datetime-local],
.km-list select:not([multiple]),
.km-list .k-dropdown,
.km-list textarea {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  line-height: normal;
  z-index: 1;
  right: 0;
  margin-top: -1em;
}
.km-widget .k-slider .k-tick,
.km-widget .k-slider .k-label,
.km-widget .k-slider .k-button {
  display: none;
}
.km-list textarea {
  position: relative;
  width: -webkit-calc(50% + .7em);
  width: -moz-calc(50% + .7em);
  width: calc(50% + .7em);
  margin-right: -0.7em;
}
.km-list input,
.km-list select,
.km-list textarea,
.km-list input[type=checkbox],
.km-list input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.km-list input[type=checkbox],
.km-list input[type=radio] {
  position: absolute;
  top: 50%;
  right: .7em;
  margin-top: -0.5em;
  background: none;
}
.km-widget input,
.km-widget textarea {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.km-widget input[readonly],
.km-widget input[type=image],
.km-widget select:not([multiple]) {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.km-list textarea {
  top: 0;
}
.km-list .k-dropdown {
  line-height: 1.4em;
}
.km-list .k-dropdown,
.km-list .k-dropdown .k-input {
  background-color: transparent;
}
.km-list .k-dropdown-wrap {
  display: inline-block;
}
.km-list .km-listview-label:after,
.km-list input ~ .km-listview-link:after,
.km-list textarea ~ .km-listview-link:after,
.km-list select ~ .km-listview-link:after,
.km-list .k-dropdown ~ .km-listview-link:after {
  display: none;
}
.km-list .k-dropdown select,
.km-list .k-dropdown .k-select {
  display: none;
}
.km-widget .km-list textarea {
  position: relative;
  float: right;
  margin-top: 0;
  font-family: inherit;
}
/* Checkboxes and Radios */
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox] {
  border: 0;
  font-size: inherit;
  width: 1em;
  height: .9em;
}
/* PopUp + ActionSheet */
.km-root .km-popup .k-item,
.km-widget.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  border-bottom: 1px solid #555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-widget.km-actionsheet > li {
  line-height: 2em;
  border-bottom: 0;
}
.km-widget.km-actionsheet > li > a {
  line-height: 1.5em;
  text-align: left;
  background: transparent;
}
.km-root .km-popup .k-list,
.km-widget.km-actionsheet {
  padding: 0;
  margin: 0;
}
.km-root .km-popup .k-item:last-child,
.km-widget.km-actionsheet > li:last-child {
  border: 0;
}
.km-widget.km-actionsheet-wrapper {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.km-actionsheet-root.km-shim .k-animation-container {
  width: 100% !important;
  height: 100% !important;
}
.km-tablet .km-pane div.km-actionsheet-phone {
  background: transparent;
}
.km-tablet .km-actionsheet-phone li.km-actionsheet-title,
.km-tablet div.km-actionsheet-phone li.km-actionsheet-cancel {
  display: block;
}
/* PopOver */
.km-popover-root .km-popup-wrapper {
  position: relative !important;
}
.km-popup-wrapper,
.km-modalview-wrapper {
  z-index: 10001;
  position: relative;
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
}
.km-popup-arrow,
.km-popup-arrow:after,
.km-popup-arrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
}
.km-left .km-popup-arrow,
.km-right .km-popup-arrow {
  margin-top: -8px;
}
.km-up .km-popup-arrow,
.km-down .km-popup-arrow {
  margin-left: -8px;
}
.km-popup-arrow:after,
.km-popup-arrow:before {
  display: block;
  content: "\a0";
  width: 0;
  height: 0;
}
.km-up .km-popup-arrow {
  top: auto;
  bottom: 0;
}
.km-left .km-popup-arrow {
  left: auto;
  right: 0;
}
.km-popup.km-pane {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: transparent;
}
.km-popover-root .km-view {
  position: relative;
}
.km-popover-root .km-content {
  -ms-flex: auto;
}
/* Drawer */
.km-drawer,
[data-role=drawer] {
  top: 0;
  left: auto;
  width: 250px;
}
.km-drawer .km-header,
.km-drawer .km-footer {
  z-index: 0;
}
.km-left-drawer {
  left: 0;
}
.km-right-drawer {
  right: 0;
}
/* ModalView */
.km-modalview-root {
  text-align: center;
}
.km-modalview-root > .k-animation-container {
  text-align: left;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
.km-modalview,
.km-modalview-wrapper:before {
  overflow: hidden;
  position: relative;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.km-modalview .km-content {
  box-flex: 1;
}
.km-auto-height .km-content {
  -ms-flex: auto;
}
.km-modalview-root:before,
.km-modalview-wrapper:before {
  vertical-align: middle;
  height: 100%;
  margin-left: -1px;
  content: "\a0";
  width: 0px;
  display: inline-block;
}
/* Pull to refresh */
.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  -webkit-transform: translate3d(0, -3em, 0);
  -ms-transform: translate3d(0, -3em, 0);
  -o-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}
.km-scroller-pull .km-template {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}
.km-load-more .km-icon,
.km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms linear;
  -ms-transition: -ms-transform 300ms linear;
  -o-transition: -o-transform 300ms linear;
  transition: transform 300ms linear;
}
.km-widget .km-scroller-release .km-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.km-widget .km-scroller-refresh .km-icon {
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* Scroller */
.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .4em;
  width: .4em;
  background-color: #333;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 0;
}
.km-horizontal-scrollbar {
  width: 100%;
  left: 0;
  bottom: 2px;
}
.km-scrollview,
.km-scroll-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
}
.km-scroll-wrapper {
  position: relative;
}
.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}
/* SplitView */
div.km-splitview > .km-content,
kendo-mobile-split-view.km-splitview > .km-content {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
div.km-split-vertical > .km-content,
kendo-mobile-split-view.km-split-vertical > .km-content {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.km-split-content > .km-pane {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: auto;
  height: auto;
}
div.km-split-content > .km-pane:first-child {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
div.km-split-horizontal > .km-content > .km-pane {
  top: 0;
  bottom: 0;
}
.km-split-vertical > .km-content > .km-pane > .km-view {
  display: -webkit-box;
}
/* Platform specific workarounds */
.km-on-wp .km-view,
.km-on-wp .km-header,
.km-on-wp .km-footer,
.km-on-wp .km-slider,
.km-on-wp .km-switch,
.km-on-wp .km-filter-reset,
.km-on-wp .km-shim .k-animation-container,
.km-on-wp .km-scroll-container {
  transform: translateZ(0);
}
.km-ios,
.km-blackberry,
.km-on-ios .km-view,
.km-on-ios .km-header,
.km-on-ios .km-footer,
.km-on-ios .km-slider,
.km-on-ios .km-switch,
.km-on-ios .km-group-title,
.km-on-ios .km-filter-reset,
.km-on-ios .km-shim .k-animation-container,
.km-on-ios .km-scroll-container,
.km-on-blackberry .km-view,
.km-on-blackberry .km-content,
.km-on-blackberry .km-header,
.km-on-blackberry .km-footer,
.km-on-blackberry .km-icon,
.km-on-blackberry .km-switch,
.km-on-blackberry .km-popup .k-item,
.km-on-blackberry .km-actionsheet-wrapper,
.km-on-android.km-4 .k-slider {
  -webkit-transform: translatez(0);
}
.km-on-android.km-4 .km-switch,
.km-on-android.km-4 .km-listview-wrapper,
.km-on-android.km-4 .km-content,
.km-on-android.km-4 .km-switch-handle,
.km-android.km-4.km-on-android .km-switch-wrapper,
.km-on-android.km-4 .km-scroll-container,
.km-on-meego .km-content,
.km-on-meego .km-switch,
.km-on-meego .km-icon,
.km-on-meego .km-header,
.km-on-meego .km-footer,
.km-on-meego .km-content,
.km-on-meego .km-switch-handle,
.km-on-meego .km-switch-wrapper {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
}
.km-android4.km-ios-chrome .km-listview-wrapper {
  -webkit-transform: none;
}
.km-native-scrolling .km-header,
.km-native-scrolling .km-footer,
.km-native-scrolling .km-shim,
.km-native-scrolling .km-popup-overlay,
.km-native-scrolling .km-drawer,
.km-native-scrolling > .km-pane > .km-loader,
.km-on-android.km-4 .km-scroller-pull .km-icon {
  -webkit-backface-visibility: hidden;
}
.km-on-android.km-4 input {
  -webkit-user-modify: read-write-plaintext-only;
}
.km-wp .km-view .km-absolute,
.km-meego .km-view .km-absolute {
  position: absolute;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-widget {
  font-size: 1em;
}
.km-root .km-pane,
.km-root .km-view,
.km-root .km-slider,
.km-root .km-switch,
.km-root .km-group-title,
.km-root .km-filter-reset,
.km-root .km-shim .k-animation-container {
  transform: none;
}
.km-widget,
.km-widget * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.km-toolbar,
.km-navbar,
.km-tabstrip,
.km-tabstrip .km-button {
  border-radius: 0;
}
.km-touch-scrollbar {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}
.km-popup .k-popup {
  font-size: 1em !important;
}
.km-popup-wrapper.k-popup {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.km-popup .k-item,
.km-actionsheet > li > a {
  text-decoration: none;
  padding: .5em 0 .5em .6em;
  border: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-actionsheet-wrapper,
.km-popup .k-list-container {
  bottom: 0;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-popup .k-list-container {
  width: 100% !important;
  height: auto !important;
  max-height: 80%;
}
.km-shim .k-animation-container {
  left: 0;
  top: auto;
  bottom: 0;
}
.km-loader:before,
.km-scroller-refresh.km-load-more,
.km-scroller-pull {
  border-radius: 20em;
  overflow: visible;
}
.km-loader:before {
  content: "\a0";
  display: block;
  position: absolute;
  margin-top: -2em;
  margin-left: -2em;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  border-radius: 5em;
}
.km-loader {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.km-loader h1 {
  display: none;
  font-size: 1em;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 55%;
}
.km-loading,
.km-loader .km-loading-left,
.km-loader .km-loading-right,
.km-load-more.km-scroller-refresh .km-icon,
.km-scroller-pull.km-scroller-refresh .km-icon,
.km-scroller-refresh .km-loading-left,
.km-scroller-refresh .km-loading-right {
  font-size: 1em;
  display: block;
  width: .36em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.8em;
  margin-top: -0.5em;
  border-radius: 1em;
  animation: km-webload 0.6s infinite linear;
  -webkit-animation: km-webload 0.6s infinite linear;
  background-clip: padding-box;
}
.km-load-more.km-scroller-refresh .km-icon,
.km-scroller-pull.km-scroller-refresh .km-icon,
.km-scroller-refresh .km-loading-left,
.km-scroller-refresh .km-loading-right {
  height: .6em;
  margin-top: -0.3em;
  margin-left: -0.6em;
  width: .25em;
  animation: km-webrefresh 0.6s infinite linear;
  -webkit-animation: km-webrefresh 0.6s infinite linear;
}
.km-root .km-loading-left {
  margin-left: -0.2em;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.km-root .km-loading-right {
  margin-left: .42em;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
@keyframes km-webload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@-moz-keyframes km-webload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@-webkit-keyframes km-webload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@keyframes km-webrefresh {
  0% {
    height: .6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: .6em;
    margin-top: -0.3em;
  }
}
@-moz-keyframes km-webrefresh {
  0% {
    height: .6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: .6em;
    margin-top: -0.3em;
  }
}
@-webkit-keyframes km-webrefresh {
  0% {
    height: .6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: .6em;
    margin-top: -0.3em;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Icon per-widget styles */
.km-detail .km-icon,
.km-button .km-icon,
.km-list .km-icon,
.km-ios .km-button .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin-left: -0.3em;
  margin-right: 0.3em;
  vertical-align: baseline;
  display: inline-block;
  background-size: auto 100%;
}
html .km-widget .km-view .km-notext {
  margin-left: 0;
  margin-right: 0;
}
.km-buttongroup .km-button .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: .05em .16em 0 0;
}
.km-tabstrip .km-button .km-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}
.km-tabstrip .km-image,
.km-tabstrip .km-button .km-icon {
  margin: 0 auto .1em;
  display: inline-block;
}
.km-tabstrip .km-text {
  display: block;
}
.km-phone .km-tabstrip .km-icon {
  height: 2.2rem;
  width: 2.2rem;
  font-size: 2.2rem;
}
.km-phone .km-horizontal .km-tabstrip .km-icon {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
/* Icons */
@font-face {
  font-family: "Kendo UI";
  src: url(/MID_ESUITE_PROD/Content/20_Kendo/images/kendoui.woff?v=1.1) format("woff"), url(/MID_ESUITE_PROD/Content/20_Kendo/images/kendoui.ttf?v=1.1) format("truetype"), url(/MID_ESUITE_PROD/Content/20_Kendo/images/kendoui.svg#kendoui) format("svg");
}
body:before {
  font-family: "Kendo UI";
  content: "\a0";
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.km-root .km-pane .km-view .km-icon {
  -webkit-background-clip: text;
  background-size: 0 0;
}
.km-icon {
  position: relative;
}
.km-icon:after,
.km-icon:before,
.km-contactadd:after,
.km-contactadd:before,
.km-rowdelete:after,
.km-rowdelete:before,
.km-rowinsert:after,
.km-rowinsert:before,
.km-detaildisclose:after,
.km-detaildisclose:before,
.km-loading:after,
.km-filter-wrap:before {
  position: relative;
  content: "\a0";
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  background-size: auto;
  font: 1em/1em "Kendo UI";
}
.km-icon:before,
.km-contactadd:before,
.km-rowdelete:before,
.km-rowinsert:before,
.km-detaildisclose:before {
  position: absolute;
  margin-top: 1px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}
.km-state-active .km-icon:before,
.km-state-active .km-contactadd:before,
.km-state-active .km-rowdelete:before,
.km-state-active .km-rowinsert:before,
.km-state-active .km-detaildisclose:before {
  display: block;
}
.km-ios7 .km-detaildisclose:after {
  font-family: serif;
}
.km-ios7 .km-icon:before,
.km-ios7 .km-contactadd:before,
.km-ios7 .km-rowdelete:before,
.km-ios7 .km-rowinsert:before,
.km-ios7 .km-detaildisclose:before {
  display: none;
}
.k-webkit .km-ios:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after,
.k-webkit .km-blackberry:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after,
.k-safari .km-ios:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after,
.k-safari .km-blackberry:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after {
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-color: currentcolor;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.km-root .km-pane.km-on-blackberry.km-blackberry6 .km-view .km-icon:after,
.km-root .km-pane.km-on-blackberry.km-blackberry7 .km-view .km-icon:after,
.km-root .km-pane.km-pane.km-on-android .km-view .km-icon:after,
.km-root .km-pane.km-pane.km-on-meego .km-view .km-icon:after {
  background: none;
  -webkit-text-fill-color: inherit;
}
.km-contactadd:after,
.km-contactadd:before,
.km-rowinsert:after,
.km-rowinsert:before {
  content: "\E039";
}
.km-rowdelete:after,
.km-rowdelete:before {
  content: "\E03a";
}
.km-detaildisclose:after,
.km-detaildisclose:before {
  content: "\E0E2";
}
.km-action:after,
.km-action:before {
  content: "\e0ca";
}
.km-add:after,
.km-add:before {
  content: "\e0cb";
}
.km-arrow-n:after,
.km-arrow-n:before {
  content: "\e001";
}
.km-arrow-s:after,
.km-arrow-s:before {
  content: "\e002";
}
.km-battery:after,
.km-battery:before {
  content: "\e0ce";
}
.km-bookmarks:after,
.km-bookmarks:before {
  content: "\e0cf";
}
.km-camera:after,
.km-camera:before {
  content: "\e0d0";
}
.km-cart:after,
.km-cart:before {
  content: "\e0d1";
}
.km-edit:after,
.km-compose:after,
.km-edit:before,
.km-compose:before {
  content: "\e0d5";
}
.km-contacts:after,
.km-contacts:before {
  content: "\e0e4";
}
.km-trash:after,
.km-delete:after,
.km-trash:before,
.km-delete:before {
  content: "\e0ec";
}
.km-details:after,
.km-details:before {
  content: "\e0e2";
}
.km-download:after,
.km-downloads:after,
.km-download:before,
.km-downloads:before {
  content: "\e0d4";
}
.km-fastforward:after,
.km-fastforward:before {
  content: "\e0d9";
}
.km-toprated:after,
.km-favorites:after,
.km-toprated:before,
.km-favorites:before {
  content: "\e0d7";
}
.km-featured:after,
.km-featured:before {
  content: "\e0d8";
}
.km-globe:after,
.km-globe:before {
  content: "\e0dc";
}
.km-history:after,
.km-history:before {
  content: "\e0e7";
}
.km-home:after,
.km-home:before {
  content: "\e0dd";
}
.km-info:after,
.km-about:after,
.km-info:before,
.km-about:before {
  content: "\e0de";
}
.km-minus:after,
.km-minus:before {
  content: "\e033";
}
.km-more:after,
.km-more:before {
  content: "\e0e0";
}
.km-mostrecent:after,
.km-mostrecent:before {
  content: "\e0cc";
}
.km-mostviewed:after,
.km-mostviewed:before {
  content: "\e0d6";
}
.km-organize:after,
.km-organize:before {
  content: "\e0eb";
}
.km-pause:after,
.km-pause:before {
  content: "\e0e3";
}
.km-play:after,
.km-play:before {
  content: "\e0e5";
}
.km-plus:after,
.km-plus:before {
  content: "\e032";
}
.km-recents:after,
.km-recents:before {
  content: "\e0d2";
}
.km-refresh:after,
.km-refresh:before {
  content: "\e0e6";
}
.km-reply:after,
.km-reply:before {
  content: "\e0ed";
}
.km-rewind:after,
.km-rewind:before {
  content: "\e0e8";
}
.km-search:after,
.km-search:before {
  content: "\e0e9";
}
.km-settings:after,
.km-settings:before {
  content: "\e0da";
}
.km-share:after,
.km-share:before {
  content: "\e0df";
}
.km-sounds:after,
.km-volume:after,
.km-sounds:before,
.km-volume:before {
  content: "\e0ef";
}
.km-stop:after,
.km-stop:before {
  content: "\e0ea";
}
.km-wifi:after,
.km-wifi:before {
  content: "\e0f0";
}
.km-root .km-pane .km-icon.km-check {
  -webkit-background-clip: initial;
}
.km-root .km-pane .km-check:checked:after,
.km-widget .km-check:checked:after {
  content: "\e227";
}
.km-android .km-more:after,
.km-android .km-more:before {
  content: "\e0e1";
}
.km-meego .km-more:after,
.km-meego .km-more:before {
  content: "\e0f1";
}
.km-wp .km-loading:after,
.km-wp .km-load-more .km-icon:after,
.km-wp .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-meego .km-loading:after,
.km-meego .km-load-more .km-icon:after,
.km-meego .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-root .km-android .km-loading:after,
.km-android .km-load-more .km-icon:after,
.km-root .km-android .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-scroller-pull .km-icon:after {
  content: "\e0f2";
}
.km-icon.km-phone:after,
.km-ios7 .km-state-active .km-phone:after {
  content: "\e326";
}
.km-ios7 .km-detaildisclose:after {
  content: "i";
}
.km-ios7 .km-action:after {
  content: "\e1ff";
}
.km-ios7 .km-add:after {
  content: "\e200";
}
.km-ios7 .km-mostrecent:after {
  content: "\e201";
}
.km-ios7 .km-battery:after {
  content: "\e203";
}
.km-ios7 .km-bookmarks:after {
  content: "\e204";
}
.km-ios7 .km-camera:after {
  content: "\e205";
}
.km-ios7 .km-cart:after {
  content: "\e206";
}
.km-ios7 .km-recents:after {
  content: "\e207";
}
.km-ios7 .km-download:after,
.km-ios7 .km-downloads:after {
  content: "\e209";
}
.km-ios7 .km-edit:after {
  content: "\e20a";
}
.km-ios7 .km-mostviewed:after {
  content: "\e20b";
}
.km-ios7 .km-toprated:after,
.km-ios7 .km-favorites:after {
  content: "\e20c";
}
.km-ios7 .km-featured:after {
  content: "\e20d";
}
.km-ios7 .km-fastforward:after {
  content: "\e20e";
}
.km-ios7 .km-settings:after {
  content: "\e20f";
}
.km-ios7 .km-globe:after {
  content: "\e211";
}
.km-ios7 .km-home:after {
  content: "\e212";
}
.km-ios7 .km-info:after,
.km-ios7 .km-about:after {
  content: "\e213";
}
.km-ios7 .km-share:after {
  content: "\e214";
}
.km-ios7 .km-more:after {
  content: "\e215";
}
.km-ios7 .km-details:after {
  content: "\e217";
}
.km-ios7 .km-pause:after {
  content: "\e218";
}
.km-ios7 .km-contacts:after {
  content: "\e219";
}
.km-ios7 .km-play:after {
  content: "\e21a";
}
.km-ios7 .km-refresh:after {
  content: "\e21b";
}
.km-ios7 .km-history:after {
  content: "\e21c";
}
.km-ios7 .km-rewind:after {
  content: "\e21d";
}
.km-ios7 .km-search:after {
  content: "\e21e";
}
.km-ios7 .km-stop:after {
  content: "\e21f";
}
.km-ios7 .km-organize:after {
  content: "\e220";
}
.km-ios7 .km-trash:after,
.km-ios7 .km-delete:after {
  content: "\e221";
}
.km-ios7 .km-reply:after {
  content: "\e222";
}
.km-ios7 .km-forward:after {
  content: "\e223";
}
.km-ios7 .km-sounds:after,
.km-ios7 .km-volume:after {
  content: "\e224";
}
.km-ios7 .km-wifi:after {
  content: "\e225";
}
.km-ios7 .km-phone:after {
  content: "\e226";
}
.km-ios7 .km-state-active .km-action:after {
  content: "\e2ff";
}
.km-ios7 .km-state-active .km-add:after {
  content: "\e300";
}
.km-ios7 .km-state-active .km-mostrecent:after {
  content: "\e301";
}
.km-ios7 .km-state-active .km-battery:after {
  content: "\e303";
}
.km-ios7 .km-state-active .km-bookmarks:after {
  content: "\e304";
}
.km-ios7 .km-state-active .km-camera:after {
  content: "\e305";
}
.km-ios7 .km-state-active .km-cart:after {
  content: "\e306";
}
.km-ios7 .km-state-active .km-recents:after {
  content: "\e307";
}
.km-ios7 .km-state-active .km-download:after,
.km-ios7 .km-state-active .km-downloads:after {
  content: "\e309";
}
.km-ios7 .km-state-active .km-edit:after {
  content: "\e30a";
}
.km-ios7 .km-state-active .km-mostviewed:after {
  content: "\e30b";
}
.km-ios7 .km-state-active .km-toprated:after,
.km-ios7 .km-state-active .km-favorites:after {
  content: "\e30c";
}
.km-ios7 .km-state-active .km-featured:after {
  content: "\e30d";
}
.km-ios7 .km-state-active .km-fastforward:after {
  content: "\e30e";
}
.km-ios7 .km-state-active .km-settings:after {
  content: "\e30f";
}
.km-ios7 .km-state-active .km-globe:after {
  content: "\e311";
}
.km-ios7 .km-state-active .km-home:after {
  content: "\e312";
}
.km-ios7 .km-state-active .km-info:after,
.km-ios7 .km-state-active .km-about:after {
  content: "\e313";
}
.km-ios7 .km-state-active .km-share:after {
  content: "\e314";
}
.km-ios7 .km-state-active .km-more:after {
  content: "\e315";
}
.km-ios7 .km-state-active .km-details:after {
  content: "\e317";
}
.km-ios7 .km-state-active .km-pause:after {
  content: "\e318";
}
.km-ios7 .km-state-active .km-contacts:after {
  content: "\e319";
}
.km-ios7 .km-state-active .km-play:after {
  content: "\e31a";
}
.km-ios7 .km-state-active .km-refresh:after {
  content: "\e31b";
}
.km-ios7 .km-state-active .km-history:after {
  content: "\e31c";
}
.km-ios7 .km-state-active .km-rewind:after {
  content: "\e31d";
}
.km-ios7 .km-state-active .km-search:after {
  content: "\e31e";
}
.km-ios7 .km-state-active .km-stop:after {
  content: "\e31f";
}
.km-ios7 .km-state-active .km-organize:after {
  content: "\e320";
}
.km-ios7 .km-state-active .km-trash:after,
.km-ios7 .km-state-active .km-delete:after {
  content: "\e321";
}
.km-ios7 .km-state-active .km-reply:after {
  content: "\e322";
}
.km-ios7 .km-state-active .km-forward:after {
  content: "\e323";
}
.km-ios7 .km-state-active .km-sounds:after,
.km-ios7 .km-state-active .km-volume:after {
  content: "\e324";
}
.km-ios7 .km-state-active .km-wifi:after {
  content: "\e325";
}
.km-arrowdown:after,
.km-arrowdown:before {
  content: "\e002";
}
.km-wp .km-scroller-pull .km-icon:after {
  content: "\E0D4";
}
.km-on-wp.km-app .km-icon:after,
.km-on-wp.km-app .km-filter-wrap:before,
.km-on-wp.km-app .km-state-active .km-icon:after {
  color: transparent;
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/images/wp8_icons.png);
  background-size: auto 100%;
  height: 1em;
  margin-top: 0;
  vertical-align: middle;
}
.km-wp-light.km-app .km-icon:after,
.km-wp-light.km-app .km-filter-wrap:before {
  background-image: url(/MID_ESUITE_PROD/Content/20_Kendo/images/wp8_inverseicons.png);
}
.km-on-wp.km-app .km-icon {
  line-height: 1em;
}
.km-on-wp.km-app .km-icon:before {
  display: none;
}
.km-on-wp.km-app .km-action:after {
  background-position-x: 20%;
}
.km-on-wp.km-app .km-add:after,
.km-on-wp.km-app .km-filter-reset .km-clear:after {
  background-position-x: 22%;
}
.km-on-wp.km-app .km-battery:after {
  background-position-x: 24%;
}
.km-on-wp.km-app .km-bookmarks:after {
  background-position-x: 26%;
}
.km-on-wp.km-app .km-camera:after {
  background-position-x: 28%;
}
.km-on-wp.km-app .km-cart:after {
  background-position-x: 30%;
}
.km-on-wp.km-app .km-edit:after,
.km-on-wp.km-app .km-compose:after {
  background-position-x: 32%;
}
.km-on-wp.km-app .km-contacts:after {
  background-position-x: 34%;
}
.km-on-wp.km-app .km-trash:after,
.km-on-wp.km-app .km-delete:after {
  background-position-x: 36%;
}
.km-on-wp.km-app .km-details:after {
  background-position-x: 38%;
}
.km-on-wp.km-app .km-download:after,
.km-on-wp.km-app .km-downloads:after {
  background-position-x: 40%;
}
.km-on-wp.km-app .km-fastforward:after {
  background-position-x: 42%;
}
.km-on-wp.km-app .km-toprated:after,
.km-on-wp.km-app .km-favorites:after {
  background-position-x: 44%;
}
.km-on-wp.km-app .km-featured:after {
  background-position-x: 46%;
}
.km-on-wp.km-app .km-globe:after {
  background-position-x: 48%;
}
.km-on-wp.km-app .km-history:after {
  background-position-x: 50%;
}
.km-on-wp.km-app .km-home:after {
  background-position-x: 52%;
}
.km-on-wp.km-app .km-info:after,
.km-on-wp.km-app .km-about:after {
  background-position-x: 54%;
}
.km-on-wp.km-app .km-more:after {
  background-position-x: 56%;
}
.km-on-wp.km-app .km-mostrecent:after {
  background-position-x: 58%;
}
.km-on-wp.km-app .km-mostviewed:after {
  background-position-x: 60%;
}
.km-on-wp.km-app .km-organize:after {
  background-position-x: 62%;
}
.km-on-wp.km-app .km-pause:after {
  background-position-x: 64%;
}
.km-on-wp.km-app .km-play:after {
  background-position-x: 66%;
}
.km-on-wp.km-app .km-recents:after {
  background-position-x: 68%;
}
.km-on-wp.km-app .km-refresh:after {
  background-position-x: 70%;
}
.km-on-wp.km-app .km-reply:after {
  background-position-x: 72%;
}
.km-on-wp.km-app .km-rewind:after {
  background-position-x: 74%;
}
.km-on-wp.km-app .km-search:after,
.km-on-wp.km-app .km-filter-wrap:before {
  background-position-x: 76%;
}
.km-on-wp.km-app .km-settings:after {
  background-position-x: 78%;
}
.km-on-wp.km-app .km-share:after {
  background-position-x: 80%;
}
.km-on-wp.km-app .km-sounds:after,
.km-on-wp.km-app .km-volume:after {
  background-position-x: 82%;
}
.km-on-wp.km-app .km-stop:after {
  background-position-x: 84%;
}
.km-on-wp.km-app .km-wifi:after {
  background-position-x: 86%;
}
.km-on-wp.km-app.km-android .km-more:after {
  background-position-x: 88%;
}
.km-on-wp.km-app.km-meego .km-more:after {
  background-position-x: 90%;
}
.km-on-wp.km-app.km-meego .km-loading:after,
.km-on-wp.km-app.km-meego .km-load-more .km-icon:after,
.km-on-wp.km-app.km-meego .km-scroller-refresh .km-icon:after {
  background-position-x: 94%;
}
.km-on-wp.km-app .km-scroller-pull .km-icon:after {
  background-position-x: 100%;
}
.km-on-wp.km-app .km-filter-wrap:before {
  display: inline-block;
  content: "\a0";
}
.km-on-wp.km-app .km-filter-reset .km-clear:after {
  transform: rotate(45deg);
}
.km-button {
  margin: 0;
  padding: .3em .8em;
  border-width: 1px;
  border-style: solid;
}
.km-button:hover {
  text-decoration: none;
}
.km-badge {
  border: 0;
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 5em;
}
.km-detail {
  border-radius: 5em;
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-width: 1px;
  border-style: solid;
}
.km-detaildisclose {
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}
.km-detaildisclose:after,
.km-detaildisclose:before {
  left: .1em;
  top: 0.35em;
}
.km-detail .km-icon:before {
  display: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-buttongroup {
  vertical-align: middle;
  background: transparent;
  padding: 0;
  margin: 0;
}
.km-buttongroup > * {
  padding: .36em .8em;
}
.km-buttongroup > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.km-widget.km-buttongroup > *:last-child,
.km-widget.km-buttongroup > *.km-state-active {
  border-right-width: 1px;
}
.km-widget.km-buttongroup > *.km-state-active + * {
  border-left-width: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-navbar {
  border-width: 1px;
  border-style: solid;
}
.km-header .km-navbar {
  border-width: 0 0 1px;
}
.km-footer .km-navbar {
  border-width: 1px 0 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
}
.km-tabstrip .km-button {
  font-size: .7em;
  display: table-cell;
  border: 0;
}
.km-tabstrip .km-icon:before {
  display: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-switch {
  width: 4.2em;
  height: 1.9em;
  line-height: 1.76em;
  overflow: hidden;
  vertical-align: middle;
}
.km-switch-wrapper {
  overflow: hidden;
}
.km-switch-background {
  width: 118%;
  position: relative;
  left: -95%;
  margin-left: 0;
  background: currentcolor;
}
.km-switch .km-switch-background {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.km-switch-container {
  padding: 1px 0 1px 1px;
  border-width: 0;
}
.km-switch-handle {
  width: 1.6em;
  margin: 0 4px 0 0;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 1px currentcolor, 0 -1px 0 1px currentcolor;
  box-shadow: 0 1px 0 1px currentcolor, 0 -1px 0 1px currentcolor;
}
.km-switch-label-off {
  left: 101%;
}
.km-switch-label-on {
  left: -171%;
}
.km-switch-label-on,
.km-switch-label-off {
  text-shadow: none;
  width: 170%;
  font-size: 1em;
  line-height: 1.76em;
  vertical-align: middle;
  top: -2px;
}
.km-switch-container,
.km-switch-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-clip: content-box;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-list > li {
  border-style: solid;
  border-width: 0 0 1px 0;
}
.km-listinset > li:first-child,
.km-listgroupinset .km-list > li:first-child {
  border-style: solid;
  border-width: 1px;
}
.km-listinset > li,
.km-listgroupinset .km-list > li {
  border-width: 0 1px 1px 1px;
}
.km-listinset > li:last-child,
.km-listgroupinset .km-list > li:last-child {
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.km-listinset > li:first-child:last-child,
.km-listgroupinset .km-list > li:first-child:last-child {
  border-width: 1px;
}
.km-listview-link:after {
  border-color: currentcolor;
  border-width: .2rem .2rem 0 0;
}
.km-pane:not(.km-on-android) .km-listview-link:after {
  width: .66rem;
  height: .64rem;
  border-width: 0;
  box-shadow: inset -0.2rem 0.2rem 0;
}
.km-listinset li:first-child > .km-listview-link,
.km-listgroupinset li:first-child > .km-listview-link,
.km-listinset li:first-child > .km-listview-label,
.km-listgroupinset li:first-child > .km-listview-label {
  border-radius: 2px 2px 0 0;
}
.km-listinset li:last-child > .km-listview-link,
.km-listgroupinset li:last-child > .km-listview-link,
.km-listinset li:last-child > .km-listview-label,
.km-listgroupinset li:last-child > .km-listview-label {
  border-radius: 0 0 2px 2px;
}
.km-listinset li:first-child:last-child > .km-listview-link,
.km-listgroupinset li:first-child:last-child > .km-listview-link,
.km-listinset li:first-child:last-child > .km-listview-label,
.km-listgroupinset li:first-child:last-child > .km-listview-label {
  border-radius: 2px;
}
.km-group-title {
  border-style: solid;
  border-width: 1px 0;
}
.km-scroll-header .km-group-title {
  border-width: 0 0 1px;
}
.km-listgroupinset .km-group-title {
  border: 0;
  background: none;
}
.km-listview .km-switch {
  margin-top: -0.9rem;
}
.km-listview-wrapper form .km-filter-wrap > input {
  font-size: 1.2em;
  padding: .3em 1.8em;
}
.km-widget .km-filter-wrap:before {
  margin: 0.05em -1.2em 0 0.2em;
}
.km-filter-reset {
  margin: 0.05em 0 0 -2em;
}
.km-filter-reset .km-clear:after {
  content: "\e038";
}
.km-filter-wrap > input {
  border-width: 1px;
  border-style: solid;
}
.km-load-more {
  height: 3.4em;
}
.km-load-more .km-button {
  margin: 0 .8em;
  display: block;
}
.km-scroller-refresh.km-load-more {
  padding: 0;
  position: relative;
  margin: auto;
}
.km-scroller-refresh.km-load-more,
.km-scroller-pull {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  top: .25em;
  white-space: nowrap;
}
.km-scroller-pull {
  left: 50%;
  margin: 0 0 0 -90px;
}
.km-scroller-pull .km-template {
  position: absolute;
  line-height: 2em;
  font-size: 1.2em;
  min-width: 0;
  top: 0;
  left: 3em;
}
.km-scroller-pull .km-icon {
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.km-scroller-pull .km-icon:after {
  content: "\e012";
  margin-left: -3px;
}
.km-scroller-refresh .km-icon:after {
  display: none;
}
.km-scroller-refresh .km-loading-left {
  margin-left: -0.18em;
}
.km-scroller-refresh .km-loading-right {
  margin-left: .28em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-pages {
  padding-top: .5em;
}
.km-pages li {
  border-radius: 1em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-list input[type=password],
.km-list input[type=search],
.km-list input[type=number],
.km-list input[type=tel],
.km-list input[type=url],
.km-list input[type=email],
.km-list input[type=month],
.km-list input[type=color],
.km-list input[type=week],
.km-list input[type=date],
.km-list input[type=time],
.km-list input[type=datetime],
.km-list input[type=datetime-local],
.km-list input[type=text]:not(.k-input),
.km-list select:not([multiple]),
.km-list .k-dropdown-wrap,
.km-list textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  border: 0;
  padding: .4em;
  outline: none;
  background: transparent;
}
.km-list .k-dropdown-wrap {
  padding: .2em;
}
.km-list .k-dropdown {
  margin-top: -1.05em;
  font-weight: normal;
}
.km-list input[type=color],
.km-list input[type=week],
.km-list input[type=date],
.km-list input[type=time],
.km-list input[type=month],
.km-list input[type=datetime],
.km-list input[type=datetime-local],
.km-list .k-dropdown {
  text-align: left;
}
.km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-listview-label input[type=checkbox] {
  margin-top: -0.7em;
}
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox] {
  border-width: 1px;
  border-style: solid;
  width: 1.4em;
  height: 1.4em;
}
.km-listview-label input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
}
.km-listview-label input[type=checkbox]:after {
  content: "\a0";
  display: block;
  width: 90%;
  height: 76%;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  -o-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}
.km-listview-label input[type=checkbox]:checked:after {
  font-size: 1.4em;
}
.km-listview-label input[type=radio]:after {
  color: transparent;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-actionsheet > li > a {
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}
.km-actionsheet {
  max-height: 80%;
}
.km-actionsheet > li > a {
  display: block;
}
.km-actionsheet > li:last-child > a {
  border: 0;
}
.km-shim li.km-actionsheet-title,
.km-popup li.km-actionsheet-title {
  display: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-popup-wrapper {
  padding: 15px;
}
.km-popover-root .km-popup {
  border: 5px solid transparent;
}
.km-popover-root .km-popup .km-view,
.km-popover-root .km-popup .km-navbar,
.km-popover-root .km-popup .km-toolbar,
.km-popover-root .km-popup .km-tabstrip {
  background: none;
}
.km-popover-root .km-popup .km-header {
  padding: 0 5px;
  margin: -5px -5px 2px;
  -webkit-margin-collapse: separate;
}
.km-popup-arrow:after,
.km-popup-arrow:before {
  border-style: solid;
  border-width: 0 15px 15px;
}
.km-down .km-popup-arrow:before {
  margin-top: -1px;
}
.km-up .km-popup-arrow:after,
.km-up .km-popup-arrow:before {
  border-width: 15px 15px 0 15px;
}
.km-left .km-popup-arrow:after,
.km-left .km-popup-arrow:before {
  border-width: 15px 0 15px 15px;
}
.km-right .km-popup-arrow:after,
.km-right .km-popup-arrow:before {
  border-width: 15px 15px 15px 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.km-buttongroup > *:first-child {
  border-radius: 3px 0 0 3px;
}
.km-buttongroup > *:last-child {
  border-radius: 0 3px 3px 0;
}
.km-listinset > li:first-child,
.km-popover-root .km-popup .km-header,
.km-listgroupinset .km-list > li:first-child {
  border-radius: 3px 3px 0 0;
}
.km-listinset > li:last-child,
.km-listgroupinset .km-list > li:last-child {
  border-radius: 0 0 3px 3px;
}
.km-button,
.km-switch-handle,
.km-filter-wrap > input,
.km-popover-root .km-popup,
.km-actionsheet-wrapper.km-popup,
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox],
.km-listinset > li:first-child:last-child,
.km-listgroupinset .km-list > li:first-child:last-child {
  border-radius: 3px;
}
.km-switch-wrapper,
.km-switch-container,
.km-switch-background {
  border-radius: 4px;
}
.km-actionsheet-wrapper.km-popup {
  padding: 3px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.km-widget,
.km-content,
.km-popover-root .km-content .km-widget {
  color: #333;
  background: #fff;
}
.km-navbar {
  color: #333;
  background: #fff;
}
.km-view {
  background: transparent;
}
.km-navbar {
  border-color: rgba(51, 51, 51, 0.2);
}
.km-button {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(51, 51, 51, 0.2);
}
.km-state-active[style*=background] {
  box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.4);
}
.km-detail {
  color: #333;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: #fff;
}
.km-detail:active,
.km-state-active .km-detail {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
}
.km-switch-wrapper {
  background-color: #bababa;
}
.km-switch-background {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #bababa, #bababa);
  background-position: 4.3em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
}
.km-switch-handle {
  background: #fff;
}
.km-switch-off .km-switch-handle {
  -webkit-box-shadow: 0 1px 0 1px #bababa, 0 -1px 0 1px #bababa;
  box-shadow: 0 1px 0 1px #bababa, 0 -1px 0 1px #bababa;
}
.km-switch-wrapper,
.km-switch-container,
.km-switch-background {
  border-radius: 4px;
}
.km-switch-handle {
  border-radius: 3px;
}
.km-switch-container,
.km-switch-wrapper {
  border-color: #e6e6e6;
}
.km-list > li {
  background: #f2f2f2;
  border-color: rgba(51, 51, 51, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.km-listinset > li:first-child,
.km-listgroupinset .km-list > li:first-child {
  border-color: rgba(51, 51, 51, 0.2);
}
.km-listinset > li:last-child,
.km-listgroupinset .km-list > li:last-child {
  border-color: rgba(51, 51, 51, 0.2);
}
.km-listview-link:after {
  color: #808080;
}
.km-group-title {
  background: #fff;
  border-color: rgba(51, 51, 51, 0.2);
}
.km-pages li {
  background: rgba(51, 51, 51, 0.2);
}
.km-filter-wrap:before,
.km-filter-reset .km-clear {
  color: #333;
}
.km-filter-wrap > input {
  color: #333;
  border-color: rgba(51, 51, 51, 0.2);
}
.km-filter-wrap > input:focus {
  border-color: #000;
}
.km-list input[type=password],
.km-list input[type=search],
.km-list input[type=number],
.km-list input[type=tel],
.km-list input[type=url],
.km-list input[type=email],
.km-list input[type=month],
.km-list input[type=color],
.km-list input[type=week],
.km-list input[type=date],
.km-list input[type=time],
.km-list input[type=datetime],
.km-list input[type=datetime-local],
.km-list input[type=text]:not(.k-input),
.km-list select:not([multiple]),
.km-list .k-dropdown-wrap,
.km-list textarea {
  color: #333;
}
.km-list .k-dropdown-wrap .k-input {
  color: #333;
}
.km-list select:not([multiple]) option {
  color: #333;
}
.km-list .km-state-active input[type=password],
.km-list .km-state-active input[type=search],
.km-list .km-state-active input[type=number],
.km-list .km-state-active input[type=tel],
.km-list .km-state-active input[type=url],
.km-list .km-state-active input[type=email],
.km-list .km-state-active input[type=month],
.km-list .km-state-active input[type=color],
.km-list .km-state-active input[type=week],
.km-list .km-state-active input[type=date],
.km-list .km-state-active input[type=time],
.km-list .km-state-active input[type=datetime],
.km-list .km-state-active input[type=datetime-local],
.km-list .km-state-active input[type=text]:not(.k-input),
.km-list .km-state-active select:not([multiple]),
.km-list .km-state-active textarea {
  color: #fff;
}
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox] {
  border-color: rgba(51, 51, 51, 0.2);
  background: #fff;
}
.km-listview-label input[type=checkbox]:checked:after {
  color: #eee;
}
.km-shim {
  background: rgba(0, 0, 0, 0.4);
}
.km-popup .k-item,
.km-widget.km-actionsheet-wrapper,
.km-widget.km-actionsheet > li > a {
  background: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.km-actionsheet-cancel > a {
  color: #bababa;
  box-shadow: inset 0 0 300px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: inset 0 0 300px rgba(128, 128, 128, 0.3);
}
.km-popup {
  background: rgba(0, 0, 0, 0.4);
}
.km-actionsheet-wrapper,
.km-popup .k-list-container {
  background: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.km-popup.km-pane {
  border-color: #ffffff;
  background-color: #ffffff;
}
.km-popup-arrow:after,
.km-popup-arrow:before {
  border-color: rgba(0, 0, 0, 0.5) transparent;
}
.km-popup-arrow:after {
  border-color: #ffffff transparent;
}
.km-left .km-popup-arrow:after,
.km-right .km-popup-arrow:after {
  border-color: transparent #ffffff;
}
.km-down .km-popup-arrow:after {
  border-color: #ffffff transparent;
}
.km-loader {
  background: rgba(0, 0, 0, 0.05);
}
.km-loader h1 {
  color: #333;
}
.km-tabstrip {
  background: #ffffff;
}
.km-badge,
.km-rowinsert,
.km-rowdelete,
html .km-state-active,
.km-switch-label-on,
.km-switch-label-off,
.km-tabstrip .km-button,
.km-popup .k-item,
.km-actionsheet > li > a,
.km-tabstrip .km-state-active,
.km-scroller-pull .km-icon,
.km-popover-root .km-widget,
.km-popup .k-state-hover,
.km-popup .k-state-focused,
.km-popup .k-state-selected,
.km-actionsheet > li > a:active,
.km-actionsheet > li > a:hover,
li.km-state-active .km-listview-link,
li.km-state-active .km-listview-label,
.km-state-active .km-listview-link:after {
  color: #3f51b5;
}
.km-loader > *:not(h1),
.km-filter-wrap > input,
.km-root .km-scroller-refresh span:not(.km-template) {
  background-color: #3f51b5;
}
.km-switch-handle.km-state-active {
  background-color: #ffffff;
}
.km-switch-handle,
.km-switch-background {
  color: #047bc1;
}
.km-rowinsert,
.km-state-active,
.km-scroller-pull,
.km-loader:before,
.km-touch-scrollbar,
.km-pages .km-current-page,
.km-tabstrip .km-state-active,
.km-scroller-refresh.km-load-more,
.km-popup .k-state-hover,
.km-popup .k-state-focused,
.km-popup .k-state-selected,
.km-actionsheet > li > a:active,
.km-actionsheet > li > a:hover,
li.km-state-active .km-listview-link,
li.km-state-active .km-listview-label,
.km-listview-label input[type=radio]:checked,
.km-listview-label input[type=checkbox]:checked {
  background: #047bc1;
}
.km-filter-wrap > input:focus {
  border-color: #047bc1;
}
.km-badge,
.km-rowdelete {
  background: #da2228;
}
.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.k-autocomplete.k-state-active,
.k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-active,
.k-dropdown-wrap.k-state-hover,
.k-multiselect.k-header.k-state-active,
.k-numeric-wrap.k-state-active,
.k-numeric-wrap.k-state-hover,
.k-overflow-anchor:hover,
.k-picker-wrap.k-state-active,
.k-picker-wrap.k-state-hover,
.k-textbox:focus,
.k-textbox:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.k-checkarea,
.k-checkarea *,
.k-checkarea *:before,
.k-checkarea *:after {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.k-content {
  background: transparent!important;
  position: relative;
}
.tempgray {
  background: #ededed !important;
}
.textbuttonstandard {
  float: right;
  padding: 12px;
  cursor: pointer;
  text-transform: uppercase;
  color: #047bc1;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.textbuttonstandard:focus {
  background-color: #eeeeee;
}
.k-filter-menu.k-popup .k-button {
  float: right !important;
  padding: 12px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  color: #047bc1 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 0 !important;
}
.k-filter-menu.k-popup .k-button:focus {
  background-color: #eeeeee !important;
}
.k-pager-wrap .k-icon:not(.k-i-arrow-w):not(.k-i-arrow-60-left):not(.k-i-arrow-e):not(.k-i-arrow-e):not(.k-i-arrow-60-right):not(.k-i-seek-w):not(.k-i-arrow-end-left):not(.k-i-seek-e):not(.k-i-arrow-end-right) {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}
.k-grid .k-icon:not(.k-i-arrow-w):not(.k-i-arrow-60-left):not(.k-i-arrow-e):not(.k-i-arrow-e):not(.k-i-arrow-60-right):not(.k-i-seek-w):not(.k-i-arrow-end-left):not(.k-i-seek-e):not(.k-i-arrow-end-right) {
  text-indent: -999px;
}
.k-upload-status .k-icon.k-i-close:before,
.k-window .k-icon.k-i-window-maximize:before,
.k-window .k-icon.k-i-window-restore:before,
.k-grid .k-icon.k-i-search:before,
.k-header .k-grid .k-icon.k-i-refresh:before,
.k-header .k-grid .k-icon.k-i-arrow-60-down:before,
.k-header .treeviewholder .k-icon:before,
.k-header .k-i-reload:before,
.k-scheduler .k-icon:before,
.k-reorder-clue .k-icon:before,
.k-grid .k-i-collapse:before,
.k-grid .k-i-expand:before,
.k-grid .k-i-reload:before,
.k-grid .k-i-sort-asc-sm:before,
.k-grid .k-i-sort-desc-sm:before,
.k-grid .k-i-warning:before,
.k-icon.k-i-arrow-60-up:before,
.k-icon.k-i-arrow-60-down:before,
.k-grid .k-i-filter-clear:before {
  text-indent: -9999px !important;
}
.k-scheduler .k-i-reload {
  width: 18px;
  height: 18px;
}
.k-grid .k-icon.k-i-filter:before {
  display: none;
}
.k-grid .k-grid-filter .k-icon.k-i-filter {
  opacity: 0.5;
}
.k-grid .k-grid-filter .k-icon.k-i-filter:hover {
  opacity: 0.84;
}
.k-grid .k-icon:not(.k-i-filter) {
  width: 14px;
  height: 14px;
}
.k-grid .k-filtercell .k-autocomplete .k-i-close {
  position: absolute;
  top: 14px;
  z-index: 999;
  margin-right: 0 !important;
}
.k-grid .k-filtercell .k-autocomplete input {
  padding-right: 16px !important;
}
.k-grid .k-combobox-clearable .k-i-close {
  position: absolute;
  top: 14px !important;
  z-index: 999;
  right: 22px !important;
}
.k-grid .k-dropdown-wrap {
  padding: 0 2.771em 0 0;
}
.k-grid .k-textbox .k-i-close {
  position: absolute;
  right: 0 !important;
  top: 19px !important;
}
.k-grid td .k-autocomplete .k-icon.k-i-loading {
  top: 12px;
}
@media (max-width: 1024px) {
  .k-ff .k-grid .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-webkit .k-grid .k-pager-numbers,
  .k-webkit .k-pager-numbers {
    height: auto;
  }
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-webkit .k-pager-numbers.k-state-expanded {
    height: auto;
  }
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-webkit .k-pager-numbers .k-current-page .k-link {
    background-color: transparent!important;
  }
  .k-ff .k-pager-numbers .k-current-page:hover .k-link,
  .k-ie11 .k-pager-numbers .k-current-page:hover .k-link,
  .k-webkit .k-pager-numbers .k-current-page:hover .k-link {
    border: 0;
  }
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-webkit .k-pager-numbers .k-current-page .k-link {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0;
  }
  .gridholder .k-pager-numbers .k-link,
  .gridholder .k-pager-numbers .k-state-selected {
    border: 0!important;
  }
}
.k-checkbox-label,
.k-radio-label {
  display: inline;
}
#TreeListCtrl label.k-checkbox-label.k-input {
  position: relative !important;
  right: initial;
  top: initial;
}
.k-editor-dialog .k-input[type="text"],
.k-editor-dialog .k-input[type="number"],
.k-editor-dialog .k-textbox,
.k-editor-dialog .k-picker-wrap .k-input,
.k-editor-dialog .k-button,
.k-editor-dialog .k-textbox > input {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #d2d2d2;
}
.k-editor-dialog .k-input[type="text"]:focus,
.k-editor-dialog .k-input[type="number"]:focus,
.k-editor-dialog .k-textbox:focus,
.k-editor-dialog .k-picker-wrap .k-input:focus,
.k-editor-dialog .k-button:focus,
.k-editor-dialog .k-textbox > input:focus {
  border: 0;
  border-bottom: 1px solid #047bc1;
  background-position: bottom center, bottom center!important;
}
.k-editor-dialog .k-dialog-close.k-button,
.k-editor-dialog .k-dialog-insert.k-button.k-primary {
  float: right !important;
  padding: 12px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  color: #047bc1 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 0 !important;
}
.k-editor-dialog .k-dialog-close.k-button:focus,
.k-editor-dialog .k-dialog-insert.k-button.k-primary:focus {
  background-color: #eeeeee !important;
}
.k-tabstrip .k-tabstrip-items {
  background: #ededed;
}
.k-state-active a.k-link {
  color: #047bc1 !important;
  font-weight: bold;
}
.k-tabstrip-items .k-loading {
  border-width: 2px!important;
}
.k-input,
input.k-textbox {
  padding: 0 0 0.25rem 0 !important;
}
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input,
.q-form-control-wrapper > .k-input,
.q-form-control-wrapper > .tooltipHolder > .k-input,
input.k-textbox {
  text-indent: 0;
  height: 1.875em;
  line-height: 1.875em;
}
.k-autocomplete,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-numerictextbox,
.k-selectbox,
.k-textbox,
.k-timepicker,
.k-toolbar .k-split-button {
  width: 100%!important;
}
.k-numerictextbox .k-link {
  height: 1em;
}
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: transparent!important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.k-picker-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-hover .k-input {
  background-color: transparent!important;
}
.k-numeric-wrap .k-link.k-state-selected,
.k-numeric-wrap.k-state-focused > .k-select {
  background-color: transparent!important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.k-multiselect-wrap li {
  border-radius: 0;
  padding: 0 0.85em 0 0.857em;
}
span.k-widget.k-combobox.k-header.q-form-control-input,
span.k-widget.k-datepicker.k-header.q-form-control-input,
span.k-widget.k-datetimepicker.k-header.q-form-control-input,
span.k-widget.k-dropdown.k-header.q-form-control-input,
span.k-widget.k-numerictextbox.q-form-control-input,
span.k-widget.k-timepicker.k-header.q-form-control-input {
  height: 2.250em;
}
.k-state-disabled .k-multiselect-wrap.k-floatwrap,
.q-form-control-wrapper.k-autocomplete .q-form-control-input,
.q-form-control-wrapper.k-dropdown-wrap .q-form-control-input,
.q-form-control-wrapper.k-numeric-wrap .q-form-control-input,
.q-form-control-wrapper.k-picker-wrap .q-form-control-input,
.q-form-control-wrapper.readonly .k-autocomplete .k-input,
.q-form-control-wrapper.readonly .k-autocomplete .k-input,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly > input,
.q-form-control-wrapper.readonly input.q-form-control-input,
.q-form-control-wrapper.readonly input.q-form-control-input,
.q-form-control-wrapper.readonly textarea {
  background-color: transparent!important;
  border-bottom: 1px dashed #d2d2d2;
  cursor: not-allowed !important;
  background-image: none!important;
  color: #757575 !important;
}
.k-state-disabled .k-multiselect-wrap.k-floatwrap,
.q-form-control-wrapper.k-autocomplete .q-form-control-input,
.q-form-control-wrapper.k-dropdown-wrap .q-form-control-input,
.q-form-control-wrapper.k-numeric-wrap .q-form-control-input,
.q-form-control-wrapper.k-picker-wrap .q-form-control-input,
.q-form-control-wrapper.readonly.invalid .k-autocomplete .k-input,
.q-form-control-wrapper.readonly.invalid .k-autocomplete .k-input,
.q-form-control-wrapper.readonly.invalid .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly.invalid .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly.invalid .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly.invalid .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly.invalid .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly.invalid .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly.invalid .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly.invalid .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly.invalid > input,
.q-form-control-wrapper.readonly.invalid input.q-form-control-input,
.q-form-control-wrapper.readonly.invalid input.q-form-control-input,
.q-form-control-wrapper.readonly.invalid textarea {
  border-bottom: 1px solid #da4b37 !important;
  cursor: not-allowed !important;
  background-image: none!important;
  color: #da4b37 !important;
}
.k-state-disabled .k-multiselect-wrap.k-floatwrap,
.q-form-control-wrapper.k-autocomplete .q-form-control-input,
.q-form-control-wrapper.k-dropdown-wrap .q-form-control-input,
.q-form-control-wrapper.k-numeric-wrap .q-form-control-input,
.q-form-control-wrapper.k-picker-wrap .q-form-control-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-autocomplete .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-autocomplete .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly.invalid.state-focussed > input,
.q-form-control-wrapper.readonly.invalid.state-focussed input.q-form-control-input,
.q-form-control-wrapper.readonly.invalid.state-focussed input.q-form-control-input,
.q-form-control-wrapper.readonly.invalid.state-focussed textarea {
  background-color: transparent!important;
  border-bottom: 1px dashed #da4b37 !important;
  cursor: not-allowed !important;
  background-image: none!important;
  color: #da4b37 !important;
}
.k-autocomplete.k-state-disabled,
.k-dropdown-wrap.k-state-disabled,
.k-multiselect.k-header.k-state-disabled,
.k-numeric-wrap.k-state-disabled,
.k-numeric-wrap.k-state-disabled .k-input,
.k-numeric-wrap.k-state-disabled .k-select,
.k-picker-wrap.k-state-disabled {
  background-color: transparent!important;
  background-image: none!important;
}
.q-form-control-wrapper .k-dropdown-wrap .k-select,
.q-form-control-wrapper .k-numeric-wrap .k-select,
.q-form-control-wrapper .k-picker-wrap .k-select {
  min-height: 1.75em;
  line-height: 1.5em;
}
.q-form-control-wrapper .k-autocomplete > .k-i-close,
.q-form-control-wrapper .k-combobox > .k-dropdown-wrap > .k-i-close {
  top: 40%;
}
.k-tooltip {
  z-index: 12000;
  border: 0;
  background-repeat: repeat-x;
  min-width: 20px;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  box-shadow: none!important;
  text-transform: normal;
  white-space: nowrap;
}
.k-animation-container .k-tooltip {
  background-color: #fff!important;
}
.k-tooltip-button {
  text-align: right;
  height: 0;
}
.k-tooltip-content {
  height: 100%;
}
.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}
span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}
.k-invalid-msg {
  display: none;
}
.k-callout {
  display: none;
}
.k-filter-menu > div > div:last-child {
  border-top: 0!important;
}
/* default tool widths */
.k-fontName {
  width: 110px;
}
.k-fontSize {
  width: 124px;
}
.k-formatBlock {
  width: 147px;
}
.k-context-menu.k-menu-vertical > .k-item > .k-link,
.k-menu .k-menu-group .k-item > .k-link {
  padding: 0 12px;
  display: inline-block;
  white-space: nowrap;
}
.k-grid tr.k-filter-row:hover .k-widget {
  background-color: transparent!important;
}
.k-editor .k-editor-toolbar-wrap {
  padding-left: 0;
}
.k-editor.k-header {
  background-color: transparent!important;
}
table.k-widget.k-editor.k-header.k-editor-widget {
  border: 0;
  border-bottom: 1px solid #047bc1;
}
table.k-widget.k-editor.k-header.k-editor-widget .k-editable-area {
  border: 0;
}
.k-grouping-header .k-button.k-bare {
  height: 18px;
  margin-top: 8px;
}
.k-splitbar-vertical.k-state-focused .k-resize-handle {
  background: white;
}
.k-calendar .k-state-selected .k-link {
  box-shadow: inset 0 0 0 1px #4d4d4d;
}
/*# sourceMappingURL=kendo-styles.css.map */
/* LESS Document */
/* Change box model to content box for some Kendo elements */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.disclaimer {
  color: #da4b37;
}
.footerlink a {
  font-size: 12px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0 !important;
}
.material h1:first-child,
.material h2:first-child,
.material h3:first-child,
.accordion + h2,
.accordion + h3,
.accordion + h1 {
  margin-top: 6px;
  margin-bottom: 4px !important;
}
h2.guide {
  margin: 64px 0 32px 0 !important;
}
p,
span,
h1,
h2,
h3,
h4,
h5 {
  color: #3b3b3b;
}
.secondary {
  color: #757575;
}
.hint {
  color: #bdbdbd;
}
.error {
  color: #da4b37 !important;
}
.warning {
  color: #f0ad4e !important;
}
.message {
  color: #919191 !important;
}
.error,
.message,
.warning {
  cursor: pointer !important;
}
.disabledlink {
  color: #bdbdbd !important;
  cursor: default !important;
}
.totals > span {
  font-weight: bold;
  color: #3b3b3b !important;
}
.totals > p {
  color: #757575 !important;
}
.intro p {
  color: #757575;
  margin: 8px 0;
}
.q-bold {
  font-weight: bold !important;
  color: #3b3b3b !important;
}
.q-bolditalic {
  font-weight: bold !important;
  font-style: italic !important;
  color: #3b3b3b !important;
}
.q-italic {
  font-style: italic !important;
  color: #3b3b3b !important;
}
a.webstdlink {
  color: #0072ce !important;
}
a.webstdlink:hover,
a.webstdlink:focus {
  color: #0072ce !important;
  text-decoration: underline !important;
}
.alert-links a {
  color: #047bc1 !important;
}
.alert-links a:hover {
  color: #047bc1 !important;
  text-decoration: none!important;
}
.dropdownUsermenu .endstate {
  color: #047bc1;
}
.openscreenscontrol {
  background-color: #646b77;
}
.openscreenscontrol:hover {
  background-color: #585f69;
}
.q-action .q-action_Hub:active,
.q-action a:active,
.q-action button:active,
.q-action .q-action_Hub:focus,
.q-action a:focus,
.q-action button:focus {
  background-color: #036ba8;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu a {
  color: #047bc1;
}
.q-actionbar {
  background-color: #047bc1;
}
.q-actionbar a {
  overflow: visible!important;
}
.q-actionbar a:before {
  display: none;
}
.q-actionbar .q-dropdown-menu a {
  overflow: hidden!important;
}
.q-actionbar .q-dropdown-menu a:before {
  display: inline-block !important;
}
.q-actionbar .q-dropdown-menu a:hover {
  background-color: transparent!important;
}
.k-button:focus {
  background-color: #024b76 !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
}
.q-form,
.q-gridheader {
  background: #eeeeee;
}
.q-gridheaderwhite {
  background: #ffffff;
}
@media (min-width: 1600px) {
  .q-gridheaderwhite {
    background-color: #047bc1 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#047bc1), to(#ffffff)) !important;
    background-image: -webkit-linear-gradient(left, #047bc1 6.1px, #ffffff 6.1px) !important;
    background-image: -moz-linear-gradient(left, #047bc1 6.1px, #ffffff 6.1px) !important;
    background-image: -ms-linear-gradient(left, #047bc1 6.1px, #ffffff 6.1px) !important;
    background-image: -o-linear-gradient(left, #047bc1 6.1px, #ffffff 6.1px) !important;
    background-repeat: no-repeat !important;
  }
}
.fullworkspace .q-gridheader {
  background: #eeeeee !important;
  background-image: none!important;
}
.addresscard .btn-link.pull-right,
.contactcard .btn-link.pull-right,
.detailscard .btn-link.pull-right {
  color: #047bc1 !important;
}
.k-progressbar {
  background-color: #49b9fb !important;
}
.k-progressbar .k-state-selected {
  background-color: #047bc1 !important;
}
table.k-widget.k-editor.k-header.k-editor-widget {
  border-bottom: 1px solid #047bc1;
}
.q-form-wizard .btn-link.pull-right {
  color: #047bc1 !important;
}
.stepwizard-step .btn-primary,
.tabwizard-default .btn-primary {
  background-color: #047bc1 !important;
  border-color: #047bc1 !important;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link,
a.text-link {
  color: #047bc1;
}
a.footerlink:not(.lightboxClose):hover {
  animation: color-link 0.5s forwards;
  -webkit-animation: color-link 0.5s forwards;
  -moz-animation: color-link 0.5s forwards;
}
@keyframes color-link {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.27;
  }
  100% {
    opacity: 1!important;
  }
}
@-webkit-keyframes color-link {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.27;
  }
  100% {
    opacity: 1!important;
  }
}
.k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
  border-bottom-color: #49b9fb !important;
}
.k-scheduler-views li.k-state-hover {
  border-color: #012b44 !important;
}
.k-scheduler .k-header,
.k-scheduler .k-header .k-link,
.k-scheduler .k-header li,
.k-task-complete {
  background-color: #047bc1 !important;
  border-color: #047bc1;
}
.k-header.k-scheduler-footer ul.k-header li {
  border-color: #047bc1;
}
.k-filter-menu.k-popup .k-button {
  color: #047bc1 !important;
}
.k-editor-dialog .k-input[type="text"]:focus,
.k-editor-dialog .k-input[type="number"]:focus,
.k-editor-dialog .k-textbox:focus,
.k-editor-dialog .k-picker-wrap .k-input:focus,
.k-editor-dialog .k-button:focus,
.k-editor-dialog .k-textbox > input:focus {
  border-bottom: 1px solid #047bc1;
}
.k-editor-dialog .k-dialog-close.k-button,
.k-editor-dialog .k-dialog-insert.k-button.k-primary {
  color: #047bc1 !important;
}
.l3grid .highlightcell {
  background-color: #30b0fb !important;
}
.l3grid .k-edit-cell .k-input,
.l3grid .k-edit-cell .k-multiselect-wrap,
.l3grid .k-edit-cell .k-textbox > input,
.l3grid .k-edit-cell input.k-textbox,
.l3grid .k-edit-cell input.k-textbox:hover,
.l3grid .k-edit-cell textarea.k-textbox,
.l3grid .k-edit-cell textarea.k-textbox:hover {
  color: #023b5d !important;
}
.contextMenu li.hover A,
.dropdown-actionmenu li A:hover,
.dropdown-menu li A:hover,
.dropdown-menu li:hover,
.dropdown-actionmenu li:hover {
  color: #047bc1;
  background-color: #ffffff;
}
.dropdown-menu > li > button:hover,
.dropdown-menu li button:hover {
  color: #047bc1;
}
.gridholder .coloredcell {
  background-color: #047bc1 !important;
}
.gridholder .k-group-cell.k-header {
  background-color: #047bc1;
}
.gridholder .k-button {
  background-color: transparent!important;
}
.gridholder .q-linkout {
  color: #047bc1 !important;
  font-weight: bold;
  text-decoration: none;
}
.gridholder .q-linkout:hover {
  text-decoration: underline;
}
.gridholder .k-grid .gridbutton {
  background-color: #047bc1 !important;
}
.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  background-color: #047bc1 !important;
  border-color: #047bc1 !important;
}
.k-popup .k-primary {
  background-color: #047bc1;
}
.gridholder input.k-textbox:focus {
  border: 0;
  background-position: bottom center, bottom center!important;
}
.k-filter-menu input.k-textbox {
  border-bottom: 1px solid #d2d2d2;
}
.k-filter-menu input.k-textbox:focus {
  border: 0;
  border-bottom: 1px solid #047bc1;
  background-position: bottom center, bottom center!important;
}
.k-filter-menu .k-input {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.k-filter-menu .k-button:hover {
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  background: #eeeeee !important;
}
.list_carousel li.tab-active,
.list_carousel li:hover {
  color: #047bc1;
  border-bottom: 2px solid #047bc1;
}
.gridholder a.k-link,
.k-state-active .gridholder a.k-link {
  color: #757575 !important;
  font-weight: normal!important;
}
.k-window-content .k-button,
.k-window-content .delete-cancel,
.k-window-content .delete-confirm {
  color: #047bc1;
}
.widget .k-button:focus {
  background-color: #047bc1 !important;
}
.k-window-titlebar,
.k-window-titlebar.k-header {
  background: #047bc1;
}
.lightboxClose {
  color: #047bc1;
}
.k-calendar .k-header {
  background-color: #047bc1;
}
.k-calendar .k-header .k-link.k-state-hover {
  background-color: #036ba8;
  color: #ffffff !important;
}
.k-calendar .k-header .k-link {
  color: #ffffff !important;
}
.k-checkbox-label.pull-left:before,
.k-checkbox:focus + .k-checkbox-label.pull-left:before,
.q-form-control-wrapper.state-focussed .q-form-control-label {
  color: #047bc1;
}
input[type="checkbox"]:checked + input[type='hidden'] + label.pull-left:after {
  background-color: #047bc1;
}
.k-button {
  background: #047bc1 !important;
  color: #ffffff !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.k-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.k-button:hover {
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.k-button:active:before,
.k-button:focus:before,
.k-button:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.k-button:active,
.k-button:focus,
.k-button:hover {
  -moz-box-shadow: inset 0 2px 3px 1px rgba(0, 0, 0, 0.26) !important;
  -webkit-box-shadow: inset 0 2px 3px 1px rgba(0, 0, 0, 0.26) !important;
  box-shadow: inset 0 2px 3px 1px rgba(0, 0, 0, 0.26) !important;
}
.k-window .k-button .lightboxClose {
  background: transparent!important;
  padding: 0.5em !important;
}
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected,
.k-state-selected > .k-link {
  color: #047bc1 !important;
  font-weight: bold;
}
.k-state-active a.k-link {
  color: #047bc1 !important;
}
.k-state-hover a.k-link {
  color: #047bc1 !important;
}
.k-tabstrip-items .k-state-active,
.k-tabstrip-items .tabrestrict .k-state-active {
  border-color: #047bc1 !important;
}
.k-tabstrip-top .k-state-active a.k-link {
  font-weight: normal!important;
}
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-focused .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-hover .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-focused .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-hover .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-focused .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-hover .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-focused .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-hover .k-textbox {
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 2px, 100% 1px!important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.k-scheduler-edit-form .k-edit-form-container .k-input:focus,
.k-scheduler-edit-form .k-edit-form-container .k-input.k-textbox:focus,
.k-scheduler-edit-form .k-edit-form-container .k-textbox:focus,
.k-scheduler-edit-form .k-edit-form-container .k-input:hover,
.k-scheduler-edit-form .k-edit-form-container .k-input.k-textbox:hover,
.k-scheduler-edit-form .k-edit-form-container .k-textbox:hover {
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 2px, 100% 1px!important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.gridholder a.k-link.q-critical,
.gridholder a.k-link.q-error,
.q-critical,
.q-error {
  color: #da4b37 !important;
  font-weight: bold!important;
}
.gridholder a.k-link.q-warning,
.q-warning {
  color: #f0ad4e !important;
  font-weight: bold!important;
}
.gridholder a.k-link.q-info,
.q-info {
  color: #5bc0de !important;
  font-weight: bold!important;
}
.popover a {
  color: #047bc1;
}
.popover a:hover {
  color: #047bc1;
}
actionbar,
header,
alert,
footer,
nav {
  display: block;
  z-index: 1;
  /* To prevent inactive drop downs interferring - likely temp - DONT include a z-index for <section> */
  background: #047bc1;
}
aside {
  z-index: 2;
  /* To prevent inactive drop downs interferring - likely temp */
}
/* Main CSS Grid App Layout on body */
#page {
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  display: -ms-grid;
  /* At worst we can put this in a div or applayout if other items like lightboxes cause issues when rendered in the body - better to keep it shallow if we can */
  -ms-grid-columns: auto 1fr auto;
  /* Auto always expands to the height of the content */
  -ms-grid-rows: auto auto auto 1fr auto;
  /* Auto always expands to the height of the content */
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto auto 1fr auto;
  background-color: #eaf1f4;
  overflow: hidden;
}
header {
  background: transparent;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  /* Could be written as grid-column: 1 / span 3 - represents grid-column-start / grid-column-end which are also individual attributes */
  grid-row: 1;
  /* Could be written as grid-row: 1 / span 1 or grid-row: 1 (no end is needed)  */
  height: 40px;
}
actionbar {
  background: transparent;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column-span: 1;
  grid-column: 2;
  grid-row: 2;
  /* Shares same space as context */
}
alert {
  background: transparent;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  -ms-grid-column-span: 1;
  grid-column: 2;
  grid-row: 3;
  overflow-y: hidden;
}
nav {
  background: transparent;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column-span: 1;
  grid-column: 1;
  grid-row: 2 / 5;
  z-index: 10;
}
section {
  background: transparent;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
  -ms-grid-column-span: 1;
  grid-column: 2;
  grid-row: 4;
  overflow-y: auto;
  overflow-x: auto;
  /* Overflow-x: hidden lead to bug 138490  */
  padding: 0 16px;
}
aside {
  background: transparent;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 3;
  grid-column: 3;
  grid-row: 2 / 5;
  overflow-y: hidden !important;
  overflow-x: auto;
  display: flex;
  /* allow easy stacking of docked panes */
  flex-wrap: nowrap;
  /* Ensure the panes overflow and don't wrap */
  max-width: 800px;
}
footer {
  background: transparent;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  grid-row: 5;
}
/* Hierarchy for drop downs */
.header-new {
  z-index: 3;
}
footer {
  z-index: 3;
}
actionbar {
  z-index: 2;
}
/* Sub layouts */
.sectionLayout {
  height: calc(100% - 8px);
}
.header-new .collapsed-menu-container {
  max-width: 44px;
}
header {
  height: 40px;
}
header h1 {
  margin-top: 6px;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  overflow: hidden;
  text-overflow: unset;
  line-height: 28px;
  position: relative;
  padding: 0 12px 0 8px;
  max-width: 100%;
  vertical-align: top;
}
header .header-text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
}
header .mydashboard + .header-text {
  margin-left: 1rem;
  width: calc(100% - 1rem);
}
header .mydashboard {
  position: absolute;
  left: 0;
  color: #ffffff;
}
header #modmark {
  color: #fff;
}
header .header-new {
  margin: 0;
}
header a,
header a:hover {
  text-decoration: none !important;
  outline: none;
  color: #757575;
}
header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
}
header .breadcrumb > li {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .breadcrumb > li a {
  color: #ffffff;
  text-transform: capitalize;
}
header .breadcrumb > li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .breadcrumb > li:before {
  content: '<';
  margin: 0 4px 0 0;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 768px) {
  header .breadcrumb > li:before {
    padding: 0;
    font-size: 20px;
  }
}
.q-actionbar {
  width: 100% !important;
  height: 36px;
  color: #ffffff;
  position: relative;
  background-color: #2b3f62;
}
.q-actionbar .container {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .q-actionbar .container {
    padding-right: 46px;
  }
}
.q-actionbar button {
  background-color: transparent;
  border: 0;
}
.q-actionbar button:hover {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.actionbar-float-right {
  width: 26px;
  position: absolute;
  right: 8px;
  height: 14px;
  top: 10px;
}
.q-head {
  position: static;
  border-left: 1px solid #e0e0e0;
  height: 70px;
}
@media (max-width: 768px) {
  .q-head {
    height: auto;
    width: 100%;
    text-align: center;
  }
}
.wback {
  background-color: transparent;
  margin: 0 6px;
}
.wback .q-head-btn {
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
  background: transparent;
  background-image: none !important;
  cursor: pointer;
}
.wback .q-head-btn:after {
  display: inline-block;
  height: 8px;
  width: 4px;
  margin: 0 1rem;
  content: " ";
  border-top: 4px solid #ffffff;
  border-right: 4px solid #047bc1;
  border-bottom: 4px solid #047bc1;
  border-left: 4px solid #047bc1;
}
@media (max-width: 768px) {
  .wback .q-head-btn:after {
    display: none;
  }
}
.sprite.q-head_DropDown {
  display: none;
  border: 0;
}
@media (max-width: 768px) {
  .sprite.q-head_DropDown {
    display: block;
    margin: 1.25rem 1.5rem 0 1.5rem;
    padding: 0 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    float: right;
    width: 22px;
  }
}
.q-header {
  display: block;
}
@media (max-width: 768px) {
  .q-header {
    display: none;
  }
}
@media (max-width: 768px) {
  .q-header .row {
    margin: 0;
  }
}
.lopad {
  padding: 2px;
}
.alert_asterisk {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/asterisk_alert.gif) !important;
  background-size: 50px 50px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.q-dropdown-menu.dropdown-menu {
  min-width: 200px;
  padding: 1rem !important;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0;
  /*&.dropdownMoremenu {
		right: 1rem;
		left: auto;
	}*/
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu {
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}
.q-dropdown-menu.dropdown-menu.dropdownMoremenu {
  max-height: calc(100vh - 12rem);
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu .endstate,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu .endstate,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu .endstate {
  text-align: right;
  font-size: 12px;
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu .endstate:hover,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu .endstate:hover,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu .endstate:hover {
  background: transparent !important;
}
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu {
  right: 10rem;
}
.q-dropdown-menu.dropdown-menu > li > a,
.q-dropdown-menu.dropdown-menu > li button {
  height: 26px !important;
  line-height: 26px !important;
  padding: 2px 2px 2px 14px !important;
  color: #000000 !important;
  vertical-align: middle;
  opacity: 1;
  width: 100%;
  text-align: left;
  text-indent: 0;
}
.q-dropdown-menu.dropdown-menu > li > a:hover,
.q-dropdown-menu.dropdown-menu > li button:hover {
  color: #000000;
  opacity: 1;
  background: #ccc;
}
.q-dropdown-menu.dropdown-menu > li > a .sprite,
.q-dropdown-menu.dropdown-menu > li button .sprite {
  margin-right: 1rem;
  vertical-align: middle;
}
.q-dropdown-menu.dropdown-menu > li > button:hover {
  background: transparent !important;
}
.q-dropdown-menu.dropdown-menu > li > button:disabled {
  opacity: 0.27;
  filter: alpha(opacity=27);
  color: #757575 !important;
}
.q-dropdown-menu.dropdown-menu > li > button:disabled:hover {
  cursor: default !important;
  color: #757575 !important;
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu {
  top: 3.25rem;
  left: auto;
  margin-left: -6rem;
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu li {
  height: 28px;
}
@media (max-width: 768px) {
  .q-dropdown-menu.dropdown-menu.dropdownUsermenu {
    position: static;
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    opacity: 1;
    box-shadow: none;
    max-height: 240px;
    overflow: scroll-y;
  }
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu .empty {
  opacity: 0.27;
  filter: alpha(opacity=27);
  color: #757575 !important;
  font-size: 12px;
}
.q-dropdown-menu.dropdown-menu.dropdownUsermenu .empty:hover {
  background: transparent !important;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu {
  top: 3.25rem;
}
.q-dropdown-menu.dropdown-menu.dropdownMoremenu {
  top: 0.3125rem;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu {
  left: auto;
  margin-left: -6rem;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li {
  height: 28px;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a {
  height: auto;
  line-height: 26px;
  padding: 8px;
  text-indent: 1rem;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a .sprite,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a .sprite,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a .sprite {
  position: absolute;
  top: auto;
  left: 0;
  display: none;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a .sprite.q-head-selected,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a .sprite.q-head-selected,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a .sprite.q-head-selected {
  display: inline-block;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a:hover,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a:hover,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a:hover {
  background: transparent;
}
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a:hover .sprite,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a:hover .sprite,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a:hover .sprite,
.q-dropdown-menu.dropdown-menu.dropdownSchedulermenu > li > a:hover .q-head-selected,
.q-dropdown-menu.dropdown-menu.dropdownPersonamenu > li > a:hover .q-head-selected,
.q-dropdown-menu.dropdown-menu.dropdownMoremenu > li > a:hover .q-head-selected {
  display: inline-block;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu {
  top: 1rem;
  right: 5rem;
  left: auto;
  min-width: 300px;
  padding: 2rem;
  color: #757575;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li {
  height: auto;
  padding: 1rem 0;
  line-height: 16px;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li a {
  text-align: right;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li:first-child {
  padding-top: 0;
  padding-bottom: 0;
  height: 24px !important;
  min-height: 24px !important;
  position: relative;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li:last-child {
  padding-bottom: 0;
  text-align: right;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li:hover {
  background-color: #ffffff !important;
  color: #757575;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu li > a:hover {
  background-color: #ffffff !important;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu h1 {
  color: #3b3b3b;
  margin-top: 0;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu .q-head_ShowingAlerts {
  font-size: 11px;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu .q-head_AlertTitle {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  line-height: 16px;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu .q-head_AlertTitleRed {
  display: inline-block;
  width: 25%;
  color: RED;
  vertical-align: top;
  line-height: 16px;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu .q-head_AlertDesc {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  line-height: 16px;
  word-wrap: break-word;
}
.q-dropdown-menu.dropdown-menu.dropdownAlertsmenu a {
  display: inline-block;
  color: #047bc1;
  opacity: 1;
}
.actionholderleft .q-dropdown-menu.dropdown-menu li > a {
  line-height: 18px !important;
}
.actionholderleft .q-dropdown-menu.dropdown-menu li button {
  line-height: 18px !important;
}
.q-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 11px 12px 0 16px;
}
.q-search a {
  display: block;
  width: 18px !important;
  height: 18px !important;
  opacity: 1;
  background-position: -360px -478px;
}
.helpmenu {
  right: 1rem !important;
  left: inherit !important;
  bottom: 2rem;
  top: auto;
}
.q-help {
  margin-top: 2px;
}
.q-help a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .q-help,
  .q-search {
    display: none;
  }
}
.actionholder1,
.actionholder2,
.actionholder3,
.actionholdernaesb,
.actionholderleft {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
}
.actionholder1 button:disabled,
.actionholder2 button:disabled,
.actionholder3 button:disabled,
.actionholdernaesb button:disabled,
.actionholderleft button:disabled,
.actionholder1 button[data-disabled],
.actionholder2 button[data-disabled],
.actionholder3 button[data-disabled],
.actionholdernaesb button[data-disabled],
.actionholderleft button[data-disabled] {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.actionholder1 button:disabled:hover,
.actionholder2 button:disabled:hover,
.actionholder3 button:disabled:hover,
.actionholdernaesb button:disabled:hover,
.actionholderleft button:disabled:hover,
.actionholder1 button[data-disabled]:hover,
.actionholder2 button[data-disabled]:hover,
.actionholder3 button[data-disabled]:hover,
.actionholdernaesb button[data-disabled]:hover,
.actionholderleft button[data-disabled]:hover {
  background: transparent !important;
  cursor: default !important;
}
@media (min-width: 992px) {
  .actionholder1,
  .actionholder2,
  .actionholder3,
  .actionholdernaesb,
  .actionholderleft {
    margin-left: 2.375em;
  }
}
@media (max-width: 768px) {
  .actionholder1,
  .actionholder2,
  .actionholder3,
  .actionholdernaesb,
  .actionholderleft {
    margin-left: 0;
  }
}
.actionholder1 {
  max-width: 400px;
  overflow-x: visible;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .actionholder1 {
    max-width: 120px !important;
  }
}
.actionholder2 {
  max-width: 160px;
  overflow-x: visible;
}
.actionholder3 {
  max-width: 40px;
  margin-left: 0 !important;
}
.actionholdernaesb,
.actionholderleft {
  margin-left: 32px !important;
  max-width: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .actionholdernaesb,
  .actionholderleft {
    margin-left: 0 !important;
  }
}
.q-action {
  height: 36px;
  line-height: 32px;
  white-space: nowrap;
}
.q-action.q-action-hub {
  padding: 0 0 0 1rem;
}
.q-action.q-action-add {
  padding: 0 0 0 0;
  text-align: right;
}
.q-action .q-action_Hub {
  max-width: 96%;
}
.q-action a,
.q-action button,
.q-action .q-action_Hub {
  display: inline-block;
  height: 34px;
  margin: 0 1px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.q-action a:active,
.q-action button:active,
.q-action .q-action_Hub:active,
.q-action a:focus,
.q-action button:focus,
.q-action .q-action_Hub:focus {
  background-color: #233450;
  cursor: pointer !important;
}
.q-action a span,
.q-action button span,
.q-action .q-action_Hub span {
  margin-right: 2px;
  margin-left: 4px;
  color: #fff;
}
.q-action > .q-action_Hub {
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 2px;
  padding: 0 10px 0 6px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*&:after {
			display: inline-block;
			color: @white;
			height: 8px;
			width: 4px;
			margin: 0 1rem 0 5rem;
			content: " ";
			border-top: 4px solid @white;
			border-right: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-left: 4px solid transparent;
		}*/
}
@media (max-width: 768px) {
  .q-action > .q-action_Hub {
    width: 100%;
    font-size: 11px;
  }
}
.q-action > .q-action_Hub .q-hub_Warning {
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .q-action > .q-action_Hub .q-hub_Warning {
    margin-right: 0;
  }
}
.q-action button:hover {
  cursor: pointer !important;
}
.q-action button span {
  color: #fff;
}
.q-action button span.desktoptext {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .q-action button .desktoptext {
    display: none;
  }
}
@media (max-width: 992px) {
  .q-action .primarysingleaction {
    margin-right: 24px;
  }
  .q-action .primarysingleaction .desktoptext {
    display: inline-block;
  }
}
.q-action .sprite {
  display: inline-block;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .q-action .sprite.q-content_Retrieve {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .q-action .sprite.q-content_Submit {
    vertical-align: top;
  }
}
.q-action ul.dropdown-menu {
  top: 7px;
}
.q-action ul.dropdown-menu > li {
  padding: 2px 0 !important;
}
.q-action ul.dropdown-menu.dropdownHubmenu {
  left: 1rem;
  min-width: 200px;
}
.dropdown-menu li.divider:hover {
  background-color: #ffffff !important;
}
.dropdownPersonamenu,
.dropdownSchedulermenu,
.dropdownPersonamenu {
  z-index: 2;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdownPersonamenu .divider,
.dropdownSchedulermenu .divider,
.dropdownPersonamenu .divider {
  height: 1px !important;
}
.dropdownPersonamenu li,
.dropdownSchedulermenu li,
.dropdownPersonamenu li {
  line-height: 26px !important;
}
.dropdownPersonamenu li a,
.dropdownSchedulermenu li a,
.dropdownPersonamenu li a {
  line-height: 26px !important;
}
.open > .dropdownUsermenu,
.open > .dropdownSchedulermenu,
.open > .dropdownPersonamenu,
.open > .dropdownAlertsmenu {
  display: block;
  height: auto;
  width: auto;
  min-width: 200px;
  opacity: 1;
}
.open > .q-header {
  z-index: 999;
  /*Required for iOS to receive touch on links */
  position: absolute;
  top: 7rem;
  right: 1.5rem;
  display: block;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 260px;
  max-width: 90%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media (max-width: 768px) {
  .nomobile {
    display: none;
  }
}
.nosmallmobile {
  display: block;
}
@media (max-width: 768px) {
  .nosmallmobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-mobile {
    display: none;
  }
}
@media (min-width: 769px) {
  .onlymobile {
    display: none;
  }
}
#q_autocomplete.float_search_auto {
  display: none !important;
}
#q_d_1.float_search_auto,
#q_d_2.float_search_auto {
  opacity: 0;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu {
  position: relative !important;
}
span.sprite.q-content_ViewRecentHistory {
  background-image: none !important;
}
span.sprite.q-content_ViewRecentHistory.q-head-selected {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.onlysmallmobile {
  display: none;
}
@media (max-width: 768px) {
  .onlysmallmobile {
    z-index: 11 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  ul.datasetHeaderMenuMobileDropdown {
    padding-top: 0 !important;
    position: relative !important;
    top: 0 !important;
  }
  ul.datasetHeaderMenuMobileDropdown > li {
    cursor: pointer;
  }
  ul.datasetHeaderMenuMobileDropdown > li:hover {
    color: #000000;
    opacity: 1;
    background: #ccc;
    cursor: pointer !important;
  }
  ul.datasetHeaderMenuMobileDropdown > li > a {
    height: 44px;
    line-height: 40px;
    padding: 2px 10px;
    color: #000000;
    vertical-align: middle;
    opacity: 1;
  }
  ul.datasetHeaderMenuMobileDropdown > li > a:hover {
    color: #000000;
    opacity: 1;
    background: #ccc;
    cursor: pointer !important;
  }
  div#dataset_header_menu {
    top: 50px !important;
  }
}
.q-header_User .q-header_Item,
.q-header_Scheduler .q-header_Item,
.q-header_Persona .q-header_Item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 28px);
  display: inline-block;
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
}
.q-header_ItemRed {
  color: #ffffff;
}
.q-header_ItemRed span.sprite {
  margin-top: 11px;
  display: inline-block;
}
.wback .q-header_User.q-head-btn:after,
.wback .q-header_Scheduler.q-head-btn:after,
.wback .q-header_Persona.q-head-btn:after {
  float: right;
  margin-top: 18px;
}
.mainactiondrop {
  min-width: 200px !important;
}
.actionbarselect {
  cursor: pointer !important;
  cursor: hand !important;
}
.actionbarselect:hover {
  cursor: pointer !important;
  cursor: hand !important;
}
.unitselect {
  /*max-width: calc(100% - 28px); // Commented out due to early collapse issue */
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
.iconselect {
  vertical-align: top !important;
  margin-top: 8px !important;
}
/* Tertiary Menu */
.dropdown-header {
  text-transform: uppercase;
}
.dropdown-menu li.dropdown-header:hover {
  background-color: #ffffff !important;
  color: #3b3b3b !important;
  cursor: default !important;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown {
  position: relative !important;
  right: 0 !important;
  margin-left: -160px;
  max-width: 240px;
  /* Below allows mobiles to access long tertiary menus */
}
@media (max-width: 991px) {
  ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown {
    max-height: 240px;
    overflow-y: scroll;
  }
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown li {
  height: auto !important;
  min-height: 28px !important;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown li button,
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown li a {
  min-height: 28px !important;
  line-height: 18px !important;
  white-space: normal !important;
  height: auto !important;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.tertiaryDropDown .spritenumbers {
  color: #3b3b3b;
}
.actionholderleft .q-dropdown-menu.dropdown-menu li > a {
  line-height: 18px !important;
}
.actionholderleft .q-dropdown-menu.dropdown-menu li button {
  line-height: 18px !important;
}
/* Fixed issue with wrapping text */
.dropdownMoremenu {
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}
.dropdownMoremenu li button,
.dropdownMoremenu li a {
  text-indent: 0 !important;
}
.dropdownMoremenu li button .sprite,
.dropdownMoremenu li a .sprite {
  position: relative;
}
.dropdownMoremenu li button span:first-child,
.dropdownMoremenu li a span:first-child {
  display: inline-block !important;
  margin-right: 12px !important;
  vertical-align: top !important;
  position: relative !important;
}
.dropdownMoremenu li button span:last-child,
.dropdownMoremenu li a span:last-child {
  display: inline-block !important;
  width: calc(100% - 50px) !important;
  color: #000000;
}
.dropdownMoremenu li button:disabled span:last-child,
.dropdownMoremenu li a:disabled span:last-child {
  color: #757575 !important;
}
/* Ensure words dont break but numerous words do break the line */
ul.q-dropdown-menu li span {
  word-break: initial;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.naesbDropDown,
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.leftDropDown {
  position: relative !important;
  left: 10px !important;
  max-height: 240px;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.naesbDropDown {
  overflow-y: scroll;
}
ul.q-dropdown-menu.dropdown-menu.dropdownMoremenu.leftDropDown {
  overflow-y: auto;
}
@media (max-width: 991px) {
  .q-dropdown-menu.dropdown-menu.dropdownMoremenu.leftDropDown {
    margin-left: 0 !important;
  }
}
.dropdown-menu li {
  padding: 0 12px;
}
span.sprite.q-content_Forward.q-head-selected {
  opacity: 0.87;
  filter: alpha(opacity=87);
  margin-top: 4px;
}
li button .sprite,
li a .sprite {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
li button:hover .sprite,
li a:hover .sprite {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
/* Floating close button */
.floatingclose {
  position: relative;
  top: 0;
  right: 0;
}
.floatingclose button {
  border: 0;
  background: none !important;
}
.floatingclose button:hover {
  background: none !important;
}
.floatingclose button .q-content_Cancel {
  background-position: -555px -432px !important;
  width: 14px !important;
  height: 14px !important;
}
.floatingclose:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.actionholderwip .openscreendropdown {
  display: none !important;
}
.actionholderwip.open .openscreendropdown {
  display: block !important;
}
.q-dropdown-menu button:before,
.q-dropdown-menu a:before {
  background-color: #f3f3f3 !important;
}
.q-dropdown-menu button:hover:before,
.q-dropdown-menu a:hover:before,
.q-dropdown-menu button:active:before,
.q-dropdown-menu a:active:before {
  background-color: #eeeeee !important;
}
.q-dropdown-menu button:focus:before,
.q-dropdown-menu a:focus:before {
  background-color: #eeeeee !important;
}
/* Old drop down still being used */
/* Old drop down still being used */
.q-dropdown-menu.dropdownAlertsmenu a.footerlink {
  padding-right: 12px !important;
}
.q-dropdown-menu li:hover,
.q-dropdown-menu li a:hover {
  background-color: transparent !important;
}
/* Flex layout */
.header-layout {
  display: flex;
  background: #047bc1;
  height: 40px;
}
.header-menu {
  padding: 0 5px;
  background: #2b3f62;
}
.header-link h1,
.header-link .breadcrumb .active {
  display: none;
}
.header-link .breadcrumb li {
  padding: 12px 2px 0 8px;
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 100%;
}
@media (max-width: 768px) {
  .header-link .breadcrumb li {
    padding-top: 6px;
  }
}
.header-link .breadcrumb li:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.header-title {
  flex: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .header-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .header-title {
    text-align: left;
    max-width: 230px;
  }
}
.header-title h1 sup {
  color: #fff;
  top: 0;
}
.header-title h1 .header-text {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500;
}
.header-title .breadcrumb {
  display: none;
}
.header-alert {
  width: 30px;
}
.header-alert .q-head-btn:after {
  margin: 0;
}
.header-user,
.header-persona {
  max-width: 200px;
}
@media (min-width: 1600px) {
  .header-user,
  .header-persona {
    max-width: 260px;
  }
}
/* Alert count */
span.q-header_AlertNumbern.q-alertTotalItem {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #bd0000;
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-size: 10px;
  top: 4px;
  right: 2px;
}
#q_autocomplete.float_search_auto {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background: #047bc1;
  margin: 0;
  height: 40px;
  z-index: 8002;
}
#q_autocomplete.float_search_auto .q-form-control-wrapper {
  margin-top: -16px;
}
#q_autocomplete.float_search_auto .q-form-control-wrapper input.q-form-control-input {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
  color: #ffffff;
}
#q_autocomplete.float_search_auto .q-form-control-wrapper input.q-form-control-input::-webkit-input-placeholder,
#q_autocomplete.float_search_auto .q-form-control-wrapper input.q-form-control-input:-ms-input-placeholder,
#q_autocomplete.float_search_auto .q-form-control-wrapper input.q-form-control-input::placeholder {
  color: #ffffff;
}
/* Search pane */
.q-overlay-search {
  top: 40px;
}
div#q_autocomplete {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background: #047bc1;
  margin: 0;
  height: 40px;
  z-index: 8002;
}
div#q_autocomplete .k-autocomplete .k-icon.k-i-loading {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator_white.gif) !important;
}
div#q_autocomplete span.k-icon.k-clear-value.k-i-close {
  filter: invert(100%) !important;
}
div#q_autocomplete .q-form-control-wrapper {
  margin-top: -16px;
}
div#q_autocomplete .q-form-control-wrapper input.q-form-control-input {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
  color: #fff;
}
div#q_autocomplete .q-form-control-wrapper input.q-form-control-input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
div#q_autocomplete .q-form-control-wrapper input.q-form-control-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
div#q_autocomplete .q-form-control-wrapper input.q-form-control-input::placeholder {
  color: #fff;
}
.k-ie11 .q-header_Persona,
.k-ie11 .q-header_User {
  min-width: 9vw;
}
.footer-compact {
  height: 26px;
  background: #646b77;
  padding: 0 12px;
  display: flex;
}
.footer-left,
.footer-center,
.footer-right {
  flex: 1;
}
.footer-left a {
  display: block;
  margin-top: 2px;
}
/* Footer links */
button.footer-link {
  color: #ffffff;
  background: transparent;
  border: 0;
  padding-top: 4px;
}
a.footer-link {
  color: #ffffff;
}
a.footer-link:hover,
a.footer-link:focus {
  text-decoration: none;
  color: #ffffff;
}
/* Open Screen control */
.openscreenscontrol {
  background: transparent;
  position: relative;
  bottom: 0;
  width: 180px;
  height: 24px;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
}
.openscreenscontrol .openscreencount {
  color: #ffffff;
}
.openscreenscontrol span:not(.openscreencountholder) {
  margin-top: 0;
  margin-left: 0;
}
.openscreenscontrol .openscreencountholder {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 20px;
  width: 120px;
}
.openscreenscontrol .openscreencountholder:after {
  content: '';
  width: 12px;
  height: 12px;
}
.openscreendropdown {
  min-width: 300px !important;
  position: fixed !important;
  bottom: 32px !important;
  right: calc(50% - 150px) !important;
  top: inherit !important;
  left: inherit !important;
}
.openscreendropdown .modmark {
  margin-left: 4px;
}
.openscreendropdown li > a:not(.button) {
  display: inline-block;
  border: 0;
  width: calc(100% - 34px) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.openscreendropdown > li > .button {
  display: none;
}
.openscreendropdown > li:hover > .button {
  display: inline-block;
  position: absolute;
  top: -4px;
  border: 0;
  background-color: transparent;
  width: 30px !important;
  padding: 2px 2px 2px 14px !important;
}
.openscreendropdown > li:last-child a:not(.button) {
  width: 100% !important;
}
.openscreendropdown .button:hover {
  cursor: pointer;
}
.openscreendropdown .button:focus:before,
.openscreendropdown .button:active:before,
.openscreendropdown .button:focus {
  background: transparent !important;
}
.openscreendropdown .button:before,
.openscreendropdown .button:hover:before {
  background: transparent !important;
}
.k-edge header .openscreenscontrol .openscreencountholder,
.k-ie header .openscreenscontrol .openscreencountholder {
  top: 16px !important;
}
/* Open screens control */
.bodylock #openscreenscontrol {
  z-index: 0;
}
a {
  text-decoration: none;
}
nav {
  z-index: 9001!important;
}
button:hover {
  cursor: pointer!important;
}
.activateMenu {
  display: block;
  width: 14px;
  height: 14px;
  margin: 11px 6px 0 6px;
}
.q-overlay-menu,
.q-overlay-search {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 8001;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.navcontent {
  padding: 6px 12px 24px 12px;
  background: #ffffff !important;
  border-color: #ffffff !important;
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.26);
}
.navcontent .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0!important;
}
.navcontent p:first-of-type {
  margin-top: 2px;
}
.navcontent p {
  margin-top: 20px;
}
.navcontent .helplink {
  display: block;
  padding: 4px;
}
.navcontent .helplink:after {
  content: "»";
  padding-left: 10px;
}
.navcontent .backlink {
  display: block;
  padding: 4px;
  margin-top: 8px;
}
.navcontent .backlink:before {
  content: "«";
  padding-right: 10px;
}
.navcontent h2 {
  margin-top: 2px;
  margin-bottom: 2px!important;
}
.navcontent h3,
.navcontent h4 {
  margin-bottom: 8px!important;
}
.navcontent .hotkeydescription {
  width: 100%;
  text-align: left;
  display: block;
}
.navcontent .hotkeydescription .q-content_arrow_up,
.navcontent .hotkeydescription .q-content_arrow_down,
.navcontent .hotkeydescription .q-content_arrow_left,
.navcontent .hotkeydescription .q-content_arrow_right {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.navcontent .hotkeydescription .q-content_arrow_up:hover,
.navcontent .hotkeydescription .q-content_arrow_down:hover,
.navcontent .hotkeydescription .q-content_arrow_left:hover,
.navcontent .hotkeydescription .q-content_arrow_right:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.navcontent .hotkeydescription .keyboardbtn {
  display: inline-block;
  padding: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #757575;
  color: #757575;
  font-weight: bold;
  margin: 0 4px;
}
.navcontent .hotkeydescription .hotkeytrigger {
  float: right;
  margin-right: 16px;
  margin-top: 6px;
}
.keyboardbtn {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #757575;
  color: #757575;
  font-weight: bold;
  margin: 0 4px;
  font-size: 11px;
}
.mm-menu {
  background: #ffffff !important;
}
.k-mobile .mm-menu {
  width: 100vw;
}
#mainMenuSlideOut .mm-navbar .mm-close.mm-btn {
  top: 0!important;
  opacity: 0.12;
  filter: alpha(opacity=12);
  right: 6px;
}
#mainMenuSlideOut .mm-navbar .mm-close.mm-btn:after {
  content: "" !important;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  background-position: -383px -260px;
  width: 18px;
  height: 18px;
}
#mainMenuSlideOut .mm-navbar .mm-close.mm-btn:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
#mainMenuSlideOut .mm-next:after,
#mainMenuSlideOut .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.54);
}
#mainMenuSlideOut .poweredby {
  color: #bdbdbd;
  font-size: 10px;
  text-transform: uppercase;
}
#mainMenuSlideOut .q-logo {
  display: block;
  height: 60px;
  width: 100%;
  text-align: center;
}
#mainMenuSlideOut .q-logo .q-logo-img,
#mainMenuSlideOut .q-logo .q-logo-img-client {
  display: inline-block;
  height: 90px;
  width: 300px;
  background-attachment: fixed;
  opacity: 1;
}
#mainMenuSlideOut .q-logo .q-logo-img {
  background: #ffffff url(/MID_ESUITE_PROD/Content/30_Quorum/images/logo_myquorum.png) no-repeat 1px 0;
  background-size: 300px;
}
#mainMenuSlideOut .q-logo .q-logo-img-client {
  background: #ffffff url(/MID_ESUITE_PROD/Content/40_Product/images/logo_client.png) no-repeat 1px 0;
  background-size: 300px;
}
#mainMenuSlideOut .q-app {
  display: inline-block !important;
  position: absolute!important;
  top: 34px !important;
  right: 45px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#mainMenuSlideOut .mainlink {
  font-size: 18px;
  padding: 8px 16px;
  color: #3b3b3b;
  opacity: 0.27;
  filter: alpha(opacity=27);
  cursor: pointer;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
#mainMenuSlideOut .mainlink:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
#mainMenuSlideOut .menueditlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 60px;
  padding-top: 16px;
  padding-left: 36px;
}
#mainMenuSlideOut .menueditlink > a > div {
  display: block;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#mainMenuSlideOut .menueditlink:hover > a > div {
  display: block;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
#mainMenuSlideOut .menueditlink:hover > a > div:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
#mainMenuSlideOut .mm-opened > a {
  font-weight: bold;
}
#mainMenuSlideOut ul.mm-listview li ul li > a {
  font-size: 13px;
}
#mainMenuSlideOut ul.mm-listview li ul li ul li a {
  font-size: 12px;
}
#mainMenuSlideOut ul.mm-listview li.hide-sitemap {
  display: none;
}
#mainMenuSlideOut .linkactivated {
  opacity: 0.87 !important;
  filter: alpha(opacity=87) !important;
}
#mainMenuSlideOut .mm-listview > li {
  border-left-style: solid;
  border-left-width: 15px;
}
#mainMenuSlideOut .mm-vertical > li {
  border-left-style: none;
  border-left-width: 0!important;
}
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a,
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a + a {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover,
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover + a {
  font-weight: 500;
  padding-left: 24px;
}
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover.mm-arrow:after,
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover + a.mm-arrow:after,
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover.mm-next:after,
#mainMenuSlideOut .mm-panels .mm-panel ul li ul li a:hover + a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.87);
}
#mainMenuSlideOut .mm-panels {
  top: 164px !important;
}
#mainMenuSlideOut .mm-navbar.mm-hasbtns {
  padding: 0 20px!important;
  border-bottom: 0;
}
#mainMenuSlideOut .fixednavheader {
  width: 100%;
  display: block;
  text-align: left;
}
#mainMenuSlideOut .mm-navbar .mm-btn {
  top: 124px;
}
#mainMenuSlideOut .mm-navbar .mm-close.mm-btn {
  top: 0 !important;
}
#mainMenuSlideOut .mm-navbar .mm-title {
  position: absolute;
  top: 124px;
  width: auto;
  text-align: left;
  padding-left: 40px;
}
#mainMenuSlideOut .mm-navbar-top {
  height: 160px;
  border-bottom: 1px solid gray;
}
#mainMenuSlideOut .mm-listview a,
#mainMenuSlideOut #mainMenuSlideOut .mm-vertical .mm-listview > li > .mm-next,
#mainMenuSlideOut #mainMenuSlideOut mm-listview > li.mm-vertical > .mm-next {
  width: 100%!important;
}
#mainMenuSlideOut .mm-listview .mm-next:before {
  border: 0!important;
}
#mainMenuSlideOut .mm-panels > .mm-panel > ul.mm-listview > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
#mainMenuSlideOut .mm-listview > li:not(.mm-divider):after {
  border: 0!important;
}
#mainMenuSlideOut .mm-navbar-bottom {
  border-top: 0!important;
}
#mainMenuSlideOut .menusitemap_holder {
  display: block;
  width: 80%;
  margin: 30px auto 0 auto;
  text-align: center;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: none!important;
}
#mainMenuSlideOut.mm-menu {
  background: #f1f1f1;
  background: -moz-linear-gradient(left, #f1f1f1 16px, #ffffff 16px) !important;
  background: -webkit-linear-gradient(left, #f1f1f1 16px, #ffffff 16px) !important;
  background: linear-gradient(to right, #f1f1f1 16px, #ffffff 16px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@grayborder', endColorstr='@white', GradientType=1);
}
.mm-next:after,
.mm-arrow:after {
  border-width: 4px!important;
  width: 12px!important;
  height: 12px!important;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 12px!important;
}
@media screen and (max-width: 768px) {
  .dropdown-menu .divider {
    height: 1px!important;
    min-height: 1px!important;
    margin: 6px 0 12px 0;
    cursor: pointer!important;
  }
}
ul.mm-listview > li:not(.mm-opened) > a {
  color: #757575 !important;
  text-decoration: none!important;
}
ul.mm-listview > li > a:hover,
ul.mm-listview > li > a:focus,
ul.mm-listview > li:hover > a {
  color: #ffffff !important;
  text-decoration: none!important;
}
ul.mm-listview ul.mm-listview > li > a:hover,
ul.mm-listview ul.mm-listview > li > a:focus,
ul.mm-listview ul.mm-listview > li:hover > a {
  color: #757575 !important;
  text-decoration: none!important;
}
#mainMenuSlideOut [class^="q-menu"] {
  border-left-color: #047bc1 !important;
}
#mainMenuSlideOut [class^="q-menu"]:nth-child(2n) {
  border-left-color: #005b99 !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical) {
  box-shadow: inset 0 0 0 0 #047bc1 !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical):hover {
  box-shadow: inset 426px 0 0 0 #047bc1 !important;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical) > a.mm-next:hover:after {
  border-color: #ffffff !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical):nth-child(2n) {
  box-shadow: inset 0 0 0 0 #005b99 !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical):nth-child(2n):hover {
  box-shadow: inset 426px 0 0 0 #005b99 !important;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mainMenuSlideOut [class^="q-menu"]:not(.mm-vertical):nth-child(2n) > a.mm-next:hover:after {
  border-color: #ffffff !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover > a:nth-child(2) {
  box-shadow: inset 426px 0 0 0 #047bc1 !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover > a {
  color: #ffffff;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened > a {
  color: #000000;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened > .mm-arrow:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover > .mm-arrow:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened > .mm-next:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover > .mm-next:after {
  border-color: rgba(255, 255, 255, 0.99) !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.active,
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened,
#mainMenuSlideOut [class^="q-menu"].mm-vertical.open {
  background-color: transparent!important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.active > a:nth-child(2),
#mainMenuSlideOut [class^="q-menu"].mm-vertical.open > a:nth-child(2),
#mainMenuSlideOut [class^="q-menu"].mm-vertical:hover > a:nth-child(2) {
  color: #ffffff;
  background-color: transparent!important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened > a:nth-child(2) {
  box-shadow: inset 426px 0 0 0 #17a6fa !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical.mm-opened > a:nth-child(2) {
  color: #ffffff;
  background-color: transparent!important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n) > a:nth-child(2) {
  box-shadow: inset 0 0 0 0 #005b99 !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover > a:nth-child(2) {
  box-shadow: inset 426px 0 0 0 #005b99 !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover > a {
  color: #ffffff;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened > a {
  color: #000000;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened > .mm-arrow:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover > .mm-arrow:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened > .mm-next:after,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover > .mm-next:after {
  border-color: rgba(255, 255, 255, 0.99) !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).active,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened,
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).open {
  background-color: transparent!important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).active > a:nth-child(2),
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).open > a:nth-child(2),
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n):hover > a:nth-child(2) {
  color: #ffffff;
  background-color: transparent!important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened > a:nth-child(2) {
  box-shadow: inset 426px 0 0 0 #0088e5 !important;
}
#mainMenuSlideOut [class^="q-menu"].mm-vertical:nth-child(2n).mm-opened > a:nth-child(2) {
  color: #ffffff;
  background-color: transparent!important;
}
#mainMenuSlideOut .mm-vertical > [class^="q-menu"]:nth-child(n):hover {
  box-shadow: none !important;
  background: transparent !important;
}
.master [class^="q-menu"] {
  border-left-color: #047bc1 !important;
}
.master [class^="q-menu"] button span.q-icon {
  background-image: none;
}
.master [class^="q-menu"].active,
.master [class^="q-menu"].mm-opened,
.master [class^="q-menu"].open,
.master [class^="q-menu"]:hover {
  background-color: #047bc1 !important;
}
.master [class^="q-menu"] .activelink {
  color: #047bc1 !important;
  cursor: default!important;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.q-action_ADS {
  background-position: -40px -358px;
}
.q-action_Activateagreement {
  background-position: -140px -438px;
}
.q-action_Add {
  background-position: -160px -358px;
}
.q-action_Addallcontacts {
  background-position: -200px -378px;
}
.q-action_Addmodify {
  background-position: -20px -398px;
}
.q-action_Addressadd {
  background-position: -423px -100px;
}
.q-action_Affiliates {
  background-position: -443px 0px;
}
.q-action_Apply {
  background-position: -443px -20px;
}
.q-action_Applyclose {
  background-position: -463px -80px;
}
.q-action_Applysaved {
  background-position: -503px 0px;
}
.q-action_Approve {
  background-position: -503px -20px;
}
.q-action_Assignme {
  background-position: -503px -40px;
}
.q-action_Associatecontact {
  background-position: -503px -60px;
}
.q-action_Attach {
  background-position: -503px -80px;
}
.q-action_Audited {
  background-position: -503px -100px;
}
.q-action_Audithistory {
  background-position: -503px -120px;
}
.q-action_Award {
  background-position: -503px -140px;
}
.q-action_Back {
  background-position: -122px -62px;
}
.q-action_Batchmessagelink {
  background-position: -122px -82px;
}
.q-action_Bulkedit {
  background-position: 0px -118px;
}
.q-action_Calculate {
  background-position: -20px -118px;
}
.q-action_CalculateGST {
  background-position: -40px -118px;
}
.q-action_Cancel {
  background-position: -60px -118px;
}
.q-action_Cancelworkflow {
  background-position: -80px -118px;
}
.q-action_ClearVolumes {
  background-position: -100px -118px;
}
.q-action_Clearfilters {
  background-position: -120px -118px;
}
.q-action_Close {
  background-position: -143px 0px;
}
.q-action_Closescreen {
  background-position: -143px -20px;
}
.q-action_Compare {
  background-position: -143px -40px;
}
.q-action_ConfirmAll {
  background-position: -143px -60px;
}
.q-action_Contactadd {
  background-position: -143px -80px;
}
.q-action_Copy {
  background-position: -143px -100px;
}
.q-action_Copyall {
  background-position: 0px -138px;
}
.q-action_Copymore {
  background-position: -20px -138px;
}
.q-action_Dashboards {
  background-position: -40px -138px;
}
.q-action_Debugmessage {
  background-position: -60px -138px;
}
.q-action_Default {
  background-position: -80px -138px;
}
.q-action_Delegate {
  background-position: -100px -138px;
}
.q-action_Delete {
  background-position: -120px -138px;
}
.q-action_Done {
  background-position: -140px -138px;
}
.q-action_Download {
  background-position: -163px 0px;
}
.q-action_Downloadall {
  background-position: -163px -20px;
}
.q-action_Duplicate {
  background-position: -163px -40px;
}
.q-action_Edit {
  background-position: -163px -60px;
}
.q-action_Errormessage {
  background-position: -163px -80px;
}
.q-action_Export {
  background-position: -163px -100px;
}
.q-action_ExportPDF {
  background-position: -163px -120px;
}
.q-action_Favoriteadd {
  background-position: 0px -158px;
}
.q-action_Favoriteremove {
  background-position: -20px -158px;
}
.q-action_Filter {
  background-position: -40px -158px;
}
.q-action_Filtertoggle {
  background-position: -60px -158px;
}
.q-action_Finalreject {
  background-position: -80px -158px;
}
.q-action_GenerateScan {
  background-position: -100px -158px;
}
.q-action_Generatenumber {
  background-position: -120px -158px;
}
.q-action_Gridview {
  background-position: -140px -158px;
}
.q-action_Group {
  background-position: -160px -158px;
}
.q-action_Groupquerylink {
  background-position: -183px 0px;
}
.q-action_Imbalance1 {
  background-position: -183px -20px;
}
.q-action_Imbalance2 {
  background-position: -183px -40px;
}
.q-action_Inactivate {
  background-position: -183px -60px;
}
.q-action_Inactivateagreement {
  background-position: -183px -80px;
}
.q-action_Infomessage {
  background-position: -183px -100px;
}
.q-action_Intercompanyoffset {
  background-position: -183px -120px;
}
.q-action_Listview {
  background-position: -183px -140px;
}
.q-action_Location {
  background-position: 0px -178px;
}
.q-action_Location2 {
  background-position: -20px -178px;
}
.q-action_Locked {
  background-position: -40px -178px;
}
.q-action_ManyFees {
  background-position: -60px -178px;
}
.q-action_Maximize {
  background-position: -80px -178px;
}
.q-action_Menus {
  background-position: -100px -178px;
}
.q-action_Minimize {
  background-position: -120px -178px;
}
.q-action_MoreActions {
  background-position: -140px -178px;
}
.q-action_New {
  background-position: -160px -178px;
}
.q-action_Newwindow {
  background-position: -180px -178px;
}
.q-action_Next {
  background-position: -203px 0px;
}
.q-action_Odata {
  background-position: -203px -20px;
}
.q-action_Paste {
  background-position: -203px -40px;
}
.q-action_Personas {
  background-position: -203px -60px;
}
.q-action_Previous {
  background-position: -203px -80px;
}
.q-action_PushForUpsDowns {
  background-position: -203px -100px;
}
.q-action_Recall {
  background-position: -203px -120px;
}
.q-action_RecallReput {
  background-position: -203px -140px;
}
.q-action_Refresh {
  background-position: -203px -160px;
}
.q-action_RefreshValidationTotals {
  background-position: 0px -198px;
}
.q-action_Reject {
  background-position: -20px -198px;
}
.q-action_Renominate {
  background-position: -40px -198px;
}
.q-action_Repost {
  background-position: -60px -198px;
}
.q-action_Reput {
  background-position: -80px -198px;
}
.q-action_Resolve {
  background-position: -100px -198px;
}
.q-action_Resolvemessage {
  background-position: -120px -198px;
}
.q-action_Restart {
  background-position: -140px -198px;
}
.q-action_Restore {
  background-position: -160px -198px;
}
.q-action_Retrieve {
  background-position: -180px -198px;
}
.q-action_Retrieveall {
  background-position: -200px -198px;
}
.q-action_Retrievemore {
  background-position: -223px 0px;
}
.q-action_Return {
  background-position: -223px -20px;
}
.q-action_Routeandreturn {
  background-position: -223px -40px;
}
.q-action_Save {
  background-position: -223px -60px;
}
.q-action_Scan {
  background-position: -223px -80px;
}
.q-action_Screens2 {
  background-position: -223px -100px;
}
.q-action_Search {
  background-position: -223px -120px;
}
.q-action_Sendemail {
  background-position: -223px -140px;
}
.q-action_Sendforcomment {
  background-position: -223px -160px;
}
.q-action_SendtoSAP {
  background-position: -223px -180px;
}
.q-action_ShowAll {
  background-position: 0px -218px;
}
.q-action_Skip {
  background-position: -20px -218px;
}
.q-action_Subledgerdrilldown {
  background-position: -40px -218px;
}
.q-action_Submit {
  background-position: -60px -218px;
}
.q-action_Subscribe {
  background-position: -80px -218px;
}
.q-action_Subscriptionallow {
  background-position: -100px -218px;
}
.q-action_Subscriptions {
  background-position: -120px -218px;
}
.q-action_Subscriptionsrestrict {
  background-position: -140px -218px;
}
.q-action_Subtract {
  background-position: -160px -218px;
}
.q-action_Unapprove {
  background-position: -180px -218px;
}
.q-action_Unassignme {
  background-position: -200px -218px;
}
.q-action_Undo {
  background-position: -220px -218px;
}
.q-action_Unknown {
  background-position: -243px 0px;
}
.q-action_Unlocked {
  background-position: -243px -20px;
}
.q-action_Unsubscribe {
  background-position: -243px -40px;
}
.q-action_Update {
  background-position: -243px -60px;
}
.q-action_UrgentWarning {
  background-position: -243px -80px;
}
.q-action_Validate {
  background-position: -243px -100px;
}
.q-action_View {
  background-position: -243px -120px;
}
.q-action_View2 {
  background-position: -243px -140px;
}
.q-action_View3 {
  background-position: -243px -160px;
}
.q-action_ViewInbox {
  background-position: -243px -180px;
}
.q-action_Viewcomments {
  background-position: -243px -200px;
}
.q-action_Viewdocuments {
  background-position: 0px -238px;
}
.q-action_Viewroute {
  background-position: -20px -238px;
}
.q-action_Voucher_reclassify {
  background-position: -40px -238px;
}
.q-action_Voucherreversal {
  background-position: -60px -238px;
}
.q-action_Warning {
  background-position: -80px -238px;
}
.q-action_Warningmessage {
  background-position: -100px -238px;
}
.q-action_WebAPI {
  background-position: -120px -238px;
}
.q-action_Widgets {
  background-position: -140px -238px;
}
.q-action_Withdraw {
  background-position: -160px -238px;
}
.q-action_action {
  background-position: -180px -238px;
}
.q-action_context {
  background-position: -200px -238px;
}
.q-action_down {
  background-position: -220px -238px;
}
.q-action_help {
  background-position: -240px -238px;
}
.q-action_inactiveagreement {
  background-position: -263px 0px;
}
.q-action_infopostings {
  background-position: -263px -20px;
}
.q-action_links {
  background-position: -263px -40px;
}
.q-action_notes {
  background-position: -263px -60px;
}
.q-action_overflow {
  background-position: -263px -80px;
}
.q-action_reports {
  background-position: -263px -100px;
}
.q-action_settings {
  background-position: -263px -120px;
}
.q-action_share {
  background-position: -263px -140px;
}
.q-action_unshare {
  background-position: -263px -160px;
}
.q-action_up {
  background-position: -263px -180px;
}
.q-actiona_Downloadall {
  background-position: -263px -200px;
}
.q-actionw_ADS {
  background-position: -263px -220px;
}
.q-actionw_Activateagreement {
  background-position: 0px -258px;
}
.q-actionw_Add {
  background-position: -20px -258px;
}
.q-actionw_Addallcontacts {
  background-position: -40px -258px;
}
.q-actionw_Addmodify {
  background-position: -60px -258px;
}
.q-actionw_Addressadd {
  background-position: -80px -258px;
}
.q-actionw_Affiliates {
  background-position: -100px -258px;
}
.q-actionw_Apply {
  background-position: -120px -258px;
}
.q-actionw_Applyclose {
  background-position: -140px -258px;
}
.q-actionw_Applysaved {
  background-position: -160px -258px;
}
.q-actionw_Approve {
  background-position: -180px -258px;
}
.q-actionw_Assignme {
  background-position: -200px -258px;
}
.q-actionw_Associatecontact {
  background-position: -220px -258px;
}
.q-actionw_Attach {
  background-position: -240px -258px;
}
.q-actionw_AttachEditing {
  background-position: -260px -258px;
}
.q-actionw_AttachLocked {
  background-position: -283px 0px;
}
.q-actionw_AttachViewing {
  background-position: -283px -20px;
}
.q-actionw_Audited {
  background-position: -283px -40px;
}
.q-actionw_Audithistory {
  background-position: -283px -60px;
}
.q-actionw_Award {
  background-position: -283px -80px;
}
.q-actionw_Back {
  background-position: -283px -100px;
}
.q-actionw_Batchmessagelink {
  background-position: -283px -120px;
}
.q-actionw_Bulkedit {
  background-position: -283px -140px;
}
.q-actionw_Calculate {
  background-position: -283px -160px;
}
.q-actionw_CalculateGST {
  background-position: -283px -180px;
}
.q-actionw_Cancel {
  background-position: -283px -200px;
}
.q-actionw_Cancelworkflow {
  background-position: -283px -220px;
}
.q-actionw_ClearVolumes {
  background-position: -283px -240px;
}
.q-actionw_Clearfilters {
  background-position: 0px -278px;
}
.q-actionw_Close {
  background-position: -20px -278px;
}
.q-actionw_Closescreen {
  background-position: -40px -278px;
}
.q-actionw_Compare {
  background-position: -60px -278px;
}
.q-actionw_ConfirmAll {
  background-position: -80px -278px;
}
.q-actionw_Contactadd {
  background-position: -100px -278px;
}
.q-actionw_Copy {
  background-position: -120px -278px;
}
.q-actionw_Copyall {
  background-position: -140px -278px;
}
.q-actionw_Copymore {
  background-position: -160px -278px;
}
.q-actionw_Dashboards {
  background-position: -180px -278px;
}
.q-actionw_Debugmessage {
  background-position: -200px -278px;
}
.q-actionw_Default {
  background-position: -220px -278px;
}
.q-actionw_Delegate {
  background-position: -240px -278px;
}
.q-actionw_Delete {
  background-position: -260px -278px;
}
.q-actionw_Done {
  background-position: -280px -278px;
}
.q-actionw_Down {
  background-position: -303px 0px;
}
.q-actionw_Download {
  background-position: -303px -20px;
}
.q-actionw_Downloadall {
  background-position: -303px -40px;
}
.q-actionw_Duplicate {
  background-position: -303px -60px;
}
.q-actionw_Edit {
  background-position: -303px -80px;
}
.q-actionw_Errormessage {
  background-position: -303px -100px;
}
.q-actionw_Export {
  background-position: -303px -120px;
}
.q-actionw_ExportPDF {
  background-position: -303px -140px;
}
.q-actionw_Favoriteadd {
  background-position: -303px -160px;
}
.q-actionw_Favoriteremove {
  background-position: -303px -180px;
}
.q-actionw_Filter {
  background-position: -303px -200px;
}
.q-actionw_Filtertoggle {
  background-position: -303px -220px;
}
.q-actionw_Finalreject {
  background-position: -303px -240px;
}
.q-actionw_GenerateScan {
  background-position: -303px -260px;
}
.q-actionw_Generatenumber {
  background-position: 0px -298px;
}
.q-actionw_Gridview {
  background-position: -20px -298px;
}
.q-actionw_Group {
  background-position: -40px -298px;
}
.q-actionw_Groupquerylink {
  background-position: -60px -298px;
}
.q-actionw_Imbalance1 {
  background-position: -80px -298px;
}
.q-actionw_Imbalance2 {
  background-position: -100px -298px;
}
.q-actionw_Inactivate {
  background-position: -120px -298px;
}
.q-actionw_Inactivateagreement {
  background-position: -140px -298px;
}
.q-actionw_Infomessage {
  background-position: -160px -298px;
}
.q-actionw_Intercompanyoffset {
  background-position: -180px -298px;
}
.q-actionw_Listview {
  background-position: -200px -298px;
}
.q-actionw_Location {
  background-position: -220px -298px;
}
.q-actionw_Location2 {
  background-position: -240px -298px;
}
.q-actionw_Locked {
  background-position: -260px -298px;
}
.q-actionw_ManyFees {
  background-position: -280px -298px;
}
.q-actionw_Maximize {
  background-position: -300px -298px;
}
.q-actionw_Menus {
  background-position: -323px 0px;
}
.q-actionw_Minimize {
  background-position: -323px -20px;
}
.q-actionw_MoreActions {
  background-position: -323px -40px;
}
.q-actionw_New {
  background-position: -323px -60px;
}
.q-actionw_Newwindow {
  background-position: -323px -80px;
}
.q-actionw_Next {
  background-position: -323px -100px;
}
.q-actionw_Odata {
  background-position: -323px -120px;
}
.q-actionw_Overflow {
  background-position: -323px -140px;
}
.q-actionw_Overflow2 {
  background-position: -323px -160px;
}
.q-actionw_Paste {
  background-position: -323px -180px;
}
.q-actionw_Personas {
  background-position: -323px -200px;
}
.q-actionw_Previous {
  background-position: -323px -220px;
}
.q-actionw_PushForUpsDowns {
  background-position: -323px -240px;
}
.q-actionw_Recall {
  background-position: -323px -260px;
}
.q-actionw_RecallReput {
  background-position: -323px -280px;
}
.q-actionw_Refresh {
  background-position: 0px -318px;
}
.q-actionw_RefreshValidationTotals {
  background-position: -20px -318px;
}
.q-actionw_Reject {
  background-position: -40px -318px;
}
.q-actionw_Renominate {
  background-position: -60px -318px;
}
.q-actionw_Reports {
  background-position: -80px -318px;
}
.q-actionw_Repost {
  background-position: -100px -318px;
}
.q-actionw_Reput {
  background-position: -120px -318px;
}
.q-actionw_Resolve {
  background-position: -140px -318px;
}
.q-actionw_Resolvemessage {
  background-position: -160px -318px;
}
.q-actionw_Restart {
  background-position: -180px -318px;
}
.q-actionw_Restore {
  background-position: -200px -318px;
}
.q-actionw_Retrieve {
  background-position: -220px -318px;
}
.q-actionw_Retrieveall {
  background-position: -240px -318px;
}
.q-actionw_Retrievemore {
  background-position: -260px -318px;
}
.q-actionw_Return {
  background-position: -280px -318px;
}
.q-actionw_Routeandreturn {
  background-position: -300px -318px;
}
.q-actionw_Save {
  background-position: -320px -318px;
}
.q-actionw_Scan {
  background-position: -343px 0px;
}
.q-actionw_Screens {
  background-position: -343px -20px;
}
.q-actionw_Screens2 {
  background-position: -343px -40px;
}
.q-actionw_Search {
  background-position: -343px -60px;
}
.q-actionw_Sendemail {
  background-position: -343px -80px;
}
.q-actionw_Sendforcomment {
  background-position: -343px -100px;
}
.q-actionw_SendtoSAP {
  background-position: -343px -120px;
}
.q-actionw_ShowAll {
  background-position: -343px -140px;
}
.q-actionw_Skip {
  background-position: -343px -160px;
}
.q-actionw_Subledgerdrilldown {
  background-position: -343px -180px;
}
.q-actionw_Submit {
  background-position: -343px -200px;
}
.q-actionw_Subscribe {
  background-position: -343px -220px;
}
.q-actionw_Subscriptionallow {
  background-position: -343px -240px;
}
.q-actionw_Subscriptions {
  background-position: -343px -260px;
}
.q-actionw_Subscriptionsrestrict {
  background-position: -343px -280px;
}
.q-actionw_Subtract {
  background-position: -343px -300px;
}
.q-actionw_Unapprove {
  background-position: 0px -338px;
}
.q-actionw_Unassignme {
  background-position: -20px -338px;
}
.q-actionw_Undo {
  background-position: -40px -338px;
}
.q-actionw_Unknown {
  background-position: -60px -338px;
}
.q-actionw_Unlocked {
  background-position: -80px -338px;
}
.q-actionw_Unsaved {
  background-position: -100px -338px;
}
.q-actionw_Unsubscribe {
  background-position: -120px -338px;
}
.q-actionw_Up {
  background-position: -140px -338px;
}
.q-actionw_Update {
  background-position: -160px -338px;
}
.q-actionw_UrgentWarning {
  background-position: -180px -338px;
}
.q-actionw_Validate {
  background-position: -200px -338px;
}
.q-actionw_View {
  background-position: -220px -338px;
}
.q-actionw_View2 {
  background-position: -240px -338px;
}
.q-actionw_View3 {
  background-position: -260px -338px;
}
.q-actionw_ViewInbox {
  background-position: -280px -338px;
}
.q-actionw_Viewcomments {
  background-position: -300px -338px;
}
.q-actionw_Viewdocuments {
  background-position: -320px -338px;
}
.q-actionw_Viewroute {
  background-position: -340px -338px;
}
.q-actionw_Voucher_reclassify {
  background-position: -363px 0px;
}
.q-actionw_Voucherreversal {
  background-position: -363px -20px;
}
.q-actionw_Warning {
  background-position: -363px -40px;
}
.q-actionw_Warningmessage {
  background-position: -363px -60px;
}
.q-actionw_WebAPI {
  background-position: -363px -80px;
}
.q-actionw_Widgets {
  background-position: -363px -100px;
}
.q-actionw_Withdraw {
  background-position: -363px -120px;
}
.q-actionw_action {
  background-position: -363px -140px;
}
.q-actionw_context {
  background-position: -363px -160px;
}
.q-actionw_inactiveagreement {
  background-position: -363px -180px;
}
.q-actionw_infopostings {
  background-position: -363px -200px;
}
.q-actionw_links {
  background-position: -363px -220px;
}
.q-actionw_notes {
  background-position: -363px -240px;
}
.q-actionw_notesEditing {
  background-position: -363px -260px;
}
.q-actionw_notesLocked {
  background-position: -363px -280px;
}
.q-actionw_notesViewing {
  background-position: -363px -300px;
}
.q-actionw_settings {
  background-position: -363px -320px;
}
.q-actionw_share {
  background-position: 0px -358px;
}
.q-actionw_unshare {
  background-position: -20px -358px;
}
.q-back {
  background-position: 0px 0px;
}
.q-content_ADS {
  background-position: -60px -358px;
}
.q-content_Acknowledged {
  background-position: -80px -358px;
}
.q-content_Activateagreement {
  background-position: -100px -358px;
}
.q-content_Add {
  background-position: -120px -358px;
}
.q-content_AddCondition {
  background-position: -140px -358px;
}
.q-content_AddGroup {
  background-position: -122px 0px;
}
.q-content_Addallcontacts {
  background-position: -180px -358px;
}
.q-content_Addmodify {
  background-position: -200px -358px;
}
.q-content_Addressadd {
  background-position: -220px -358px;
}
.q-content_Affiliates {
  background-position: -240px -358px;
}
.q-content_Allocate {
  background-position: -260px -358px;
}
.q-content_AmendContract {
  background-position: -280px -358px;
}
.q-content_Apply {
  background-position: -300px -358px;
}
.q-content_Applyclose {
  background-position: -320px -358px;
}
.q-content_Applysaved {
  background-position: -340px -358px;
}
.q-content_Approve {
  background-position: -360px -358px;
}
.q-content_Assignme {
  background-position: -383px 0px;
}
.q-content_Associatecontact {
  background-position: -383px -20px;
}
.q-content_Attach {
  background-position: -383px -40px;
}
.q-content_Audited {
  background-position: -383px -60px;
}
.q-content_Audithistory {
  background-position: -383px -80px;
}
.q-content_Award {
  background-position: -383px -100px;
}
.q-content_Awarded {
  background-position: -383px -120px;
}
.q-content_Back {
  background-position: -383px -140px;
}
.q-content_Batchmessagelink {
  background-position: -383px -160px;
}
.q-content_BetterDirection {
  background-position: -383px -180px;
}
.q-content_Bulkedit {
  background-position: -383px -200px;
}
.q-content_Calculate {
  background-position: -383px -220px;
}
.q-content_CalculateGST {
  background-position: -383px -240px;
}
.q-content_Cancel {
  background-position: -383px -260px;
}
.q-content_Cancelworkflow {
  background-position: -383px -280px;
}
.q-content_ClearVolumes {
  background-position: -383px -300px;
}
.q-content_Clearfilters {
  background-position: -383px -320px;
}
.q-content_Close {
  background-position: -383px -340px;
}
.q-content_Closed {
  background-position: 0px -378px;
}
.q-content_Closescreen {
  background-position: -20px -378px;
}
.q-content_CommercialOperations {
  background-position: -40px -378px;
}
.q-content_Compare {
  background-position: -60px -378px;
}
.q-content_ConfirmAll {
  background-position: -80px -378px;
}
.q-content_ConfirmationResponse {
  background-position: -100px -378px;
}
.q-content_Contactadd {
  background-position: -120px -378px;
}
.q-content_Contactsaddall {
  background-position: -140px -378px;
}
.q-content_Copy {
  background-position: -160px -378px;
}
.q-content_Copyall {
  background-position: -180px -378px;
}
.q-content_Copymore {
  background-position: -94px -52px;
}
.q-content_CustomerAccountMaintenance {
  background-position: -220px -378px;
}
.q-content_Dashboards {
  background-position: -240px -378px;
}
.q-content_Debugmessage {
  background-position: -260px -378px;
}
.q-content_Default {
  background-position: -280px -378px;
}
.q-content_Delegate {
  background-position: -300px -378px;
}
.q-content_Delete {
  background-position: -320px -378px;
}
.q-content_Denied {
  background-position: -340px -378px;
}
.q-content_Dispute {
  background-position: -360px -378px;
}
.q-content_Done {
  background-position: -380px -378px;
}
.q-content_Download {
  background-position: -403px 0px;
}
.q-content_DownloadCSV {
  background-position: -403px -20px;
}
.q-content_DownloadExcel {
  background-position: -403px -40px;
}
.q-content_DownloadPDF {
  background-position: -403px -60px;
}
.q-content_Downloadall {
  background-position: -403px -80px;
}
.q-content_Draghandle {
  background-position: -403px -100px;
}
.q-content_Duplicate {
  background-position: -403px -120px;
}
.q-content_Edit {
  background-position: -403px -140px;
}
.q-content_EditNomination {
  background-position: -403px -160px;
}
.q-content_Error {
  background-position: -403px -180px;
}
.q-content_Errormessage {
  background-position: -403px -200px;
}
.q-content_ExecuteNewJob {
  background-position: -403px -220px;
}
.q-content_Expansion {
  background-position: -403px -240px;
}
.q-content_Export {
  background-position: -403px -260px;
}
.q-content_ExportPDF {
  background-position: -403px -280px;
}
.q-content_Favoriteadd {
  background-position: -403px -300px;
}
.q-content_Favoriteremove {
  background-position: -403px -320px;
}
.q-content_FillDown {
  background-position: -403px -340px;
}
.q-content_Filter {
  background-position: -403px -360px;
}
.q-content_Filtertoggle {
  background-position: 0px -398px;
}
.q-content_Finalize {
  background-position: -24px -94px;
}
.q-content_Finalreject {
  background-position: -40px -398px;
}
.q-content_Forward {
  background-position: -60px -398px;
}
.q-content_GenerateID {
  background-position: -80px -398px;
}
.q-content_GenerateScan {
  background-position: -100px -398px;
}
.q-content_Generatenumber {
  background-position: -120px -398px;
}
.q-content_Gridview {
  background-position: -140px -398px;
}
.q-content_Group {
  background-position: -160px -398px;
}
.q-content_Groupquerylink {
  background-position: -180px -398px;
}
.q-content_Imbalance1 {
  background-position: -200px -398px;
}
.q-content_Imbalance2 {
  background-position: -220px -398px;
}
.q-content_Import {
  background-position: -240px -398px;
}
.q-content_Inactivate {
  background-position: -260px -398px;
}
.q-content_Inactivateagreement {
  background-position: -280px -398px;
}
.q-content_Info {
  background-position: -300px -398px;
}
.q-content_Infomessage {
  background-position: -320px -398px;
}
.q-content_Infopostings {
  background-position: -340px -398px;
}
.q-content_Intercompanyoffset {
  background-position: -360px -398px;
}
.q-content_Joberror {
  background-position: -380px -398px;
}
.q-content_Jobsuccess {
  background-position: -400px -398px;
}
.q-content_Jobwarning {
  background-position: -423px 0px;
}
.q-content_Listview {
  background-position: -423px -20px;
}
.q-content_Location {
  background-position: -423px -40px;
}
.q-content_Location2 {
  background-position: -423px -60px;
}
.q-content_Locked {
  background-position: -423px -80px;
}
.q-content_ManyFees {
  background-position: -45px -94px;
}
.q-content_Marketing {
  background-position: -423px -120px;
}
.q-content_Maximize {
  background-position: -423px -140px;
}
.q-content_Menus {
  background-position: -423px -160px;
}
.q-content_Merge {
  background-position: -423px -180px;
}
.q-content_Meters {
  background-position: -423px -200px;
}
.q-content_Minimize {
  background-position: -423px -220px;
}
.q-content_MoreActions {
  background-position: -423px -240px;
}
.q-content_New {
  background-position: -423px -260px;
}
.q-content_Newwindow {
  background-position: -423px -280px;
}
.q-content_Next {
  background-position: -423px -300px;
}
.q-content_NoResponse {
  background-position: -423px -320px;
}
.q-content_Nominate {
  background-position: -423px -340px;
}
.q-content_Notification {
  background-position: -423px -360px;
}
.q-content_Odata {
  background-position: -423px -380px;
}
.q-content_Open {
  background-position: 0px -418px;
}
.q-content_OpenEnded {
  background-position: -20px -418px;
}
.q-content_PackageAdd {
  background-position: -40px -418px;
}
.q-content_PackageInstall {
  background-position: -60px -418px;
}
.q-content_PackageInstallAll {
  background-position: -80px -418px;
}
.q-content_PackageReinstall {
  background-position: -100px -418px;
}
.q-content_PackageRestart {
  background-position: -120px -418px;
}
.q-content_PackageUninstall {
  background-position: -140px -418px;
}
.q-content_PackageUpdate {
  background-position: -160px -418px;
}
.q-content_Paste {
  background-position: -180px -418px;
}
.q-content_Pending {
  background-position: -200px -418px;
}
.q-content_PendingHourglass {
  background-position: -220px -418px;
}
.q-content_Personas {
  background-position: -240px -418px;
}
.q-content_PostBid {
  background-position: -260px -418px;
}
.q-content_Previous {
  background-position: -280px -418px;
}
.q-content_Pricing {
  background-position: -300px -418px;
}
.q-content_PushForUpsDowns {
  background-position: -320px -418px;
}
.q-content_Recall {
  background-position: -340px -418px;
}
.q-content_RecallReput {
  background-position: -360px -418px;
}
.q-content_Refresh {
  background-position: -380px -418px;
}
.q-content_RefreshValidationTotals {
  background-position: -400px -418px;
}
.q-content_Reject {
  background-position: -420px -418px;
}
.q-content_Remind {
  background-position: -66px -94px;
}
.q-content_RemoveGroup {
  background-position: -87px -94px;
}
.q-content_Renominate {
  background-position: -443px -40px;
}
.q-content_Repost {
  background-position: -443px -60px;
}
.q-content_Reput {
  background-position: -443px -80px;
}
.q-content_Resolve {
  background-position: -443px -100px;
}
.q-content_Resolvemessage {
  background-position: -443px -120px;
}
.q-content_Restart {
  background-position: -443px -140px;
}
.q-content_Restore {
  background-position: -443px -160px;
}
.q-content_Retrieve {
  background-position: -443px -180px;
}
.q-content_Retrieveall {
  background-position: -443px -200px;
}
.q-content_Retrievemore {
  background-position: -443px -220px;
}
.q-content_Return {
  background-position: -443px -240px;
}
.q-content_Reviewed {
  background-position: -443px -260px;
}
.q-content_Routeandreturn {
  background-position: -443px -280px;
}
.q-content_Save {
  background-position: -443px -300px;
}
.q-content_Scan {
  background-position: -443px -320px;
}
.q-content_Scoped {
  background-position: -443px -340px;
}
.q-content_Screens2 {
  background-position: -443px -360px;
}
.q-content_Search {
  background-position: -443px -380px;
}
.q-content_Sendemail {
  background-position: -443px -400px;
}
.q-content_Sendforcomment {
  background-position: 0px -438px;
}
.q-content_SendtoSAP {
  background-position: -20px -438px;
}
.q-content_ShowAll {
  background-position: -40px -438px;
}
.q-content_Skip {
  background-position: -60px -438px;
}
.q-content_Split {
  background-position: -80px -438px;
}
.q-content_Status {
  background-position: -100px -438px;
}
.q-content_Subledgerdrilldown {
  background-position: -120px -438px;
}
.q-content_Submit {
  background-position: -122px -42px;
}
.q-content_Subscribe {
  background-position: -160px -438px;
}
.q-content_Subscriptionallow {
  background-position: -180px -438px;
}
.q-content_Subscriptions {
  background-position: -200px -438px;
}
.q-content_Subscriptionsrestrict {
  background-position: -220px -438px;
}
.q-content_Subtract {
  background-position: -240px -438px;
}
.q-content_TimeRemaining {
  background-position: -260px -438px;
}
.q-content_Unapprove {
  background-position: -280px -438px;
}
.q-content_Unassignme {
  background-position: -300px -438px;
}
.q-content_Unchanged {
  background-position: -320px -438px;
}
.q-content_Undo {
  background-position: -340px -438px;
}
.q-content_Unknown {
  background-position: -360px -438px;
}
.q-content_Unlocked {
  background-position: -380px -438px;
}
.q-content_Unscoped {
  background-position: -400px -438px;
}
.q-content_Unsubscribe {
  background-position: -420px -438px;
}
.q-content_Update {
  background-position: -440px -438px;
}
.q-content_Update2 {
  background-position: -463px 0px;
}
.q-content_UrgentWarning {
  background-position: -463px -20px;
}
.q-content_Validate {
  background-position: -463px -40px;
}
.q-content_View {
  background-position: -463px -60px;
}
.q-content_View2 {
  background-position: -122px -21px;
}
.q-content_View3 {
  background-position: -463px -100px;
}
.q-content_ViewActiveAwards {
  background-position: -463px -120px;
}
.q-content_ViewActivity {
  background-position: -463px -140px;
}
.q-content_ViewAll {
  background-position: -463px -160px;
}
.q-content_ViewAward {
  background-position: -463px -180px;
}
.q-content_ViewDaily {
  background-position: -463px -200px;
}
.q-content_ViewImbalance {
  background-position: -463px -220px;
}
.q-content_ViewInbox {
  background-position: -463px -240px;
}
.q-content_ViewPreDeterminedAllcation {
  background-position: -463px -260px;
}
.q-content_ViewRecentHistory {
  background-position: -463px -280px;
}
.q-content_Viewcomments {
  background-position: -463px -300px;
}
.q-content_Viewdocuments {
  background-position: -463px -320px;
}
.q-content_Viewroute {
  background-position: -463px -340px;
}
.q-content_Void {
  background-position: -463px -360px;
}
.q-content_Voucher_reclassify {
  background-position: -463px -380px;
}
.q-content_Voucherreversal {
  background-position: -463px -400px;
}
.q-content_WaitingForAnotherPersonToTakeAction {
  background-position: -463px -420px;
}
.q-content_WaitingForYoutToTakeAction {
  background-position: 0px -458px;
}
.q-content_Warning {
  background-position: -20px -458px;
}
.q-content_WarningMismatch {
  background-position: -40px -458px;
}
.q-content_Warningmessage {
  background-position: -60px -458px;
}
.q-content_WebAPI {
  background-position: -80px -458px;
}
.q-content_Widgets {
  background-position: -100px -458px;
}
.q-content_Withdraw {
  background-position: -120px -458px;
}
.q-content_Workflow {
  background-position: -140px -458px;
}
.q-content_WorkspaceContract {
  background-position: -160px -458px;
}
.q-content_WorkspaceExpand {
  background-position: -180px -458px;
}
.q-content_WorseDirection {
  background-position: -200px -458px;
}
.q-content_action {
  background-position: -220px -458px;
}
.q-content_arrow_down {
  background-position: -240px -458px;
}
.q-content_arrow_left {
  background-position: -260px -458px;
}
.q-content_arrow_right {
  background-position: -280px -458px;
}
.q-content_arrow_up {
  background-position: -300px -458px;
}
.q-content_collapse {
  background-position: -320px -458px;
}
.q-content_context {
  background-position: -340px -458px;
}
.q-content_down {
  background-position: -360px -458px;
}
.q-content_expand {
  background-position: -380px -458px;
}
.q-content_inactiveagreement {
  background-position: -400px -458px;
}
.q-content_links {
  background-position: -420px -458px;
}
.q-content_lock {
  background-position: -440px -458px;
}
.q-content_move {
  background-position: -460px -458px;
}
.q-content_overflow {
  background-position: -483px 0px;
}
.q-content_pin {
  background-position: -483px -20px;
}
.q-content_reports {
  background-position: -483px -40px;
}
.q-content_seek_left {
  background-position: -483px -60px;
}
.q-content_seek_right {
  background-position: -483px -80px;
}
.q-content_settings {
  background-position: -483px -100px;
}
.q-content_share {
  background-position: -483px -120px;
}
.q-content_unlock {
  background-position: -483px -140px;
}
.q-content_unpin {
  background-position: -483px -160px;
}
.q-content_unshare {
  background-position: -483px -180px;
}
.q-content_up {
  background-position: -483px -200px;
}
.q-contentc_Awarded {
  background-position: -483px -220px;
}
.q-contentc_BetterDirection {
  background-position: -483px -240px;
}
.q-contentc_Denied {
  background-position: -483px -260px;
}
.q-contentc_Error {
  background-position: -483px -280px;
}
.q-contentc_Info {
  background-position: -483px -300px;
}
.q-contentc_PackageAdd {
  background-position: -483px -320px;
}
.q-contentc_PackageInstall {
  background-position: -483px -340px;
}
.q-contentc_PackageInstallAll {
  background-position: -483px -360px;
}
.q-contentc_PackageReinstall {
  background-position: -483px -380px;
}
.q-contentc_PackageRestart {
  background-position: -483px -400px;
}
.q-contentc_PackageUninstall {
  background-position: -483px -420px;
}
.q-contentc_PackageUpdate {
  background-position: -483px -440px;
}
.q-contentc_Restart {
  background-position: 0px -478px;
}
.q-contentc_StatusGreen {
  background-position: -20px -478px;
}
.q-contentc_StatusRed {
  background-position: -40px -478px;
}
.q-contentc_Warning {
  background-position: -60px -478px;
}
.q-contentc_WarningMismatch {
  background-position: -80px -478px;
}
.q-contentc_WorseDirection {
  background-position: -100px -478px;
}
.q-contentc_context {
  background-position: -120px -478px;
}
.q-contentc_settings {
  background-position: -140px -478px;
}
.q-contentw_Add {
  background-position: -160px -478px;
}
.q-contentw_Alert {
  background-position: -180px -478px;
}
.q-contentw_Calendar {
  background-position: -200px -478px;
}
.q-contentw_Cancel {
  background-position: -220px -478px;
}
.q-contentw_Default {
  background-position: -240px -478px;
}
.q-contentw_Delete {
  background-position: -260px -478px;
}
.q-contentw_Draghandle {
  background-position: -280px -478px;
}
.q-contentw_Hamburger {
  background-position: -300px -478px;
}
.q-contentw_MoreActions {
  background-position: -320px -478px;
}
.q-contentw_Refresh {
  background-position: -340px -478px;
}
.q-contentw_Search {
  background-position: -360px -478px;
}
.q-contentw_Status {
  background-position: -380px -478px;
}
.q-contentw_Update2 {
  background-position: -400px -478px;
}
.q-contentw_arrow_down {
  background-position: -420px -478px;
}
.q-contentw_arrow_left {
  background-position: -440px -478px;
}
.q-contentw_arrow_right {
  background-position: -460px -478px;
}
.q-contentw_arrow_up {
  background-position: -480px -478px;
}
.q-grid_ADS {
  background-position: -80px -546px;
}
.q-grid_Acknowledged {
  background-position: -64px -546px;
}
.q-grid_Activateagreement {
  background-position: -48px -546px;
}
.q-grid_Add {
  background-position: -32px -546px;
}
.q-grid_AddCondition {
  background-position: -16px -546px;
}
.q-grid_AddGroup {
  background-position: 0px -546px;
}
.q-grid_Addallcontacts {
  background-position: -555px -528px;
}
.q-grid_Addmodify {
  background-position: -555px -512px;
}
.q-grid_Addressadd {
  background-position: -503px -176px;
}
.q-grid_Affiliates {
  background-position: -112px -530px;
}
.q-grid_Allocate {
  background-position: -503px -192px;
}
.q-grid_AmendContract {
  background-position: -503px -208px;
}
.q-grid_Apply {
  background-position: -503px -224px;
}
.q-grid_Applyclose {
  background-position: -503px -240px;
}
.q-grid_Applysaved {
  background-position: -503px -256px;
}
.q-grid_Approve {
  background-position: -503px -272px;
}
.q-grid_Assignme {
  background-position: -503px -288px;
}
.q-grid_Associatecontact {
  background-position: -503px -304px;
}
.q-grid_Attach {
  background-position: -503px -320px;
}
.q-grid_AttachEditing {
  background-position: -503px -336px;
}
.q-grid_AttachLocked {
  background-position: -503px -352px;
}
.q-grid_AttachViewing {
  background-position: -503px -368px;
}
.q-grid_Audited {
  background-position: -503px -384px;
}
.q-grid_Audithistory {
  background-position: -503px -400px;
}
.q-grid_Award {
  background-position: -503px -416px;
}
.q-grid_Awarded {
  background-position: -503px -432px;
}
.q-grid_Back {
  background-position: -503px -448px;
}
.q-grid_Batchmessagelink {
  background-position: -503px -464px;
}
.q-grid_BetterDirection {
  background-position: -503px -480px;
}
.q-grid_Bulkedit {
  background-position: -483px -460px;
}
.q-grid_Calculate {
  background-position: -463px -440px;
}
.q-grid_CalculateGST {
  background-position: -443px -420px;
}
.q-grid_Cancel {
  background-position: -423px -400px;
}
.q-grid_Cancelworkflow {
  background-position: -403px -380px;
}
.q-grid_ClearVolumes {
  background-position: -383px -360px;
}
.q-grid_Close {
  background-position: -363px -340px;
}
.q-grid_Closed {
  background-position: -343px -320px;
}
.q-grid_Closescreen {
  background-position: -323px -300px;
}
.q-grid_CommercialOperations {
  background-position: -303px -280px;
}
.q-grid_Compare {
  background-position: -283px -260px;
}
.q-grid_ConfirmAll {
  background-position: -263px -240px;
}
.q-grid_ConfirmationResponse {
  background-position: -243px -220px;
}
.q-grid_Contactadd {
  background-position: -223px -200px;
}
.q-grid_Contactsaddall {
  background-position: -203px -180px;
}
.q-grid_Copy {
  background-position: -183px -160px;
}
.q-grid_Copyall {
  background-position: -163px -140px;
}
.q-grid_Copymore {
  background-position: -143px -120px;
}
.q-grid_CustomerAccountMaintenance {
  background-position: -122px -102px;
}
.q-grid_Date {
  background-position: -94px -76px;
}
.q-grid_Debugmessage {
  background-position: 0px -498px;
}
.q-grid_Default {
  background-position: -16px -498px;
}
.q-grid_Delegate {
  background-position: -32px -498px;
}
.q-grid_Delete {
  background-position: -48px -498px;
}
.q-grid_Denied {
  background-position: -64px -498px;
}
.q-grid_Dispute {
  background-position: -80px -498px;
}
.q-grid_Done {
  background-position: -96px -498px;
}
.q-grid_Download {
  background-position: -112px -498px;
}
.q-grid_DownloadCSV {
  background-position: -128px -498px;
}
.q-grid_DownloadExcel {
  background-position: -144px -498px;
}
.q-grid_DownloadPDF {
  background-position: -160px -498px;
}
.q-grid_Downloadall {
  background-position: -176px -498px;
}
.q-grid_Duplicate {
  background-position: -192px -498px;
}
.q-grid_Edit {
  background-position: -208px -498px;
}
.q-grid_EditNomination {
  background-position: -224px -498px;
}
.q-grid_Erase {
  background-position: -240px -498px;
}
.q-grid_Error {
  background-position: -256px -498px;
}
.q-grid_Errormessage {
  background-position: -272px -498px;
}
.q-grid_ExecuteNewJob {
  background-position: -288px -498px;
}
.q-grid_Export {
  background-position: -304px -498px;
}
.q-grid_ExportPDF {
  background-position: -320px -498px;
}
.q-grid_Favoriteadd {
  background-position: -336px -498px;
}
.q-grid_Favoriteremove {
  background-position: -352px -498px;
}
.q-grid_FillDown {
  background-position: -368px -498px;
}
.q-grid_Filter {
  background-position: -384px -498px;
}
.q-grid_Filtertoggle {
  background-position: -400px -498px;
}
.q-grid_Finalize {
  background-position: -416px -498px;
}
.q-grid_Finalreject {
  background-position: -432px -498px;
}
.q-grid_Forward {
  background-position: -448px -498px;
}
.q-grid_Fullscreenenter {
  background-position: -464px -498px;
}
.q-grid_Fullscreenexit {
  background-position: -480px -498px;
}
.q-grid_GenerateID {
  background-position: -496px -498px;
}
.q-grid_GenerateScan {
  background-position: -523px 0px;
}
.q-grid_Generatenumber {
  background-position: -523px -16px;
}
.q-grid_Gridview {
  background-position: -523px -32px;
}
.q-grid_Group {
  background-position: -523px -48px;
}
.q-grid_Groupquerylink {
  background-position: -523px -64px;
}
.q-grid_Imbalance1 {
  background-position: -523px -80px;
}
.q-grid_Imbalance2 {
  background-position: -523px -96px;
}
.q-grid_Import {
  background-position: -523px -112px;
}
.q-grid_Inactivate {
  background-position: -523px -128px;
}
.q-grid_Inactivateagreement {
  background-position: -523px -144px;
}
.q-grid_Info {
  background-position: -523px -160px;
}
.q-grid_Infomessage {
  background-position: -523px -176px;
}
.q-grid_Infopostings {
  background-position: -523px -192px;
}
.q-grid_Intercompanyoffset {
  background-position: -523px -208px;
}
.q-grid_Joberror {
  background-position: -523px -224px;
}
.q-grid_Jobsuccess {
  background-position: -523px -240px;
}
.q-grid_Jobwarning {
  background-position: -523px -256px;
}
.q-grid_Listview {
  background-position: -523px -272px;
}
.q-grid_Locked {
  background-position: -523px -288px;
}
.q-grid_ManyFees {
  background-position: -523px -304px;
}
.q-grid_Marketing {
  background-position: -523px -320px;
}
.q-grid_Maximize {
  background-position: -523px -336px;
}
.q-grid_Merge {
  background-position: -523px -352px;
}
.q-grid_Meters {
  background-position: -523px -368px;
}
.q-grid_Minimize {
  background-position: -523px -384px;
}
.q-grid_MoreActions {
  background-position: -523px -400px;
}
.q-grid_New {
  background-position: -523px -416px;
}
.q-grid_Newwindow {
  background-position: -523px -432px;
}
.q-grid_Next {
  background-position: -523px -448px;
}
.q-grid_NoResponse {
  background-position: -523px -464px;
}
.q-grid_Nominate {
  background-position: -523px -480px;
}
.q-grid_Notes {
  background-position: -523px -496px;
}
.q-grid_NotesEditing {
  background-position: 0px -514px;
}
.q-grid_NotesLocked {
  background-position: -16px -514px;
}
.q-grid_NotesViewing {
  background-position: -32px -514px;
}
.q-grid_Notes_not {
  background-position: -64px -514px;
}
.q-grid_Notes_not {
  background-position: -64px -514px;
}
.q-grid_Notification {
  background-position: -80px -514px;
}
.q-grid_Open {
  background-position: -96px -514px;
}
.q-grid_OpenEnded {
  background-position: -112px -514px;
}
.q-grid_Paste {
  background-position: -128px -514px;
}
.q-grid_Pending {
  background-position: -144px -514px;
}
.q-grid_PendingHourglass {
  background-position: -160px -514px;
}
.q-grid_Picklist {
  background-position: -176px -514px;
}
.q-grid_PostBid {
  background-position: -192px -514px;
}
.q-grid_Previous {
  background-position: -208px -514px;
}
.q-grid_Pricing {
  background-position: -224px -514px;
}
.q-grid_PushForUpsDowns {
  background-position: -240px -514px;
}
.q-grid_Recall {
  background-position: -256px -514px;
}
.q-grid_RecallReput {
  background-position: -272px -514px;
}
.q-grid_Refresh {
  background-position: -288px -514px;
}
.q-grid_RefreshValidationTotals {
  background-position: -304px -514px;
}
.q-grid_Reject {
  background-position: -320px -514px;
}
.q-grid_Remind {
  background-position: -336px -514px;
}
.q-grid_RemoveGroup {
  background-position: -352px -514px;
}
.q-grid_Renominate {
  background-position: -368px -514px;
}
.q-grid_Repost {
  background-position: -384px -514px;
}
.q-grid_Reput {
  background-position: -400px -514px;
}
.q-grid_Resolve {
  background-position: -416px -514px;
}
.q-grid_Resolvemessage {
  background-position: -432px -514px;
}
.q-grid_Restart {
  background-position: -448px -514px;
}
.q-grid_Restore {
  background-position: -464px -514px;
}
.q-grid_Retrieve {
  background-position: -480px -514px;
}
.q-grid_Retrieveall {
  background-position: -496px -514px;
}
.q-grid_Retrievemore {
  background-position: -512px -514px;
}
.q-grid_Return {
  background-position: -539px 0px;
}
.q-grid_Reviewed {
  background-position: -539px -16px;
}
.q-grid_Routeandreturn {
  background-position: -539px -32px;
}
.q-grid_Save {
  background-position: -539px -48px;
}
.q-grid_Scan {
  background-position: -539px -64px;
}
.q-grid_Search {
  background-position: -539px -80px;
}
.q-grid_Sendemail {
  background-position: -539px -96px;
}
.q-grid_Sendforcomment {
  background-position: -539px -112px;
}
.q-grid_SendtoSAP {
  background-position: -539px -128px;
}
.q-grid_ShowAll {
  background-position: -539px -144px;
}
.q-grid_Skip {
  background-position: -539px -160px;
}
.q-grid_Split {
  background-position: -539px -176px;
}
.q-grid_Subledgerdrilldown {
  background-position: -539px -192px;
}
.q-grid_Submit {
  background-position: -539px -208px;
}
.q-grid_Subscribe {
  background-position: -539px -224px;
}
.q-grid_Subscriptionallow {
  background-position: -539px -240px;
}
.q-grid_Subscriptions {
  background-position: -539px -256px;
}
.q-grid_Subscriptionsrestrict {
  background-position: -539px -272px;
}
.q-grid_Subtract {
  background-position: -539px -288px;
}
.q-grid_Time {
  background-position: -539px -304px;
}
.q-grid_TimeRemaining {
  background-position: -539px -320px;
}
.q-grid_Unapprove {
  background-position: -539px -336px;
}
.q-grid_Unassignme {
  background-position: -539px -352px;
}
.q-grid_Unchanged {
  background-position: -539px -368px;
}
.q-grid_Undo {
  background-position: -539px -384px;
}
.q-grid_Unknown {
  background-position: -539px -400px;
}
.q-grid_Unlocked {
  background-position: -539px -416px;
}
.q-grid_Unscoped {
  background-position: -539px -432px;
}
.q-grid_Unsubscribe {
  background-position: -539px -448px;
}
.q-grid_Update {
  background-position: -539px -464px;
}
.q-grid_UrgentWarning {
  background-position: -539px -480px;
}
.q-grid_Validate {
  background-position: -539px -496px;
}
.q-grid_View {
  background-position: -539px -512px;
}
.q-grid_View2 {
  background-position: 0px -530px;
}
.q-grid_View3 {
  background-position: -16px -530px;
}
.q-grid_ViewActiveAwards {
  background-position: -32px -530px;
}
.q-grid_ViewActivity {
  background-position: -48px -530px;
}
.q-grid_ViewAll {
  background-position: -64px -530px;
}
.q-grid_ViewAward {
  background-position: -80px -530px;
}
.q-grid_ViewDaily {
  background-position: -96px -530px;
}
.q-grid_ViewImbalance {
  background-position: -503px -160px;
}
.q-grid_ViewInbox {
  background-position: -128px -530px;
}
.q-grid_ViewPreDeterminedAllcation {
  background-position: -144px -530px;
}
.q-grid_ViewRecentHistory {
  background-position: -160px -530px;
}
.q-grid_Viewcomments {
  background-position: -176px -530px;
}
.q-grid_Viewdocuments {
  background-position: -192px -530px;
}
.q-grid_Viewroute {
  background-position: -208px -530px;
}
.q-grid_Void {
  background-position: -224px -530px;
}
.q-grid_Voucher_reclassify {
  background-position: -240px -530px;
}
.q-grid_Voucherreversal {
  background-position: -256px -530px;
}
.q-grid_WaitingForAnotherPersonToTakeAction {
  background-position: -272px -530px;
}
.q-grid_WaitingForYoutToTakeAction {
  background-position: -288px -530px;
}
.q-grid_Warning {
  background-position: -304px -530px;
}
.q-grid_WarningMismatch {
  background-position: -320px -530px;
}
.q-grid_Warningmessage {
  background-position: -336px -530px;
}
.q-grid_Withdraw {
  background-position: -352px -530px;
}
.q-grid_Workflow {
  background-position: -368px -530px;
}
.q-grid_WorseDirection {
  background-position: -384px -530px;
}
.q-grid_action {
  background-position: -400px -530px;
}
.q-grid_arrow_down {
  background-position: -416px -530px;
}
.q-grid_arrow_up {
  background-position: -432px -530px;
}
.q-grid_collapse {
  background-position: -448px -530px;
}
.q-grid_down {
  background-position: -464px -530px;
}
.q-grid_expand {
  background-position: -480px -530px;
}
.q-grid_inactiveagreement {
  background-position: -496px -530px;
}
.q-grid_links {
  background-position: -512px -530px;
}
.q-grid_lock {
  background-position: -528px -530px;
}
.q-grid_messageDefault {
  background-position: -555px 0px;
}
.q-grid_move {
  background-position: -555px -16px;
}
.q-grid_orgmaint_briefcase {
  background-position: -555px -32px;
}
.q-grid_orgmaint_folder {
  background-position: -555px -48px;
}
.q-grid_orgmaint_folderglobal {
  background-position: -555px -64px;
}
.q-grid_orgmaint_globe {
  background-position: -555px -80px;
}
.q-grid_orgmaint_location {
  background-position: -555px -96px;
}
.q-grid_orgmaint_locpoint {
  background-position: -555px -112px;
}
.q-grid_overflow {
  background-position: -555px -128px;
}
.q-grid_pin {
  background-position: -555px -144px;
}
.q-grid_reports {
  background-position: -555px -160px;
}
.q-grid_settings {
  background-position: -555px -176px;
}
.q-grid_share {
  background-position: -555px -192px;
}
.q-grid_unlock {
  background-position: -555px -208px;
}
.q-grid_unpin {
  background-position: -555px -224px;
}
.q-grid_unshare {
  background-position: -555px -240px;
}
.q-grid_up {
  background-position: -555px -256px;
}
.q-gridc_Denied {
  background-position: -555px -272px;
}
.q-gridc_Done {
  background-position: -555px -288px;
}
.q-gridc_Error {
  background-position: -555px -304px;
}
.q-gridc_Info {
  background-position: -555px -320px;
}
.q-gridc_Warning {
  background-position: -555px -336px;
}
.q-gridc_messageError {
  background-position: -555px -352px;
}
.q-gridc_messageInfo {
  background-position: -555px -368px;
}
.q-gridc_messageWarning {
  background-position: -555px -384px;
}
.q-gridw_Add {
  background-position: -555px -400px;
}
.q-gridw_Alert {
  background-position: -555px -416px;
}
.q-gridw_Cancel {
  background-position: -555px -432px;
}
.q-gridw_Cog {
  background-position: -555px -448px;
}
.q-gridw_Menu {
  background-position: -555px -464px;
}
.q-gridw_Search {
  background-position: -555px -480px;
}
.q-gridw_messageDefault {
  background-position: -555px -496px;
}
.q-hamburger {
  background-position: -94px -28px;
}
.q-hamburgerw {
  background-position: 0px -94px;
}
.q-hub_Alert {
  background-position: -94px 0px;
}
.q-hub_Back {
  background-position: -56px -66px;
}
.q-hub_Complete {
  background-position: -28px -66px;
}
.q-hub_InProgress {
  background-position: 0px -66px;
}
.q-hub_Warning {
  background-position: -66px -28px;
}
.q-hubc_Alert {
  background-position: -66px 0px;
}
.q-small_Add {
  background-position: -228px -562px;
}
.q-small_Added {
  background-position: -571px -180px;
}
.q-small_AddedModify {
  background-position: -240px -562px;
}
.q-small_Addmodify {
  background-position: -252px -562px;
}
.q-small_AmendContract {
  background-position: -264px -562px;
}
.q-small_Audited {
  background-position: -276px -562px;
}
.q-small_Awarded {
  background-position: -110px -76px;
}
.q-small_BetterDirection {
  background-position: -166px -546px;
}
.q-small_Cancel {
  background-position: -178px -546px;
}
.q-small_Closed {
  background-position: -190px -546px;
}
.q-small_ConfirmAll {
  background-position: -202px -546px;
}
.q-small_ConfirmationResponse {
  background-position: -214px -546px;
}
.q-small_Copy {
  background-position: -226px -546px;
}
.q-small_Critical {
  background-position: -238px -546px;
}
.q-small_CustomerAccountMaintenance {
  background-position: -250px -546px;
}
.q-small_Default {
  background-position: -262px -546px;
}
.q-small_Delete {
  background-position: -274px -546px;
}
.q-small_Deleted {
  background-position: -286px -546px;
}
.q-small_Denied {
  background-position: -298px -546px;
}
.q-small_Done {
  background-position: -310px -546px;
}
.q-small_Download {
  background-position: -322px -546px;
}
.q-small_DownloadCSV {
  background-position: -334px -546px;
}
.q-small_DownloadExcel {
  background-position: -346px -546px;
}
.q-small_DownloadPDF {
  background-position: -358px -546px;
}
.q-small_Edit {
  background-position: -370px -546px;
}
.q-small_EditNomination {
  background-position: -382px -546px;
}
.q-small_Error {
  background-position: -394px -546px;
}
.q-small_Favoriteadd {
  background-position: -406px -546px;
}
.q-small_Favoriteremove {
  background-position: -418px -546px;
}
.q-small_Filter {
  background-position: -430px -546px;
}
.q-small_Import {
  background-position: -442px -546px;
}
.q-small_Info {
  background-position: -454px -546px;
}
.q-small_Minus {
  background-position: -466px -546px;
}
.q-small_MoreActions {
  background-position: -478px -546px;
}
.q-small_New {
  background-position: -490px -546px;
}
.q-small_Next {
  background-position: -502px -546px;
}
.q-small_Nominate {
  background-position: -514px -546px;
}
.q-small_Notification {
  background-position: -526px -546px;
}
.q-small_Open {
  background-position: -538px -546px;
}
.q-small_Pending {
  background-position: -550px -546px;
}
.q-small_PendingHourglass {
  background-position: -571px 0px;
}
.q-small_PostBid {
  background-position: -571px -12px;
}
.q-small_Previous {
  background-position: -571px -24px;
}
.q-small_PushForUpsDowns {
  background-position: -571px -36px;
}
.q-small_Recall {
  background-position: -571px -48px;
}
.q-small_RecallReput {
  background-position: -571px -60px;
}
.q-small_Refresh {
  background-position: -571px -72px;
}
.q-small_Renominate {
  background-position: -571px -84px;
}
.q-small_Repost {
  background-position: -571px -96px;
}
.q-small_Reput {
  background-position: -571px -108px;
}
.q-small_Restart {
  background-position: -571px -120px;
}
.q-small_Retrieve {
  background-position: -571px -132px;
}
.q-small_Save {
  background-position: -571px -144px;
}
.q-small_Search {
  background-position: -571px -156px;
}
.q-small_ShowAll {
  background-position: -571px -168px;
}
.q-small_Submit {
  background-position: -288px -562px;
}
.q-small_TimeRemaining {
  background-position: -571px -192px;
}
.q-small_Unchanged {
  background-position: -571px -204px;
}
.q-small_Unknown {
  background-position: -571px -216px;
}
.q-small_Update {
  background-position: -571px -228px;
}
.q-small_UrgentWarning {
  background-position: -571px -240px;
}
.q-small_Validate {
  background-position: -571px -252px;
}
.q-small_View {
  background-position: -571px -264px;
}
.q-small_View2 {
  background-position: -571px -276px;
}
.q-small_ViewActiveAwards {
  background-position: -571px -288px;
}
.q-small_ViewActivity {
  background-position: -571px -300px;
}
.q-small_ViewAll {
  background-position: -571px -312px;
}
.q-small_ViewAward {
  background-position: -571px -324px;
}
.q-small_ViewDaily {
  background-position: -571px -336px;
}
.q-small_ViewImbalance {
  background-position: -571px -348px;
}
.q-small_ViewPreDeterminedAllcation {
  background-position: -571px -360px;
}
.q-small_ViewRecentHistory {
  background-position: -571px -372px;
}
.q-small_Viewdocuments {
  background-position: -571px -384px;
}
.q-small_WaitingForAnotherPersonToTakeAction {
  background-position: -571px -396px;
}
.q-small_WaitingForYoutToTakeAction {
  background-position: -571px -408px;
}
.q-small_Warning {
  background-position: -571px -420px;
}
.q-small_WarningMismatch {
  background-position: -571px -432px;
}
.q-small_Withdraw {
  background-position: -571px -444px;
}
.q-small_WorseDirection {
  background-position: -571px -456px;
}
.q-small_arrow_n {
  background-position: -571px -468px;
}
.q-small_arrow_s {
  background-position: -571px -480px;
}
.q-small_collapse {
  background-position: -571px -492px;
}
.q-small_expand {
  background-position: -571px -504px;
}
.q-small_share {
  background-position: -571px -516px;
}
.q-smallc_Done {
  background-position: -571px -528px;
}
.q-smallc_Error {
  background-position: -571px -540px;
}
.q-smallc_Filter {
  background-position: 0px -562px;
}
.q-smallc_Info {
  background-position: -12px -562px;
}
.q-smallc_Warning {
  background-position: -24px -562px;
}
.q-smallw_Back {
  background-position: -36px -562px;
}
.q-smallw_Cancel {
  background-position: -48px -562px;
}
.q-smallw_CaretUp {
  background-position: -60px -562px;
}
.q-smallw_Default {
  background-position: -72px -562px;
}
.q-smallw_Denied {
  background-position: -84px -562px;
}
.q-smallw_Done {
  background-position: -96px -562px;
}
.q-smallw_Help {
  background-position: -108px -562px;
}
.q-smallw_Holding {
  background-position: -120px -562px;
}
.q-smallw_OpenScreens {
  background-position: -132px -562px;
}
.q-smallw_Processing {
  background-position: -144px -562px;
}
.q-smallw_Queued {
  background-position: -156px -562px;
}
.q-smallw_Save {
  background-position: -168px -562px;
}
.q-smallw_Unknown {
  background-position: -180px -562px;
}
.q-smallw_Warning {
  background-position: -192px -562px;
}
.q-smallw_arrow_n {
  background-position: -204px -562px;
}
.q-smallw_arrow_s {
  background-position: -216px -562px;
}
.q-wizard_complete {
  background-position: -96px -546px;
}
.q-wizard_current {
  background-position: -110px -546px;
}
.q-wizard_error {
  background-position: -124px -546px;
}
.q-wizard_info {
  background-position: -138px -546px;
}
.q-wizard_next {
  background-position: -152px -546px;
}
.q-wizard_warning {
  background-position: -108px -94px;
}
.sprite {
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.k-icon:not(.k-tool-icon):not(.k-i-more-vertical) {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  background-size: 581px 572px !important;
}
[class*="q-hub_"],
[class*="q-hubw_"],
.processindicator .sprite {
  width: 26px!important;
  height: 26px!important;
}
[class*="q-action_"].sprite,
[class*="q-actionw_"].sprite {
  width: 18px!important;
  height: 18px!important;
}
[class*="q-content_"],
[class*="q-contentw_"],
[class*="q-contentc_"] {
  width: 18px!important;
  height: 18px!important;
}
[class*="q-grid_"],
[class*="q-gridw_"],
[class*="q-gridc_"] {
  width: 14px!important;
  height: 14px!important;
}
[class*="q-wizard_"],
[class*="q-wizardc_"] {
  width: 12px!important;
  height: 12px!important;
}
[class*="q-small_"],
[class*="q-smallw_"],
[class*="q-smallc_"] {
  width: 10px!important;
  height: 10px!important;
}
.active {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.active:hover {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
.inactive {
  opacity: 0.26;
  filter: alpha(opacity=26);
}
.iconholdertemp,
.iconholdertemp2 {
  display: block;
  margin: 20px 0;
  padding: 10px;
  width: 320px;
}
.iconholdertemp span,
.iconholdertemp2 span {
  margin-left: 20px;
}
.iconholdertemp2 {
  background: #535252;
}
.iconholdertemp2 span {
  color: #ffffff;
}
.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.k-i-calendar {
  background-position: -463px -200px !important;
  width: 18px;
  height: 18px;
}
.k-i-tick {
  background-position: -310px -546px !important;
  width: 10px;
  height: 10px;
}
.k-link:not(.k-state-disabled):hover > .k-i-calendar,
.k-state-hover > .k-i-calendar,
.k-state-hover > * > .k-i-calendar,
.k-button:not(.k-state-disabled):hover .k-i-calendar,
.k-textbox:hover .k-i-calendar,
.k-button:active .k-i-calendar {
  background-position: -463px -200px !important;
  width: 18px;
  height: 18px;
}
.k-i-clock {
  background-position: -463px -420px !important;
  width: 18px;
  height: 18px;
}
.k-link:not(.k-state-disabled):hover > .k-i-clock,
.k-state-hover > .k-i-clock,
.k-state-hover > * > .k-i-clock,
.k-button:not(.k-state-disabled):hover .k-i-clock,
.k-textbox:hover .k-i-clock,
.k-button:active .k-i-clock {
  background-position: -463px -420px !important;
  width: 18px;
  height: 18px;
}
.k-multiselect .k-delete {
  background-position: -178px -546px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 10px;
  height: 10px;
}
.k-multiselect .k-state-hover .k-delete .k-state-hover,
.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
  background-position: -178px -546px !important;
  width: 10px;
  height: 10px;
}
.k-i-arrow-w,
.k-i-arrow-60-left {
  background-position: -440px -478px !important;
  width: 18px;
  height: 18px;
}
.k-calendar .k-icon.k-i-arrow-w,
.k-calendar .k-state-hover .k-icon.k-i-arrow-w {
  background-position: -440px -478px !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-e,
.k-i-arrow-60-right {
  background-position: -460px -478px !important;
  width: 18px;
  height: 18px;
}
.k-calendar .k-icon.k-i-arrow-e,
.k-calendar .k-state-hover .k-icon.k-i-arrow-e {
  background-position: -460px -478px !important;
  width: 18px;
  height: 18px;
}
.k-i-refresh,
.k-i-reload {
  background-position: -288px -514px !important;
  width: 14px;
  height: 14px;
}
.k-grid .k-icon.k-i-filter-clear {
  background-position: -394px -546px !important;
  width: 10px;
}
.k-i-arrow-n,
.k-i-arrow-60-up {
  background-position: -300px -458px !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-s,
.k-i-arrow-60-down {
  background-position: -240px -458px !important;
  width: 18px;
  height: 18px;
}
.spritenumbers {
  font-size: 9px;
  display: block;
  position: absolute;
  margin-top: -8px;
  text-align: right;
  margin-left: 12px!important;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
td .spritenumbers {
  display: none;
}
.q-small-warning,
.q-small_warning {
  background-position: -571px -420px !important;
  width: 10px;
  height: 10px;
}
.q-small-info,
.q-small_info {
  background-position: -454px -546px !important;
  width: 10px;
  height: 10px;
}
.q-small-urgentwarning,
.q-small_urgentwarning {
  background-position: -571px -240px !important;
  width: 10px;
  height: 10px;
}
.q-small-critical,
.q-small_critical {
  background-position: -238px -546px !important;
  width: 10px;
  height: 10px;
}
.helptooltipicon {
  background-position: -571px -216px !important;
  width: 10px;
  height: 10px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.helptooltipicon:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
  cursor: pointer;
}
.k-group-indicator .k-button-icon .k-icon-close {
  background-position: -220px -478px;
  width: 10px;
  height: 10px;
}
.k-i-warning {
  background-position: -571px -420px;
  width: 10px!important;
  height: 10px!important;
}
.k-i-maximize {
  background-position: -423px -140px !important;
}
.k-i-restore {
  background-position: -443px -160px !important;
}
.k-i-minimize {
  background-position: -423px -220px !important;
}
.k-tabstrip-next .k-icon {
  background-position: -280px -458px !important;
  width: 18px;
  height: 18px;
}
.k-tabstrip-next .k-icon:before {
  content: '';
}
.k-tabstrip-prev .k-icon {
  background-position: -260px -458px !important;
  width: 18px;
  height: 18px;
}
.k-tabstrip-prev .k-icon:before {
  content: '';
}
.k-file .k-icon:not(.k-tool-icon):not(.k-i-more-vertical):not(.k-i-close):not(.k-i-warning):not(.k-i-retry):not(.k-i-arrow-60-down) {
  background: none!important;
}
.k-dropdown {
  background: transparent;
}
.q-form-control-error i {
  color: #cacaca;
}
.k-autocomplete input,
.k-combobox input {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k-multiselect {
  border: 0!important;
}
.k-multiselect .q-form-control-error {
  float: left;
}
.k-multiselect.singlepick {
  width: calc(100% - 40px);
  display: inline-block;
}
.q-form-control-wrapper .k-multiselect-wrap,
.singlepick .k-multiselect-wrap {
  width: calc(100% - 40px) !important;
}
.q-form-control-wrapper .k-multiselect-wrap li.k-button,
.singlepick .k-multiselect-wrap li.k-button {
  margin-bottom: 2px;
}
.k-multiselect-wrap .k-readonly {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
input.k-input.k-readonly {
  text-indent: 0!important;
}
.effectivedateoff,
.effectivedateon {
  border: 0;
  background: transparent!important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #047bc1;
}
.effectivedateoff:hover,
.effectivedateon:hover {
  text-decoration: underline;
}
.effectivedateon {
  margin-top: 6px;
}
.effectivedateoff {
  margin-top: 16px;
}
.txtarea_small {
  height: 6.75em;
}
.txtarea_small textarea {
  width: 100%!important;
  height: 3.75em !important;
}
.txtarea_medium {
  height: 10.5em;
}
.txtarea_medium textarea {
  width: 100%!important;
  height: 7.5em !important;
}
.txtarea_large {
  height: 18em;
}
.txtarea_large textarea {
  width: 100%!important;
  height: 15em!important;
}
.pickbutton,
.pickbuttons {
  display: inline-block;
  height: 18px;
  margin-top: -1px;
  position: absolute;
}
.q-date-pickbutton .pickbutton {
  margin-top: 20px;
}
.k-window-maximized .row.autosize {
  height: 90%;
}
.contentautosize {
  height: 100%;
}
.row.autosize {
  height: 90%;
  min-height: 120px!important;
}
.row.autosize > div {
  height: 100%;
  min-height: 120px!important;
}
.txtarea_auto {
  height: 100%!important;
}
.txtarea_auto textarea {
  width: 100%!important;
  height: 100%!important;
  min-height: 120px;
}
.q-form-control-label {
  margin-bottom: 0;
  color: grey;
}
.fly-input {
  display: block;
  font-size: medium;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0.1em 0.7em;
  background-color: white;
  cursor: pointer;
  -webkit-appearance: none;
}
.fly-input.k-input {
  height: 30px;
}
.fly-input.has-value,
.fly-input:focus,
.q-form-control-input.k-input.has-value {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.fly-input:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000000;
}
.q-form-control-wrapper {
  position: relative;
  display: inline-block;
  min-height: 4.692em;
  width: 100%!important;
}
.q-form-control-label {
  font-size: 11px;
  width: 100%;
  position: relative;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  font-weight: normal;
}
.q-form-control-wrapper.state-focussed .q-form-control-label {
  color: #047bc1;
}
.q-form-control-label.is-active {
  opacity: 1;
  top: 0;
  z-index: 1;
}
.q-form-control-wrapper .q-form-control-error {
  color: #da4b37;
  font-size: 12px;
  display: none;
}
.q-form-control-wrapper .k-autocomplete,
.q-form-control-wrapper .k-dropdown-wrap,
.q-form-control-wrapper .k-numeric-wrap,
.q-form-control-wrapper .k-numeric-wrap,
.q-form-control-wrapper .k-picker-wrap,
.q-form-control-wrapper .k-textbox {
  border: none;
  background-color: white;
}
/* Resolve issue with x appearing over text */
.q-form-control-wrapper .k-dropdown-wrap.k-state-focused input {
  padding-right: 26px !important;
}
.k-numerictextbox.q-form-control-input,
.q-form-control-wrapper .k-input,
.q-form-control-wrapper .k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 0;
  outline: none;
  background: transparent;
}
.q-form-control-wrapper .k-autocomplete .k-input,
.q-form-control-wrapper .k-dropdown-wrap .k-input,
.q-form-control-wrapper .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper .k-picker-wrap .k-input {
  border-radius: 0;
}
.q-form-control-wrapper .k-dropdown-wrap,
.q-form-control-wrapper .k-numeric-wrap,
.q-form-control-wrapper .k-picker-wrap {
  border: none;
  outline: none;
  background: transparent;
}
.q-form-control-wrapper .k-state-focused {
  border: none;
  outline: none;
  box-shadow: none;
}
.q-form-control-wrapper .k-state-hover {
  outline: none;
  box-shadow: none;
}
.q-form-control-wrapper .k-state-default > .k-select {
  border-color: transparent;
  background-color: transparent;
}
.q-form-control-wrapper.k-autocomplete.k-state-focused .k-input,
.q-form-control-wrapper.k-numeric-wrap.k-state-focused .k-input,
.q-form-control-wrapper.k-picker-wrap.k-state-focused .k-input {
  border: none;
  outline: none;
  box-shadow: none;
}
.q-form-control-wrapper.k-autocomplete .q-form-control-input,
.q-form-control-wrapper.k-dropdown-wrap .q-form-control-input,
.q-form-control-wrapper.k-numeric-wrap .q-form-control-input,
.q-form-control-wrapper.k-picker-wrap .q-form-control-input,
.q-form-control-wrapper.readonly > input {
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
}
.q-form-control-wrapper .q-form-control-input:hover {
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.q-form-control-wrapper .q-form-control-input.has-value,
.q-form-control-wrapper .q-form-control-input:focus {
  border-radius: 0;
  outline: none;
  margin-top: 0;
}
.k-dropdown-wrap span.k-input,
.k-filter-menu .k-datepicker .k-input,
.k-filter-menu .k-datetimepicker .k-input,
.k-filter-menu .k-timepicker .k-input,
.k-filter-row .k-datepicker .k-input,
.k-filter-row .k-datetimepicker .k-input,
.k-filter-row .k-timepicker .k-input,
.k-filter-row .k-autocomplete .k-input,
.k-filter-row .k-numeric-wrap .k-input,
.q-form-control-wrapper .k-multiselect-wrap,
.q-form-control-wrapper input.q-form-control-input,
.q-form-control-wrapper textarea.q-form-control-input {
  border: 0;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 1px, 100% 0.15rem;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0 ease-out;
  width: 100%;
}
.q-form-control-wrapper .k-multiselect.k-state-focused .k-multiselect-wrap {
  box-shadow: none;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#047bc1, #047bc1);
}
.k-dropdown-wrap span.k-input:focus,
.k-dropdown-wrap.k-state-focused .k-input,
.k-filter-menu .k-datepicker .k-input:focus,
.k-filter-menu .k-datetimepicker .k-input:focus,
.k-filter-menu .k-timepicker .k-input:focus,
.k-filter-row .k-datepicker .k-input:focus,
.k-filter-row .k-datetimepicker .k-input:focus,
.k-filter-row .k-timepicker .k-input:focus,
.k-filter-row .k-autocomplete .k-input:focus,
.k-filter-row .k-numeric-wrap .k-input:focus,
.k-multiselect.k-header.k-state-focused .k-multiselect-wrap,
.q-form-control-wrapper .k-multiselect-wrap:focus,
.q-form-control-wrapper input.q-form-control-input:focus,
.q-form-control-wrapper textarea.q-form-control-input:focus {
  border: none;
  outline: none;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.2s;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #757575;
}
.k-popup .k-list .k-state-hover {
  background-color: #dadada;
  background-color: #dddddd;
}
.q-form-control-wrapper.invalid input.q-form-control-input,
.q-form-control-wrapper.invalid input.q-form-control-input:focus,
.q-form-control-wrapper.invalid span.k-input,
.q-form-control-wrapper.invalid textarea.q-form-control-input,
.q-form-control-wrapper.invalid textarea.q-form-control-input:focus {
  border: none;
  border-radius: 0;
  outline: none;
  background-image: linear-gradient(#da4b37, #da4b37), linear-gradient(#da4b37, #da4b37) !important;
  color: #da4b37;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 2px);
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}
.q-form-control-wrapper.required .q-form-control-label::before {
  content: "*";
  color: #da4b37;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  margin-left: -8px;
}
.q-form-control-wrapper.required::before {
  content: "*";
  color: #da4b37;
  opacity: 1;
  font-size: 16px;
  margin-left: -6px;
  display: block;
  position: absolute;
  top: 1.425em;
}
.q-form-control-wrapper.required.has-value::before {
  content: "";
  margin: 0;
}
.q-form-control-input:read-only:focus {
  border-bottom: 0;
}
.q-form-control-wrapper.invalid .q-form-control-error,
.q-form-control-wrapper.readonly.invalid .q-form-control-error,
.q-form-control-wrapper.required.invalid .q-form-control-error {
  display: block;
}
.q-form-control-wrapper.readonly .q-form-control-error {
  display: none;
}
.q-form-control-wrapper.k-autocomplete.k-state-focused .q-form-control-input,
.q-form-control-wrapper.k-dropdown-wrap.k-state-focused .q-form-control-input,
.q-form-control-wrapper.k-numeric-wrap.k-state-focused .q-form-control-input,
.q-form-control-wrapper.k-picker-wrap.k-state-focused .q-form-control-input {
  outline: none;
  border: none;
  border-bottom: 2px solid #000000;
}
.q-form-control-wrapper.invalid.k-autocomplete.k-state-focused .q-form-control-input,
.q-form-control-wrapper.invalid.k-dropdown-wrap.k-state-focused .q-form-control-input,
.q-form-control-wrapper.invalid.k-numeric-wrap.k-state-focused .q-form-control-input,
.q-form-control-wrapper.invalid.k-picker-wrap.k-state-focused .q-form-control-input {
  border: none;
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.q-form-control-wrapper.k-autocomplete .q-form-control-input {
  border-bottom: 1px solid #ccc;
}
.q-form-control-wrapper.k-autocomplete,
.q-form-control-wrapper.k-button,
.q-form-control-wrapper.k-draghandle,
.q-form-control-wrapper.k-dropdown-wrap,
.q-form-control-wrapper.k-grid-header,
.q-form-control-wrapper.k-grouping-header,
.q-form-control-wrapper.k-header,
.q-form-control-wrapper.k-numeric-wrap,
.q-form-control-wrapper.k-pager-wrap,
.q-form-control-wrapper.k-panelbar .k-tabstrip-items .k-item,
.q-form-control-wrapper.k-picker-wrap,
.q-form-control-wrapper.k-progressbar,
.q-form-control-wrapper.k-state-highlight,
.q-form-control-wrapper.k-tabstrip-items .k-item,
.q-form-control-wrapper.k-textbox,
.q-form-control-wrapper.k-toolbar,
.q-form-control-wrapper.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background: none;
  outline: none;
}
.q-form-control-wrapper .k-dropdown-wrap.k-state-active,
.q-form-control-wrapper .k-numeric-wrap.k-state-active,
.q-form-control-wrapper .k-picker-wrap.k-state-active {
  border: none;
  background: none;
  outline: none;
}
.q-form-control-wrapper input:focus {
  box-shadow: none;
}
.q-form-control-wrapper input.q-form-control-input,
.q-form-control-wrapper textarea.q-form-control-input {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.q-form-control-wrapper .input-group-addon,
.q-form-control-wrapper .q-input-group-last {
  border: none;
  background: none;
  border-radius: 0!important;
}
.q-form-control-wrapper .q-form-control-input {
  box-shadow: none;
  background: transparent;
}
.q-form-control-wrapper input.k-input:read-only,
.q-form-control-wrapper input:read-only {
  cursor: pointer;
}
.q-form-control-wrapper .k-autocomplete .k-input:read-only,
.q-form-control-wrapper .k-dropdown-wrap .k-input:read-only,
.q-form-control-wrapper .k-numeric-wrap.k-expand-padding .k-input:read-only,
.q-form-control-wrapper .k-picker-wrap .k-input:read-only {
  cursor: pointer;
}
.q-form-control-wrapper.readonly .k-autocomplete .k-input,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly input.q-form-control-input {
  background: #e7e7e7;
  background: #e0e0e0;
  cursor: pointer;
}
.q-form-control-wrapper.readonly .q-form-control-input:focus {
  border-bottom: 1px solid #ccc;
}
.q-form-control-wrapper.readonly .k-state-disabled:focus,
.q-form-control-wrapper.readonly span.k-state-disabled {
  border: none;
  border-width: 0;
}
/* Styles ChangeOrderSequence inputs */
.sortable-inputs > li > div:nth-child(1) {
  display: inline-block;
  width: calc(100% - 20px) !important;
}
.sortable-inputs .q-form-control-wrapper input.q-form-control-input {
  display: inline-block;
  width: calc(100% - 40px);
}
.sortable-inputs .handle {
  display: inline-block;
  float: none !important;
}
.readonly .activePick,
.readonly .btnopenended {
  display: none;
}
.readonly .k-state-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.readonly .btnopenended,
.readonly .btnopenended:hover,
.readonly .k-combobox .k-dropdown-wrap .k-icon,
.readonly .k-combobox .k-dropdown-wrap .k-icon:hover,
.readonly .k-datepicker .k-picker-wrap .k-icon,
.readonly .k-datepicker .k-picker-wrap .k-icon:hover,
.readonly .k-datetimepicker .k-picker-wrap .k-icon,
.readonly .k-datetimepicker .k-picker-wrap .k-icon:hover,
.readonly .k-numerictextbox .k-numeric-wrap .k-icon,
.readonly .k-numerictextbox .k-numeric-wrap .k-icon:hover,
.readonly .k-timepicker .k-picker-wrap .k-icon,
.readonly .k-timepicker .k-picker-wrap .k-icon:hover,
.readonly .pickbutton:not(.activePick),
.readonly .pickbuttons:not(.activePick) {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  cursor: default!important;
}
.q-form-control-wrapper .k-select {
  border: none;
}
.q-form-control-wrapper .k-select .k-link .k-icon {
  text-indent: -999px;
}
.q-form-control-wrapper .k-numeric-wrap .k-select {
  margin-top: -6px;
}
.k-calendar .k-header {
  background-color: #047bc1;
}
.k-calendar .k-header .k-link.k-state-hover {
  background-color: #036ba8;
}
.k-calendar .k-footer .k-nav-today {
  color: #047bc1;
}
.k-calendar .k-calendar-view .k-link {
  color: #4d4d4d;
}
.k-calendar .k-calendar-view .k-today .k-link {
  box-shadow: none;
  color: #047bc1;
  font-weight: bold;
}
.k-calendar .k-calendar-view td.k-state-selected .k-link {
  box-shadow: none!important;
  background: #047bc1;
  color: #fff!important;
}
.k-checkbox:checked + .k-checkbox-label:after {
  background-color: #047bc1;
  border-color: #047bc1;
}
.k-radio:checked + .k-radio-label:before {
  border-color: #047bc1;
}
.k-radio:checked + .k-radio-label:after {
  background-color: #047bc1;
}
.k-checkbox:checked:disabled + label.k-checkbox-label:before {
  background: #9e9e9e;
}
.k-checkbox:disabled + label.k-checkbox-label {
  color: #777777;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  width: 16px;
  height: 16px;
  border-width: 0;
  margin-left: 0;
  top: 0;
  left: 0;
  transform: none;
  z-index: 2;
  background: #047bc1;
}
.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-width: 0;
  width: 16px;
  height: 16px;
  content: "-" !important;
  color: white;
  z-index: 3;
  background: transparent;
}
.radio label {
  cursor: pointer;
  padding-left: 34px;
  position: relative;
}
.radio label span {
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
  transition-duration: 0.2s;
}
.radio input[type=radio] {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  transform: scale3d(0, 0, 0);
}
.radio input[type=radio]:checked + label:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(1.5, 1.5, 1);
}
.k-checkbox-label.pull-left {
  position: relative;
  float: left;
  left: auto;
}
.k-checkbox-label.pull-left:after {
  left: auto;
}
.k-checkbox-label.pull-left:after {
  color: #3f9dd9;
  left: auto;
}
input[type="checkbox"]:checked + input[type='hidden'] + label.pull-left:after {
  content: "\2713";
  width: 1em;
  height: 1em;
  position: absolute;
  left: auto;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  background-color: #047bc1;
}
.k-checkbox-label.pull-left:before {
  border: none;
  box-shadow: none;
  color: #047bc1;
}
.k-checkbox:focus + .k-checkbox-label.pull-left:before {
  border-color: none;
  box-shadow: none;
  border: none;
  color: #047bc1;
}
.customicon {
  padding: 0;
  margin: 0 0.5em 0 0;
  background-color: transparent;
  border: 0;
  text-indent: -9999px !important;
}
.customicon2 {
  padding: 0;
  margin: 4px -16px 0 0;
  background-color: transparent;
  border: 0;
  text-indent: -9999px !important;
  opacity: 0.54 !important;
  filter: alpha(opacity=54) !important;
}
.customdate {
  margin-top: 1.688em;
}
input.singlepick,
span.singlepick {
  width: calc(100% - 40px) !important;
  padding-right: 8px!important;
}
input.doublepick,
span.doublepick {
  width: calc(100% - 72px) !important;
  padding-right: 8px!important;
}
span.doublepick input.doublepick {
  width: 100%!important;
}
span.singlepick input.singlepick {
  width: 100%!important;
}
input.doublepick,
input.singlepick {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.k-datetimepicker.singlepick .k-i-calendar {
  margin-left: 2px;
}
.k-datetimepicker.doublepick .k-i-calendar {
  margin-left: 2px;
}
.pickbutton button:focus,
.pickbuttons button:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
#multi1 {
  height: 120px !important;
}
.error.form-control,
.error.form-control:focus {
  background-image: linear-gradient(#F44336, #F44336), linear-gradient(#F44336, #F44336) !important;
}
.k-button span {
  color: #ffffff;
}
.k-clear-value.k-i-close {
  background-position: -178px -546px !important;
  width: 10px;
  height: 10px;
}
.k-checkarea {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 16px;
}
.k-checkarea .q-form-control-error {
  position: absolute;
}
.k-checkbox-label,
.k-radio-label {
  line-height: 1.625em;
  margin-right: 24px;
  vertical-align: top!important;
}
.q-filterarea .k-checkbox-label,
.q-filterarea .k-radio-label {
  line-height: 1em;
}
.q-filterarea .k-checkbox-label:after {
  line-height: 1em;
}
.q-filterarea .k-checkarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
.stacked .k-checkbox-label,
.stacked .k-radio-label {
  line-height: 1em;
}
.k-checkbox-label.q-focus-highlight:before,
.k-radio-label.q-focus-highlight:before {
  box-shadow: 0 0 1px 2px #9e9e9e !important;
}
.k-combobox .k-input,
.k-input.q-text {
  margin-top: 0.192em !important;
}
fieldset {
  border: 0!important;
}
.fieldsetseparator {
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 991px) {
  .fieldsetseparator {
    border-right: 0!important;
  }
}
.autowidth {
  width: auto!important;
}
strong.k-upload-status .k-button {
  background-color: transparent!important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
strong.k-upload-status .k-button:focus,
strong.k-upload-status .k-button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent!important;
}
strong.k-upload-status .k-icon {
  margin-top: 1px;
}
strong.k-upload-status .k-warning {
  background-position: -20px -458px !important;
}
.k-file-success .k-progress {
  background: #d8f9b3 !important;
}
.warningmessage {
  padding-top: 12px;
  font-size: 12px;
}
.k-upload-status .k-button,
.k-upload-status .k-warning {
  vertical-align: middle;
}
.k-upload {
  border-color: transparent!important;
}
.k-upload-files {
  border: 0;
}
.k-file {
  border-color: transparent!important;
  background-color: transparent!important;
}
.k-file .k-i-avi,
.k-file .k-i-bat,
.k-file .k-i-bmp,
.k-file .k-i-cmd,
.k-file .k-i-csv,
.k-file .k-i-dll,
.k-file .k-i-doc,
.k-file .k-i-docx,
.k-file .k-i-eml,
.k-file .k-i-exe,
.k-file .k-i-gif,
.k-file .k-i-gzip,
.k-file .k-i-htm,
.k-file .k-i-html,
.k-file .k-i-jpeg,
.k-file .k-i-jpg,
.k-file .k-i-js,
.k-file .k-i-mp3,
.k-file .k-i-png,
.k-file .k-i-ppt,
.k-file .k-i-pptx,
.k-file .k-i-reg,
.k-file .k-i-rtf,
.k-file .k-i-txt,
.k-file .k-i-wav,
.k-file .k-i-zip {
  background-position: -483px -40px !important;
}
.k-file .k-i-xls,
.k-file .k-i-xlsx {
  background-position: -403px -40px !important;
}
.k-file .k-i-pdf {
  background-position: -403px -60px !important;
}
.k-file-error .k-progress {
  background-color: #fae6e3;
  color: #ffffff;
}
.k-list-container:not(.k-overflow-container) {
  min-width: 240px;
}
.datepicker-openended .k-datepicker,
.datepicker-openended .k-timepicker {
  width: calc(100% - 22px) !important;
}
.datepicker-openended .k-datetimepicker {
  width: calc(100% - 30px) !important;
}
.datepicker-openended .btnopenended {
  display: inline-block;
  border: 0!important;
  background-color: transparent!important;
  position: absolute;
  right: 0;
  top: 20px;
  box-sizing: border-box;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.datepicker-openended .btnopenended:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.datepicker-openended .inactivedatebtn {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.datepicker-openended .inactivedatebtn:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.q-form-control-flex {
  display: flex;
  flex-flow: row nowrap;
  /* padding: 5px; */
}
.q-form-control-flex .picklistAddition {
  padding-top: 20px;
  float: none;
}
.q-form-control-flex.singlepick .datepicker-openended {
  width: calc(100% - 30px) !important;
}
.q-form-control-flex:not(.singlepick) > div:nth-child(1) {
  margin-right: 20px;
}
.q-form-control-flex > div:nth-child(1),
.q-form-control-flex > div:nth-child(2) {
  flex-grow: 1;
}
.q-form-control-flex > div:nth-child(1) {
  padding-right: 15px;
}
.q-form-control-flex > div:nth-child(2) {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .q-form-control-flex {
    flex-flow: row wrap;
  }
  .q-form-control-flex > div:nth-child(-n+2) {
    width: 100%;
  }
  .q-form-control-flex.singlepick > div:nth-child(-n+2) {
    width: calc(100% - 30px);
  }
}
.k-grid .datepicker-openended .k-datepicker,
.k-grid .datepicker-openended .k-timepicker {
  width: calc(100% - 22px) !important;
}
.k-grid .datepicker-openended .k-datetimepicker {
  width: calc(100% - 30px) !important;
}
.k-grid .datepicker-openended .btnopenended {
  display: inline-block;
  border: 0!important;
  background-color: transparent!important;
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.fieldAlignRight input {
  text-align: right!important;
}
.fieldAlignRight input::-webkit-input-placeholder {
  text-align: left!important;
}
.fieldAlignRight input::-moz-placeholder {
  text-align: left!important;
}
.fieldAlignRight input:-moz-placeholder {
  text-align: left!important;
}
.fieldAlignRight input:-ms-input-placeholder {
  text-align: left!important;
}
.fieldAlignCenter input {
  text-align: center!important;
}
.fieldAlignCenter input::-webkit-input-placeholder {
  text-align: left!important;
}
.fieldAlignCenter input::-moz-placeholder {
  text-align: left!important;
}
.fieldAlignCenter input:-moz-placeholder {
  text-align: left!important;
}
.fieldAlignCenter input:-ms-input-placeholder {
  text-align: left!important;
}
.numericAlignRight input {
  text-align: right!important;
}
.numericAlignRight input::-webkit-input-placeholder {
  text-align: left!important;
}
.numericAlignRight input::-moz-placeholder {
  text-align: left!important;
}
.numericAlignRight input:-moz-placeholder {
  text-align: left!important;
}
.numericAlignRight input:-ms-input-placeholder {
  text-align: left!important;
}
.numericAlignCenter input {
  text-align: center!important;
}
.numericAlignCenter input::-webkit-input-placeholder {
  text-align: left!important;
}
.numericAlignCenter input::-moz-placeholder {
  text-align: left!important;
}
.numericAlignCenter input:-moz-placeholder {
  text-align: left!important;
}
.numericAlignCenter input:-ms-input-placeholder {
  text-align: left!important;
}
.fieldAlignRight input:-ms-input-placeholder {
  text-align: left!important;
}
:-ms-input-placeholder {
  text-align: left!important;
}
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
label.q-filterhead,
label.q-radiogroup {
  position: relative;
  top: 22px;
  font-size: 15px;
}
.q-radiogroupheading {
  margin-top: 24px;
}
.k-ie .state-focussed > .q-form-control-label {
  opacity: 1;
  filter: alpha(opacity=100);
}
label.label-show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.label-show label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.k-multiselect-wrap {
  padding-right: 0;
}
.k-multiselect-wrap .k-input {
  height: 1rem;
  line-height: 1rem;
}
.k-multiselect-wrap li {
  margin: 0 0 0 2px;
}
.k-multiselect-wrap .k-select {
  position: relative;
}
.k-multiselect-wrap .k-button .k-i-close {
  background-position: -48px -562px !important;
  width: 10px;
  height: 10px;
}
.k-upload-files .k-i-close {
  background-position: -178px -546px !important;
  width: 10px;
  height: 10px;
}
.k-upload-files .k-i-retry {
  background-position: -571px -72px !important;
  width: 10px;
  height: 10px;
}
.k-upload-files .k-i-retry:before {
  text-indent: -9999px;
}
.k-upload-status > .k-icon {
  border-radius: 0!important;
  text-indent: -9999px;
  margin-right: 3px;
}
.k-upload-status .k-button {
  border-radius: 0!important;
  margin: 0 3px;
}
.k-upload-status .k-button:hover {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.q-form-control-wrapper.required.has-value::before,
.q-form-control-wrapper.required.label-show::before {
  content: "";
  margin: 0;
}
.k-ie .q-form-control-wrapper.required.state-focussed::before {
  content: "";
}
.k-mobile.k-safari .read-only input,
.k-mobile.k-safari .readonly input {
  -webkit-text-fill-color: #000000;
}
.q-form-control-wrapper .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper .k-dropdown-wrap .k-input,
.q-form-control-wrapper .k-picker-wrap .k-input,
.q-form-control-wrapper .k-autocomplete .k-input,
.q-form-control-wrapper .k-numeric-wrap .k-input,
.q-form-control-wrapper input.q-form-control-input,
.k-multiselect-wrap.k-floatwrap,
.q-form-control-wrapper .k-autocomplete .k-input,
.q-form-control-wrapper .k-dropdown-wrap .k-input,
.q-form-control-wrapper .k-numeric-wrap .k-input,
.q-form-control-wrapper .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper .k-picker-wrap .k-input,
.q-form-control-wrapper > input,
.q-form-control-wrapper input.q-form-control-input,
.q-form-control-wrapper textarea,
.k-multiselect-wrap.k-floatwrap {
  text-indent: 4px;
}
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly .k-autocomplete .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input,
.k-state-disabled .k-multiselect-wrap.k-floatwrap,
.q-form-control-wrapper.readonly .k-autocomplete .k-input,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input,
.q-form-control-wrapper.readonly > input,
.q-form-control-wrapper.readonly input.q-form-control-input,
.q-form-control-wrapper.readonly textarea {
  color: #999;
}
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input::-webkit-input-placeholder,
.k-state-disabled .k-multiselect-wrap.k-floatwrap::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly > input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly input.q-form-control-input::-webkit-input-placeholder,
.q-form-control-wrapper.readonly textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #999;
}
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input:-ms-input-placeholder,
.k-state-disabled .k-multiselect-wrap.k-floatwrap:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly > input:-ms-input-placeholder,
.q-form-control-wrapper.readonly input.q-form-control-input:-ms-input-placeholder,
.q-form-control-wrapper.readonly textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input::-moz-placeholder,
.k-state-disabled .k-multiselect-wrap.k-floatwrap::-moz-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input::-moz-placeholder,
.q-form-control-wrapper.readonly > input::-moz-placeholder,
.q-form-control-wrapper.readonly input.q-form-control-input::-moz-placeholder,
.q-form-control-wrapper.readonly textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input:-moz-placeholder,
.k-state-disabled .k-multiselect-wrap.k-floatwrap:-moz-placeholder,
.q-form-control-wrapper.readonly .k-autocomplete .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-dropdown-wrap .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-numeric-wrap.k-expand-padding .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly .k-picker-wrap .k-input:-moz-placeholder,
.q-form-control-wrapper.readonly > input:-moz-placeholder,
.q-form-control-wrapper.readonly input.q-form-control-input:-moz-placeholder,
.q-form-control-wrapper.readonly textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}
.q-form-checkarea-wrapper.readonly .k-radio:checked + .k-radio-label:before {
  border-color: #bfbfbf!important;
  border-color: #cacaca !important;
}
.q-form-checkarea-wrapper.readonly .k-radio:checked + .k-radio-label:after {
  background-color: #bfbfbf!important;
  border-color: #cacaca !important;
}
.q-form-checkarea-wrapper .q-form-control-error {
  color: #da4b37;
  font-size: 12px;
  display: none;
}
.q-form-checkarea-wrapper.invalid .q-form-control-error,
.q-form-checkarea-wrapper.readonly.invalid .q-form-control-error,
.q-form-checkarea-wrapper.required.invalid .q-form-control-error {
  display: block;
}
.q-form-checkarea-wrapper.required h3.q-radiogroupheading:before {
  content: "*";
  color: #da4b37;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0;
  margin-left: -8px;
  padding-top: 8px;
}
.k-autocomplete .k-icon.k-i-loading,
.k-multiselect .k-icon.k-i-loading {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator.gif) !important;
  background-size: 16px 16px!important;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  right: 24px;
}
.picklistAddition {
  padding-top: 20px;
  margin-left: -20px;
  float: left;
}
.rotate90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.btn_dataset {
  border: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  display: inline-block;
}
.btn_dataset span {
  opacity: 0.54;
  filter: alpha(opacity=54);
  display: block;
}
.btn_dataset span:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
button[disabled].btn_dataset {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset!important;
  border-bottom: 1px solid #047bc1 !important;
}
.k-list-scroller li.k-item.k-state-selected:not(.k-state-focused) {
  color: #ffffff;
}
.checkbox-stack .q-form-checkarea-wrapper {
  display: block;
}
.checkbox-stack .q-form-checkarea-wrapper .k-checkarea {
  margin: 0;
}
.searchicon {
  margin-left: -18px;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.searchtext:not(.data-field-static):hover + .searchicon,
.searchtext:not(.data-field-static).has-value + .searchicon,
.searchicon:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
input.q-text + .k-i-close {
  opacity: 0;
  filter: alpha(opacity=0);
}
input.q-text.has-value:focus + .k-i-close {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
input.q-text.has-value:focus + .k-i-close:hover {
  cursor: pointer;
}
.k-group-delete,
.k-group-indicator .k-button-icon .k-i-close {
  background-position: -48px -562px !important;
  width: 10px!important;
  height: 10px!important;
  opacity: 0.87 !important;
  filter: alpha(opacity=87) !important;
}
.k-add,
.k-i-plus,
.k-plus {
  background-position: -228px -562px !important;
  width: 10px;
  height: 10px;
}
.k-grid tr.k-detail-row:hover {
  background: transparent;
}
.k-denied {
  background-position: -298px -546px !important;
  width: 10px;
  height: 10px;
}
.gridtoolbar {
  margin-top: 26px;
  padding-right: 12px;
}
.gridholder {
  padding: 0 1px 0 0 !important;
  /* Grids abutting the left and right edges of a material container overflow the scrollable header by 1px on the right - this change compensates for that overflow */
}
.gridholder h1,
.gridholder h2,
.gridholder h3,
.gridholder h4,
.gridholder h5 {
  margin: 6px 0 4px 12px;
}
.gridholder h1,
.gridholder h2,
.gridholder h3,
.gridholder h4,
.gridholder h5,
.gridholder p,
.gridholder span {
  color: #3b3b3b;
}
.gridholder .k-grid .k-button {
  padding-top: 0!important;
}
.gridholder .q-small_Unchanged {
  display: none!important;
}
.gridholder .k-checkarea {
  margin-top: 0!important;
}
.gridholder .gridicon {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.gridholder .gridicon:hover {
  cursor: pointer;
}
.gridholder .cellalignright {
  text-align: right;
}
.gridholder .cellalignright.k-edit-cell input {
  text-align: right!important;
}
.gridholder .cellaligncenter {
  text-align: center;
}
.gridholder .cellaligncenter.k-edit-cell input {
  text-align: center!important;
}
.gridholder tr:hover .gridicon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridholder tr:hover .k-button .k-icon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridholder .sprite {
  margin: 0 0 0 4px;
  top: 0;
  position: relative;
}
.gridholder .gridnorecord {
  opacity: 0.27 !important;
  filter: alpha(opacity=27) !important;
}
.gridholder .gridnorecord:hover {
  opacity: 0.54 !important;
  filter: alpha(opacity=54) !important;
}
.gridholder .gridhasrecord {
  opacity: 0.84 !important;
  filter: alpha(opacity=84) !important;
}
.gridholder .k-state-hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gridholder .k-state-default {
  border: 0;
}
.gridholder .k-block,
.gridholder .k-draghandle,
.gridholder .k-inline-block,
.gridholder .k-widget {
  border: 0;
}
.gridholder .k-filter-row th,
.gridholder .k-grid-header th.k-header,
.gridholder .k-grid-header th.k-header > .k-link {
  padding: 6px 2px 6px 8px;
  font-size: 12px;
  border-width: 0 0 1px 0;
}
.gridholder .k-filter-row th,
.gridholder .k-grid-header th.k-header {
  white-space: normal!important;
  vertical-align: middle!important;
}
.gridholder .k-grid-header .k-header,
.gridholder .k-grid-header .k-header .k-link,
.gridholder .k-grid-header .k-link,
.gridholder .k-grid-header .k-link:link,
.gridholder .k-pager-info,
.gridholder .k-scheduler-agendaview .k-scheduler-datecolumn,
.gridholder .k-scheduler-header {
  color: #757575;
}
.gridholder .k-grid tr td {
  font-size: 12px;
  border: 0;
  padding: 0 4px 0 8px;
  overflow: hidden;
  line-height: 1em;
  vertical-align: middle;
  text-overflow: ellipsis;
  height: 24px;
  font-weight: 400;
}
.gridholder .k-grid tr td.qbs-button {
  overflow: visible;
}
@media only screen and (max-width: 760px) {
  .gridholder .k-grid tr td {
    overflow: hidden!important;
  }
}
.gridholder .k-block,
.gridholder .k-header,
.gridholder .k-widget {
  font-size: 12px;
}
.gridholder .k-grid-filter .k-state-border-down,
.gridholder .k-grid-header .k-grid-filter:focus {
  outline: 0;
}
.gridholder .k-grid-header .k-grid-filter {
  padding: 4px!important;
  height: 100%!important;
}
.gridholder a.k-grid-filter {
  margin: -2px 0 0 0 !important;
  padding: 0!important;
  display: inline-block;
  vertical-align: top;
}
.gridholder .k-autocomplete.k-state-focused,
.gridholder .k-dropdown-wrap.k-state-focused,
.gridholder .k-multiselect.k-header.k-state-focused,
.gridholder .k-numeric-wrap.k-state-focused,
.gridholder .k-picker-wrap.k-state-focused,
.gridholder .k-textbox:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gridholder .k-numerictextbox .k-select {
  border-color: transparent;
  background-color: transparent;
}
.gridholder .k-numerictextbox .k-select .k-state-selected {
  border: 0!important;
}
.gridholder .k-state-default > .k-select {
  border-color: transparent;
}
.gridholder .k-dirty {
  display: none;
}
.gridholder td.k-header {
  overflow: visible!important;
}
.gridholder .k-pager-wrap .tooltip,
.gridholder th.k-header .tooltip {
  position: absolute;
  min-width: 100px;
}
.gridholder .k-grid-content .tooltip {
  position: absolute;
  min-width: 100px;
}
.gridholder a.btn.dropdown-toggle {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gridholder .gridadd,
.gridholder .gridnew {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridholder .gridadd:hover,
.gridholder .gridnew:hover {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
.gridholder .k-edit-cell input[type="checkbox"] {
  margin-left: 0;
}
.gridholder .k-edit-cell input {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gridholder .k-grid .k-button {
  background-color: transparent!important;
}
.gridholder .k-input,
.gridholder .k-multiselect-wrap,
.gridholder .k-textbox > input,
.gridholder input.k-textbox,
.gridholder input.k-textbox:hover,
.gridholder textarea.k-textbox,
.gridholder textarea.k-textbox:hover {
  background-color: transparent!important;
}
.gridholder .k-dropdown-wrap.k-state-focused .k-input {
  background-image: none!important;
}
.gridholder .k-autocomplete,
.gridholder .k-block,
.gridholder .k-button,
.gridholder .k-draghandle,
.gridholder .k-dropdown-wrap,
.gridholder .k-grid-footer,
.gridholder .k-grid-footer td,
.gridholder .k-grid-header,
.gridholder .k-grid-header,
.gridholder .k-grid-header .k-header,
.gridholder .k-grouping-header,
.gridholder .k-grouping-row td,
.gridholder .k-header,
.gridholder .k-numeric-wrap,
.gridholder .k-numerictextbox,
.gridholder .k-pager-numbers .k-state-selected,
.gridholder .k-pager-wrap,
.gridholder .k-pager-wrap,
.gridholder .k-panelbar .k-tabstrip-items .k-item,
.gridholder .k-picker-wrap,
.gridholder .k-progressbar,
.gridholder .k-resize-handle-inner,
.gridholder .k-scheduler-header,
.gridholder .k-state-highlight,
.gridholder .k-tabstrip-items .k-item,
.gridholder .k-textbox,
.gridholder .k-toolbar,
.gridholder .k-widget,
.gridholder .km-pane-wrapper .k-grid-header .k-header,
.gridholder .km-pane-wrapper > .km-pane > .km-view > .km-content,
.gridholder td.k-group-cell {
  background-color: transparent;
  background-image: none;
  background-size: 0;
  box-shadow: none;
  border: none;
}
.gridholder .k-autocomplete:focus,
.gridholder .k-block:focus,
.gridholder .k-button:focus,
.gridholder .k-draghandle:focus,
.gridholder .k-dropdown-wrap:focus,
.gridholder .k-grid-footer:focus,
.gridholder .k-grid-footer td:focus,
.gridholder .k-grid-header:focus,
.gridholder .k-grid-header:focus,
.gridholder .k-grid-header .k-header:focus,
.gridholder .k-grouping-header:focus,
.gridholder .k-grouping-row td:focus,
.gridholder .k-header:focus,
.gridholder .k-numeric-wrap:focus,
.gridholder .k-numerictextbox:focus,
.gridholder .k-pager-numbers .k-state-selected:focus,
.gridholder .k-pager-wrap:focus,
.gridholder .k-pager-wrap:focus,
.gridholder .k-panelbar .k-tabstrip-items .k-item:focus,
.gridholder .k-picker-wrap:focus,
.gridholder .k-progressbar:focus,
.gridholder .k-resize-handle-inner:focus,
.gridholder .k-scheduler-header:focus,
.gridholder .k-state-highlight:focus,
.gridholder .k-tabstrip-items .k-item:focus,
.gridholder .k-textbox:focus,
.gridholder .k-toolbar:focus,
.gridholder .k-widget:focus,
.gridholder .km-pane-wrapper .k-grid-header .k-header:focus,
.gridholder .km-pane-wrapper > .km-pane > .km-view > .km-content:focus,
.gridholder td.k-group-cell:focus {
  background-color: transparent;
  background-image: none;
  background-size: 0;
  box-shadow: none;
  border: none;
}
.gridholder .k-autocomplete {
  padding-right: 16px;
}
.gridholder .q-form-control-wrapper input.q-form-control-input .k-pager-wrap .k-dropdown {
  width: 60px!important;
}
.gridholder .k-dropdown-wrap .k-state-default {
  width: 40px!important;
}
.gridholder .k-dropdown-wrap.k-state-hover {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gridholder .k-popup .k-list .k-item {
  font-size: 12px !important;
}
.gridholder .k-dropdown-wrap {
  border: 0!important;
}
.gridholder .k-pager-wrap {
  margin-top: 4px;
  padding-top: 0;
  position: relative;
}
.gridholder .fullwindowmode {
  display: block;
  position: absolute;
  right: 20px;
  top: 6px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridholder .fullwindowmode .q-grid_Fullscreenexit {
  margin-top: 4px;
}
.gridholder .fullwindowmode:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  cursor: pointer;
}
.gridholder .fullwindow {
  position: fixed;
  z-index: 102;
  width: 100%;
  height: 100%!important;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.gridholder .k-pager-sizes {
  white-space: nowrap;
}
.gridholder .k-pager-sizes .k-widget.k-dropdown {
  min-width: 60px;
}
.gridholder .k-grid-pager .k-link,
.gridholder .k-grid-pager .k-link:link,
.gridholder .k-pager-wrap .k-pager-numbers .k-state-selected {
  font-size: 12px;
}
.gridholder .k-pager-numbers .k-link,
.gridholder .k-pager-numbers .k-state-selected {
  border-width: 0;
  border: 0;
}
.gridholder .k-pager-wrap .k-link {
  border-color: transparent;
}
.gridholder .k-pager-numbers .k-link:focus,
.gridholder .k-pager-wrap > .k-link:focus {
  outline: 0;
}
.gridholder .k-i-arrow-s,
.gridholder .k-select .k-i-arrow-s,
.gridholder .k-state-hover > .k-select .k-i-arrow-s {
  background-position: -416px -530px !important;
}
.gridholder .k-i-arrow-n,
.gridholder .k-select .k-i-arrow-n {
  background-position: -432px -530px !important;
}
.gridholder .k-pager-info .k-label,
.gridholder .k-pager-numbers .k-link,
.gridholder .k-pager-sizes .k-label,
.gridholder span.k-pager-info.k-label,
.gridholder span.k-pager-sizes.k-label {
  color: #757575;
}
.gridholder .k-grid .k-button {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gridholder tr:not(.k-detail-row):hover td,
.gridholder tr:not(.k-detail-row).k-state-selected td {
  background: #dee9f8 !important;
}
.gridholder tr:not(.k-detail-row):hover td.data-field-static,
.gridholder tr:not(.k-detail-row).k-state-selected td.data-field-static,
.gridholder tr:not(.k-detail-row):hover td.data-field-readonly,
.gridholder tr:not(.k-detail-row).k-state-selected td.data-field-readonly {
  background-color: #c0d0e6 !important;
}
.gridholder .k-grid-footer-locked tr:hover td,
.gridholder .k-grid-footer-wrap tr:hover td {
  background: transparent!important;
}
.gridholder .k-button:focus {
  background-color: transparent!important;
}
.gridholder .k-grid tr.k-state-selected {
  background: #f0f0f0;
}
.gridholder tr.k-state-selected .k-header {
  background: transparent!important;
  border-color: transparent;
}
.gridholder .data-field-static {
  background-color: transparent;
  cursor: default;
  border-width: 0 0 1px 0;
  border-color: gray;
  color: #757575;
}
.gridholder .data-field-static * {
  color: #757575;
}
.gridholder .data-field-static .k-icon {
  display: none;
}
.gridholder tr td {
  color: #000000;
}
.gridholder .k-grid-header th > .k-link > .k-icon {
  margin: -4px 0 0 5px;
  vertical-align: middle;
}
.gridholder .k-button .k-button-icontext .k-grid-Lookup_DTL_PICK {
  outline: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.gridholder .k-i-search {
  background-position: -176px -514px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-filter,
.gridholder .k-i-filter {
  background-position: -430px -546px !important;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -8px;
}
.gridholder .k-state-active span.k-icon.k-filter {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.gridholder .k-grid-header .k-numerictextbox .k-select .k-link span.k-i-arrow-s,
.gridholder .k-numerictextbox .k-select .k-link span.k-i-arrow-s,
.gridholder .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
  background-position: -416px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-button:active .k-i-arrow-s,
.gridholder .k-button:not(.k-state-disabled):hover .k-i-arrow-s,
.gridholder .k-link:not(.k-state-disabled):hover > .k-i-arrow-s,
.gridholder .k-state-hover > * > .k-i-arrow-s,
.gridholder .k-state-hover > .k-i-arrow-s,
.gridholder .k-textbox:hover .k-i-arrow-s {
  background-position: -416px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-i-arrow-n {
  background-position: -432px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-grid-header .k-numerictextbox .k-select .k-link span.k-i-arrow-n,
.gridholder .k-numerictextbox .k-select .k-link span.k-i-arrow-n,
.gridholder .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
  background-position: -432px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-button:active .k-i-arrow-n,
.gridholder .k-button:not(.k-state-disabled):hover .k-i-arrow-n,
.gridholder .k-state-hover > * > .k-i-arrow-n,
.gridholder .k-state-hover > .k-i-arrow-n,
.gridholder .k-textbox:hover .k-i-arrow-n,
.gridholder k-link:not(.k-state-disabled):hover > .k-i-arrow-n {
  background-position: -416px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-state-border-down {
  background-image: none!important;
}
.gridholder .k-grid .k-grouping-header {
  background-color: #eeeeee;
  color: #919191;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: normal;
}
.gridholder .k-grid .k-grouping-header .k-group-indicator .k-button {
  line-height: 8px!important;
}
.gridholder .k-grid .k-grouping-header .k-group-indicator .k-link {
  color: #ffffff !important;
}
.gridholder .k-grouping-header .k-group-indicator,
.gridholder .k-pivot-toolbar .k-button {
  background-color: #047bc1 !important;
  border-color: #047bc1 !important;
}
.gridholder .k-grouping-header .k-link,
.gridholder .k-grouping-header .k-link:link {
  font-size: 12px;
}
.gridholder .k-block,
.gridholder .k-content,
.gridholder .k-dropdown .k-input,
.gridholder .k-popup,
.gridholder .k-toolbar,
.gridholder .k-widget {
  color: #757575;
}
.gridholder .k-group-indicator .k-i-sort-desc-sm,
.gridholder .k-group-indicator .k-si-arrow-s {
  background-position: -420px -478px !important;
  width: 18px;
  height: 18px;
}
.gridholder .k-group-indicator .k-i-sort-asc-sm,
.gridholder .k-group-indicator .k-si-arrow-n {
  background-position: -480px -478px !important;
  width: 18px;
  height: 18px;
}
.gridholder .k-filterable .k-i-sort-desc-sm,
.gridholder .k-sorted .k-i-sort-desc-sm,
.gridholder .k-filterable .k-si-arrow-s,
.gridholder .k-sorted .k-si-arrow-s {
  background-position: -240px -458px !important;
  width: 18px;
  height: 18px;
}
.gridholder .k-filterable .k-i-sort-asc-sm,
.gridholder .k-sorted .k-i-sort-asc-sm,
.gridholder .k-filterable .k-si-arrow-n,
.gridholder .k-sorted .k-si-arrow-n {
  background-position: -300px -458px !important;
  width: 18px;
  height: 18px;
}
.gridholder .k-grouping-header .k-link .k-icon {
  margin: 0 5px;
}
.gridholder .k-grouping-header .k-button .k-icon {
  margin: -4px 6px 0;
}
.gridholder .k-icon:focus {
  outline: none!important;
}
.gridholder .k-i-collapse {
  background-position: -448px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-i-expand {
  background-position: -480px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-grid .k-status {
  color: #ffffff;
}
.gridholder .k-grid .k-status .k-icon.k-i-loading {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator_white.gif) !important;
  background-size: 14px 14px!important;
}
.gridholder .k-grid .k-grouping-row p {
  font-weight: normal!important;
  width: calc(100% - 4px);
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gridholder .k-grid .k-grouping-row .k-i-collapse,
.gridholder .k-grid .k-grouping-row .k-i-expand {
  float: left;
  margin-top: 2px;
}
.gridholder .k-grid .k-grouping-row td {
  padding: 2px 12px;
}
.gridholder .k-grouping-dropclue {
  opacity: 0.27;
  filter: alpha(opacity=27);
  margin-top: 4px!important;
}
.gridholder .k-grid tr {
  box-shadow: inset 0 1px 0 #ddd;
}
.gridholder .k-grid-header-wrap {
  border-color: #ffffff;
}
.gridholder .k-grid thead tr {
  box-shadow: none!important;
}
.gridholder .k-grid-footer-wrap {
  background-color: #c5c5c5;
}
.gridholder .k-group-footer {
  background-color: #c5c5c5;
}
.gridholder .k-group-footer .k-group-cell {
  background: #ffffff;
}
.gridholder #RespConfGrid th a.k-state-active {
  background-color: green;
}
.gridholder #RespConfGrid .k-group-footer {
  display: table-row !important;
}
.gridholder .k-state-selected {
  border-style: solid;
  border-width: 2px;
}
.gridholder .k-grid table {
  border-collapse: separate;
}
.gridholder tr.k-grouping-row > td {
  white-space: normal;
}
.gridholder .k-grid td {
  white-space: nowrap;
  border-radius: 0;
}
.gridholder .k-grid-filter.k-state-active {
  background-color: transparent !important;
}
.gridholder .k-grid-filter.k-state-active .k-icon {
  background-position: 0px -562px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.gridholder .k-grid-filter .k-icon.k-filter {
  width: 10px;
  height: 10px;
}
.gridholder .k-header > .k-grid-filter {
  float: none!important;
}
.gridholder .k-clear-value.k-i-close {
  background-position: -178px -546px !important;
  width: 10px;
  height: 10px;
}
.gridholder .k-filtercell .k-i-close {
  background-position: -178px -546px !important;
  width: 10px;
  height: 10px;
}
.gridholder .k-filtercell .k-operator-hidden label input {
  margin-left: 4px;
}
.gridholder .k-filtercell .k-operator-hidden label {
  display: block;
}
.gridholder .k-widget .templateCell {
  overflow: visible;
  padding-left: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.gridholder .k-widget .menuTemplateCell {
  overflow: visible;
  cursor: default;
  padding: 0;
  margin: 0;
}
.gridholder #SRKNumber {
  width: 75px;
}
.gridholder .k-numerictextbox {
  width: 75px;
}
.gridholder .datepicker {
  width: 145px;
}
.gridholder .k-numerictextbox {
  width: 75px;
}
.gridholder .k-input {
  font-size: 12px;
}
.gridholder .k-dropdown-wrap .k-input {
  text-overflow: ellipsis;
  overflow: hidden;
}
.gridholder .k-pager-wrap.k-grid-pager.k-widget {
  padding-right: 30px;
}
.gridholder .k-pager-sizes .k-dropdown-wrap .k-select {
  line-height: 24px;
}
.gridholder .k-pager-sizes .k-dropdown-wrap .k-input {
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 2px);
}
.gridholder .k-dropdown {
  width: 80%!important;
}
.gridholder .k-pager-numbers {
  margin: 2px;
}
.gridholder .l3grid .gridfooter {
  padding: 12px 0 16px 32px;
}
.gridholder .l3grid .data-field-textarea.k-state-focused,
.gridholder .l3grid .data-field-textarea:hover {
  white-space: normal!important;
}
.gridholder .l3grid .k-grid-content td:nth-child(1).actionarea .open > .dropdown-actionmenu,
.gridholder .l3grid .k-grid-content td:nth-child(2).actionarea .open > .dropdown-actionmenu,
.gridholder .l3grid .k-grid-content td:nth-child(3).actionarea .open > .dropdown-actionmenu,
.gridholder .l3grid .k-grid-content td:nth-child(4).actionarea .open > .dropdown-actionmenu {
  left: 0 !important;
}
.gridholder .l3grid .open > .dropdown-actionmenu {
  display: block;
  right: 0;
}
.gridholder .l3grid .actionarea {
  overflow: visible !important;
  padding-left: 0;
  padding-right: 0 !important;
  text-align: center;
}
.gridholder .l3grid .dropdown-actionmenu > li {
  line-height: 12px;
  padding: 0;
}
.gridholder .l3grid .dropdown-actionmenu > li a {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 12px;
  padding: 12px;
  display: block;
  width: calc(100% - 24px);
}
.gridholder .l3grid .dropdown-toggle span.sprite {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridholder .l3grid .dropdown-toggle span.sprite:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridholder .l3grid .k-grid-content {
  position: relative!important;
}
.gridholder .l3grid .k-checkbox-label:before {
  top: 0 !important;
}
.gridholder .l3grid .k-checkbox-label:after {
  top: 0 !important;
}
.gridholder .l3grid .k-combobox .k-dropdown-wrap .k-select,
.gridholder .l3grid .k-dropdown .k-dropdown-wrap .k-select,
.gridholder .l3grid .k-numerictextbox .k-numeric-wrap .k-select {
  margin-top: -2px;
}
.gridholder .l3grid .k-combobox .k-tooltip,
.gridholder .l3grid .k-dropdown .k-tooltip {
  box-shadow: none !important;
}
.gridholder .l3grid .k-edit-cell .k-input,
.gridholder .l3grid .k-edit-cell .k-multiselect-wrap,
.gridholder .l3grid .k-edit-cell .k-textbox > input,
.gridholder .l3grid .k-edit-cell input.k-textbox,
.gridholder .l3grid .k-edit-cell input.k-textbox:hover,
.gridholder .l3grid .k-edit-cell textarea.k-textbox,
.gridholder .l3grid .k-edit-cell textarea.k-textbox:hover {
  color: #047bc1 !important;
}
.gridholder .l3grid .k-dropdown-wrap .k-select,
.gridholder .l3grid .k-numeric-wrap .k-select,
.gridholder .l3grid .k-picker-wrap .k-select {
  line-height: 24px;
  min-height: 24px;
}
.gridholder .l3grid .k-dropdown-wrap.k-state-default,
.gridholder .l3grid .k-numeric-wrap.k-state-default,
.gridholder .l3grid .k-picker-wrap.k-state-default {
  height: 24px;
}
.gridholder .l3grid .k-autocomplete .k-input,
.gridholder .l3grid .k-dropdown-wrap .k-input,
.gridholder .l3grid .k-numeric-wrap .k-input,
.gridholder .l3grid .k-picker-wrap .k-input,
.gridholder .l3grid .k-selectbox .k-input,
.gridholder .l3grid .k-textbox > input,
.gridholder .l3grid .q-form-control-wrapper > .k-input,
.gridholder .l3grid input.k-textbox {
  height: 24px;
  line-height: 24px;
}
.gridholder .l3grid .k-i-clock {
  background-position: -539px -304px !important;
}
.gridholder .l3grid .k-i-calendar {
  background-position: -94px -76px !important;
}
.gridholder .l3grid .k-grid-footer-locked:before {
  content: "Totals";
  display: block;
  z-index: 3;
  position: absolute;
  left: 12px;
  top: 3px;
}
.gridholder .l3grid .k-grid-footer-wrap:before {
  content: "" !important;
}
.gridholder .l3grid th.k-header {
  padding: 4px 0 0 4px;
}
.gridholder .l3grid .q-group-collapse {
  height: 0 !important;
}
.gridholder .l3grid .k-grouping-header {
  line-height: 22px;
}
.gridholder .l3grid .k-grouping-header .k-group-indicator {
  padding: 0;
  line-height: 24px !important;
  height: 20px !important;
}
.gridholder .l3grid .k-grouping-header .k-group-indicator .k-link {
  vertical-align: top;
  margin-top: 2px;
}
.gridholder .l3grid th.k-filterable {
  position: relative;
}
.gridholder .l3grid .k-header .k-link .k-icon.k-i-arrow-n,
.gridholder .l3grid .k-header .k-link .k-icon.k-i-arrow-s {
  position: absolute;
  top: 8px;
  right: 0;
}
.gridholder .l3grid .k-grid-header-locked th:nth-child(1):not(.k-group-cell),
.gridholder .l3grid .k-grid-header-locked th:nth-child(2):not(.k-group-cell) {
  position: relative;
  left: -1px;
}
.gridholder .l3grid th.k-group-cell.k-header + th.coloredcell.k-header {
  left: 0;
}
.gridholder .l3grid .coloredcell {
  background-color: #047bc1 !important;
  color: #ffffff;
}
.gridholder .l3grid .coloredcell .k-link {
  padding: 0 0 4px 6px !important;
  width: 100% !important;
}
.gridholder .l3grid .coloredcell .sprite {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  top: 0 !important;
}
.gridholder .l3grid .k-grid-content td {
  -webkit-box-shadow: inset -1px 0 0 0 #eeeeee;
  -moz-box-shadow: inset -1px 0 0 0 #eeeeee;
  box-shadow: inset -1px 0 0 0 #eeeeee;
}
.gridholder .l3grid .k-grid-content-locked td {
  -webkit-box-shadow: inset -1px 0 0 0 #eeeeee;
  -moz-box-shadow: inset -1px 0 0 0 #eeeeee;
  box-shadow: inset -1px 0 0 0 #eeeeee;
  overflow: hidden !important;
}
.gridholder .l3grid .k-grid-content-locked td:last-child,
.gridholder .l3grid .k-grid-content-locked td:nth-child(1) {
  border-width: 0;
  box-shadow: none;
}
.gridholder .l3grid .k-button {
  padding: 2px;
  line-height: 16px;
  min-width: 20px !important;
}
.gridholder .l3grid .k-button .k-icon {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.gridholder .l3grid .k-button:hover .k-icon {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridholder .l3grid .k-grid-header {
  /*margin-left:1px;*/
}
.gridholder .l3grid .k-grid-header th {
  -webkit-box-shadow: inset -1px -2px 0 0 #eeeeee;
  -moz-box-shadow: inset -1px -2px 0 0 #eeeeee;
  box-shadow: inset -1px -2px 0 0 #eeeeee;
}
.gridholder .l3grid .k-grid-header .k-grid-header-locked th:nth-child(n+3):not(.coloredcell) {
  overflow: hidden !important;
}
.gridholder .k-footer-template {
  height: 22px;
}
.gridholder .k-footer-template:hover {
  background: none !important;
}
.gridholder .k-grid-content-locked td,
.gridholder .k-grid-header-locked th {
  overflow: visible !important;
}
.gridholder .k-grid-header-locked {
  overflow: visible;
  position: relative;
  margin-left: 1px;
}
.gridholder td.k-edit-cell > textarea {
  overflow: visible !important;
  display: block;
  position: absolute;
  z-index: 100;
}
.gridholder td.k-edit-cell > textarea.multiline {
  overflow: visible !important;
  display: block;
  position: relative !important;
  z-index: 100;
  border: 0;
  white-space: normal;
}
.gridholder .k-grid tbody .k-button,
.gridholder .k-ie8 .k-grid tbody button.k-button {
  min-width: 38px;
}
.gridholder .date-field-readonly {
  font-size: 12px;
  color: #757575;
  background-color: #f0f0f0 !important;
}
.gridholder .data-field-static {
  font-size: 12px;
  color: #444444 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(230, 230, 230, 0.65) !important;
}
.gridholder .data-field-static * {
  color: #444444 !important;
}
.gridholder .data-field-key,
.gridholder .data-field-required {
  background-color: transparent;
  color: #000000;
  font-size: 12px;
}
.gridholder .k-grid tr:hover .data-field-static,
.gridholder .k-state-selected .data-field-static,
.gridholder .k-grid tr:hover .date-field-readonly,
.gridholder .k-state-selected .date-field-readonly {
  background-color: #c0d0e6 !important;
  color: #444444 !important;
}
.gridholder .k-grid tr:hover .data-field-static *,
.gridholder .k-state-selected .data-field-static *,
.gridholder .k-grid tr:hover .date-field-readonly *,
.gridholder .k-state-selected .date-field-readonly * {
  color: #444444 !important;
}
.gridholder .data-field-editnoupdate {
  background-color: transparent;
  color: black;
  font-size: 12px;
}
.gridholder .data-field-plain {
  background-color: transparent;
  color: black;
  font-size: 12px;
}
.gridholder .k-state-selected .data-field-static,
.gridholder .k-state-selected .date-field-readonly {
  background-color: #c0d0e6 !important;
}
.gridholder .clickable {
  cursor: pointer;
}
.gridholder .clickable .glyphicon {
  padding-top: -15px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  color: #ffffff;
}
.gridholder a.clickable {
  color: inherit;
}
.gridholder a.clickable:hover {
  text-decoration: none;
}
.gridholder .tooltip {
  color: #ffffff;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.gridholder .tooltip td span {
  margin-left: -999em;
  position: absolute;
}
.gridholder .tooltip:hover td span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 100px;
  width: 250px;
  height: 250px;
  color: #ffffff;
}
.gridholder .tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
  width: 250px;
  height: 250px;
}
.gridholder .tooltip:hover em {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em;
}
.gridholder .classic {
  padding: 0.8em 1em;
}
.gridholder .custom {
  padding: 0.5em 0.8em 0.8em 2em;
}
.gridholder * html a:hover {
  background: transparent;
}
.gridholder .classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.gridholder .critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
  width: 350px;
}
.gridholder .help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
  width: 200px;
}
.gridholder .info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
  width: 350px;
}
.gridholder .warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
  width: 350px;
}
.gridholder .required-msg {
  width: 100%;
  font-size: 12px;
  height: 24px;
}
.gridholder .k-tooltip {
  color: #3b3b3b !important;
  background: #ffffff !important;
  font-size: 12px;
  text-transform: none !important;
  z-index: 100 !important;
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
}
.gridholder .k-tooltip .k-i-note,
.gridholder .k-tooltip .k-warning {
  background-position: -483px -260px !important;
}
.gridholder .tooltipicon {
  margin-right: 12px;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridholder .searchinput {
  background-color: #a0f0a0;
}
.gridholder .searchinput-blue {
  background-color: #abcced;
}
.contextMenu,
.dropdown-actionmenu,
.dropdown-menu {
  position: absolute;
  min-width: 170px;
  z-index: 99999;
  border: solid 1px #e0e0e0;
  background: #ffffff;
  padding: 0;
  margin: 0;
  display: none;
  font-size: 13px;
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
}
.contextMenu LI,
.dropdown-actionmenu LI,
.dropdown-menu LI {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.contextMenu A,
.dropdown-menu A,
.dropdown-actionmenu A,
dropdown-actionmenu A {
  color: #757575;
  text-decoration: none;
  display: block;
  background-position: 6px center;
  background-repeat: no-repeat;
  outline: none;
  background-image: none !important;
  font-weight: normal !important;
  padding: 0 4px;
}
.contextMenu LI.hover A,
.dropdown-actionmenu LI A:hover,
.dropdown-menu LI A:hover,
.dropdown-menu LI:hover,
.dropdown-actionmenu LI:hover,
dropdown-actionmenu LI:hover {
  color: #047bc1;
  background-color: #efefef !important;
  background-image: none !important;
}
.contextMenu LI.disabled A {
  color: #bdbdbd;
  cursor: default;
}
.contextMenu LI.hover.disabled A {
  background-color: transparent;
}
.contextMenu LI.separator {
  border-top: solid 1px #e0e0e0;
}
.qPopupToolTip {
  max-width: 400px;
  white-space: normal;
  min-width: 20px;
  padding: 4px 6px;
  color: #3b3b3b;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
}
.qPopupToolTip span {
  color: #3b3b3b !important;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  text-align: left;
}
.k-filter-menu .k-dropdown .k-state-default {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.gridholder input.k-textbox,
.k-filter-menu input.k-textbox {
  border: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #047bc1;
}
.gridholder input.k-textbox:focus,
.k-filter-menu input.k-textbox:focus {
  border: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-popup .k-primary {
  background-color: #047bc1;
  color: #ffffff;
}
.k-popup .k-primary:hover {
  background-color: #047bc1;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.k-button:hover {
  background-color: #efefef;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.actionarea a {
  cursor: pointer;
}
.q-filterarea {
  border: 0!important;
  margin: 0!important;
  padding: 0 0 8px 24px!important;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.q-filterarea h1,
.q-filterarea h2,
.q-filterarea h3,
.q-filterarea h4,
.q-filterarea h5,
.q-filterarea h6,
.q-filterarea p {
  margin-top: 4px!important;
}
.shading {
  background-color: #f4f4f4;
}
.nopadding {
  padding-left: 0!important;
  padding-right: 0!important;
}
.gridholder .responsivegrid .k-grid-header-locked th:nth-child(n+3):hover,
.gridholder .responsivegrid2 .k-grid-header-locked th:nth-child(n+3):hover,
.gridholder .responsivegrid .k-grid-header-wrap th:hover,
.gridholder .responsivegrid2 .k-grid-header-wrap th:hover {
  background-image: none;
}
.gridholder .responsivegrid .actionarea,
.gridholder .responsivegrid2 .actionarea {
  overflow: visible!important;
}
.responsivegrid .k-grid-header,
.responsivegrid2 .k-grid-header {
  margin-left: -1px;
  margin-right: -5px;
}
.responsivegrid .k-grid-header th.k-header,
.responsivegrid2 .k-grid-header th.k-header {
  font-size: 13px;
}
.responsivegrid .k-block,
.responsivegrid2 .k-block,
.responsivegrid .k-header,
.responsivegrid2 .k-header,
.responsivegrid .k-widget,
.responsivegrid2 .k-widget {
  font-size: 13px;
}
.responsivegrid .k-grid tr td,
.responsivegrid2 .k-grid tr td {
  padding: 0 10px;
  height: 36px;
  line-height: 1.6em;
  font-size: 13px;
}
.responsivegrid .row,
.responsivegrid2 .row {
  margin: 0!important;
}
.responsivegrid .k-grid-footer,
.responsivegrid2 .k-grid-footer {
  border: 0!important;
}
.responsivegrid .k-grid-footer-wrap,
.responsivegrid2 .k-grid-footer-wrap {
  border-color: transparent!important;
  background-color: transparent!important;
}
.responsivegrid .sec,
.responsivegrid2 .sec {
  color: #bdbdbd !important;
}
.responsivegrid .dropdown-actionmenu,
.responsivegrid2 .dropdown-actionmenu,
.responsivegrid .open > .dropdown-actionmenu,
.responsivegrid2 .open > .dropdown-actionmenu {
  display: block;
}
.responsivegrid .dropdown-actionmenu,
.responsivegrid2 .dropdown-actionmenu {
  position: absolute;
  right: 0;
  min-width: 170px;
  z-index: 99999;
  border: solid 1px #e0e0e0;
  background: #ffffff;
  margin: 0;
  display: none;
  font-size: 12px;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  padding: 1em;
}
.responsivegrid .dropdown-actionmenu > li,
.responsivegrid2 .dropdown-actionmenu > li {
  padding: 0;
  line-height: 24px;
}
.responsivegrid .dropdown-actionmenu > li > a,
.responsivegrid2 .dropdown-actionmenu > li > a {
  line-height: 24px;
  padding: 18px;
  display: block;
  font-size: 14px;
}
.responsivegrid .dropdown-actionmenu > li > a span,
.responsivegrid2 .dropdown-actionmenu > li > a span {
  margin-right: 12px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.responsivegrid .dropdown-actionmenu > li > a:hover span,
.responsivegrid2 .dropdown-actionmenu > li > a:hover span {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.responsivegrid table,
.responsivegrid2 table {
  width: 100%;
  border-collapse: collapse;
}
.responsivegrid th,
.responsivegrid2 th {
  font-weight: bold;
}
.responsivegrid td,
.responsivegrid2 td,
.responsivegrid th,
.responsivegrid2 th {
  padding: 6px;
  text-align: left;
}
.responsivegrid td.groupleft,
.responsivegrid2 td.groupleft,
.responsivegrid th.groupleft,
.responsivegrid2 th.groupleft {
  border-left: 1px solid #ccc !important;
}
.responsivegrid td.groupright,
.responsivegrid2 td.groupright,
.responsivegrid th.groupright,
.responsivegrid2 th.groupright {
  border-right: 1px solid #ccc !important;
}
.responsivegrid td.groupsingle,
.responsivegrid2 td.groupsingle,
.responsivegrid th.groupsingle,
.responsivegrid2 th.groupsingle {
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
.responsivegrid th.grouptitle,
.responsivegrid2 th.grouptitle {
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 0!important;
  font-weight: bold;
}
.responsivegrid th.nongroup,
.responsivegrid2 th.nongroup {
  padding-top: 54px!important;
}
.responsivegrid tr td.actionarea div,
.responsivegrid2 tr td.actionarea div {
  display: none!important;
}
@media only screen and (max-width: 760px) {
  .responsivegrid tr td.actionarea div,
  .responsivegrid2 tr td.actionarea div {
    display: inline-block !important;
  }
  .responsivegrid tr,
  .responsivegrid2 tr,
  .responsivegrid tr td,
  .responsivegrid2 tr td,
  .responsivegrid tr:hover,
  .responsivegrid2 tr:hover,
  .responsivegrid tr:hover td,
  .responsivegrid2 tr:hover td {
    background: transparent!important;
  }
  .responsivegrid tr.k-alt,
  .responsivegrid2 tr.k-alt,
  .responsivegrid tr.k-alt td,
  .responsivegrid2 tr.k-alt td,
  .responsivegrid tr.k-alt td:hover,
  .responsivegrid2 tr.k-alt td:hover,
  .responsivegrid tr.k-alt:hover,
  .responsivegrid2 tr.k-alt:hover {
    background: #f0f0f0 !important;
  }
}
.responsivegrid tr.k-state-selected td.actionarea div,
.responsivegrid2 tr.k-state-selected td.actionarea div,
.responsivegrid tr:hover td.actionarea div,
.responsivegrid2 tr:hover td.actionarea div {
  display: inline-block !important;
}
.responsivegrid tr.k-state-selected td.actionarea div.droptool,
.responsivegrid2 tr.k-state-selected td.actionarea div.droptool,
.responsivegrid tr:hover td.actionarea div.droptool,
.responsivegrid2 tr:hover td.actionarea div.droptool,
.responsivegrid tr.k-state-selected td.actionarea div.gridactionicon,
.responsivegrid2 tr.k-state-selected td.actionarea div.gridactionicon,
.responsivegrid tr:hover td.actionarea div.gridactionicon,
.responsivegrid2 tr:hover td.actionarea div.gridactionicon,
.responsivegrid tr.k-state-selected td.actionarea div.q-action_MoreActions,
.responsivegrid2 tr.k-state-selected td.actionarea div.q-action_MoreActions,
.responsivegrid tr:hover td.actionarea div.q-action_MoreActions,
.responsivegrid2 tr:hover td.actionarea div.q-action_MoreActions {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.responsivegrid tr:hover td.actionarea:not(.data-field-static) div:hover.droptool,
.responsivegrid2 tr:hover td.actionarea:not(.data-field-static) div:hover.droptool,
.responsivegrid tr:hover td.actionarea:not(.data-field-static) div:hover.gridactionicon,
.responsivegrid2 tr:hover td.actionarea:not(.data-field-static) div:hover.gridactionicon,
.responsivegrid tr:hover td.actionarea:not(.data-field-static) div:hover.q-action_MoreActions,
.responsivegrid2 tr:hover td.actionarea:not(.data-field-static) div:hover.q-action_MoreActions {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.responsivegrid .footerlinks,
.responsivegrid2 .footerlinks {
  margin-top: 32px!important;
}
.responsivegrid .gridfooter,
.responsivegrid2 .gridfooter {
  padding: 8px 0 16px 12px!important;
}
.responsivegrid .gridicon,
.responsivegrid2 .gridicon {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.responsivegrid .gridactionicon,
.responsivegrid2 .gridactionicon {
  opacity: 0.54;
  filter: alpha(opacity=54);
  cursor: pointer;
}
.responsivegrid tr:hover .gridicon,
.responsivegrid2 tr:hover .gridicon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.responsivegrid tr:hover .gridactionicon,
.responsivegrid2 tr:hover .gridactionicon {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.responsivegrid .sprite,
.responsivegrid2 .sprite {
  margin: 0 0 0 4px;
  top: 4px;
  position: relative;
}
.responsivegrid .negativeCell,
.responsivegrid2 .negativeCell {
  color: #da4b37 !important;
  font-weight: bold!important;
}
.errors-exist,
.info-exist,
.warnings-exist {
  padding-left: 16px;
  font-style: italic;
  font-size: 12px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-position: left center;
  display: inline-block;
  min-width: 140px;
  height: 16px;
}
.errors-exist {
  color: #da4b37;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/small_Error.png);
}
.warnings-exist {
  color: #f0ad4e;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/small_Warning.png);
}
.info-exist {
  color: #5bc0de;
  padding-left: 12px;
  font-style: italic;
  font-size: 12px;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/small_Info.png);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-position: left center;
  display: inline-block;
  min-width: 140px;
  height: 12px;
}
@media only screen and (max-width: 760px) {
  .responsivegrid td.numbercol {
    padding-left: 5px!important;
    color: #9e9e9e;
  }
  .responsivegrid td.numbercol:before {
    width: 1%!important;
  }
}
.k-grid-footer-wrap:before {
  content: "Total";
  display: block;
  z-index: 999;
  position: absolute;
  left: 12px;
  top: 8px;
}
.k-grid-header-wrap {
  border-right: 0;
}
.gridl2 .k-grid-content,
.gridl2 tr td {
  overflow: auto;
}
@media only screen and (min-device-width: 768px) {
  .responsivegrid .groupleft,
  .responsivegrid .groupright,
  .responsivegrid .groupsingle {
    background: #ececec!important;
  }
  .responsivegrid th.nongroup {
    padding-top: 6px!important;
  }
  .responsivegrid td.groupleft,
  .responsivegrid td.groupright,
  .responsivegrid td.groupsingle,
  .responsivegrid th.groupleft,
  .responsivegrid th.groupright,
  .responsivegrid th.groupsingle,
  .responsivegrid th.grouptitle {
    border: 0!important;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .gridl2 .k-grid-content,
  .gridl2 tr td {
    overflow: auto!important;
    overflow-x: auto!important;
    overflow-y: scroll!important;
  }
  .gridholder .k-footer-template {
    height: auto!important;
  }
  .q-accordionview .primaryaction span {
    margin: 16px 10px 12px 0!important;
  }
  .gridheightfix {
    height: auto!important;
  }
  .responsivegrid table,
  .responsivegrid tbody,
  .responsivegrid td,
  .responsivegrid th,
  .responsivegrid thead,
  .responsivegrid tr {
    display: block;
    border: 0!important;
  }
  .responsivegrid .k-grid-footer-wrap:before {
    display: none!important;
  }
  .responsivegrid .dropdown-actionmenu {
    bottom: 10px!important;
  }
  .responsivegrid .k-footer-template td:before {
    width: 0!important;
    white-space: nowrap;
  }
  .responsivegrid .k-footer-template tr td.actionarea div,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div,
  .responsivegrid .k-footer-template tr:hover td.actionarea div {
    display: block!important;
  }
  .responsivegrid .k-footer-template tr td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr td.actionarea div .q-action_MoreActions,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .q-action_MoreActions,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .q-action_MoreActions {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  .responsivegrid .k-footer-template .k-footer-template {
    height: auto!important;
  }
  .responsivegrid .k-footer-template td:nth-of-type(1):before {
    content: "Totals";
    color: #3b3b3b;
    height: 36px;
  }
  .responsivegrid thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsivegrid .dropdown-actionmenu {
    bottom: 10px!important;
  }
  .responsivegrid .k-footer-template td:before {
    width: 0!important;
    white-space: nowrap;
  }
  .responsivegrid .k-footer-template tr td.actionarea div,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div,
  .responsivegrid .k-footer-template tr:hover td.actionarea div {
    display: block!important;
  }
  .responsivegrid .k-footer-template tr td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .gridactionicon,
  .responsivegrid .k-footer-template tr td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .gridicon,
  .responsivegrid .k-footer-template tr td.actionarea div .q-action_MoreActions,
  .responsivegrid .k-footer-template tr.k-state-selected td.actionarea div .q-action_MoreActions,
  .responsivegrid .k-footer-template tr:hover td.actionarea div .q-action_MoreActions {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  .responsivegrid .k-footer-template .k-footer-template {
    height: auto!important;
  }
  .responsivegrid .k-footer-template td:nth-of-type(1):before {
    content: "Totals";
    color: #3b3b3b;
    height: 36px!important;
  }
  .responsivegrid thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsivegrid tr {
    border: 1px solid #ccc;
  }
  .responsivegrid tr:nth-of-type(odd) {
    background: #fafafa;
  }
  .responsivegrid tr:hover {
    background: transparent!important;
  }
  .responsivegrid td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative!important;
  }
  .responsivegrid td:before {
    width: 100%;
    display: block;
    font-weight: bold;
  }
  .responsivegrid tr:hover td {
    background: transparent!important;
  }
  .responsivegrid tr td a.action {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) and (max-width: 760px) {
  .responsivegrid .k-footer-template td:nth-of-type(1):before {
    height: auto!important;
  }
}
@media only screen and (max-width: 760px) and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) and (max-width: 760px) {
  .responsivegrid .k-footer-template td:nth-of-type(1):before {
    height: auto!important;
  }
}
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected,
.k-state-selected > .k-link {
  color: #047bc1;
  font-weight: bold;
}
.k-state-active a.k-link {
  color: #047bc1;
}
.k-tabstrip-items .k-state-active {
  border-color: #047bc1;
}
.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited {
  color: #047bc1;
}
.gridholder .k-button {
  background-color: transparent!important;
}
.gridholder .k-group {
  background: #ffffff !important;
}
.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  background-color: #047bc1;
  border-color: #047bc1;
}
.k-group-cell.k-header {
  background-color: #047bc1;
}
.k-group-indicator .k-icon.k-group-delete {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-grouping-header {
  padding: 5px 5px 5px 15px;
}
.contextMenu LI.hover A,
.dropdown-menu LI A:hover,
.dropdown-menu LI:hover {
  color: #047bc1;
}
.k-popup .k-primary {
  background-color: #047bc1;
}
.gridholder input.k-textbox:focus,
.k-filter-menu input.k-textbox:focus {
  border: 0;
  border-bottom: 1px solid #047bc1;
}
.k-grid tr.k-state-selected {
  color: #333333;
}
.l3grid .k-grid tr.k-state-selected,
.l3grid .k-listview > .k-state-selected,
.l3grid .k-state-selected .k-progress-status {
  color: #047bc1;
}
.gridholder .k-grid .gridbutton {
  background-color: #047bc1 !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}
.k-autocomplete.k-state-default,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default,
.k-timepicker {
  background-color: transparent!important;
}
.k-grid .k-numeric-wrap .k-i-warning,
.k-grid .k-filter-row .k-icon.k-i-filter {
  top: 6px;
}
.k-filter-menu input[type="checkbox"],
.k-filter-menu input[type="radio"] {
  margin: 12px 4px 12px 12px;
}
.k-filter-row .k-dropdown-operator {
  width: 28px!important;
  height: 28px!important;
}
.k-filtercell .k-i-close {
  opacity: 0.26;
  filter: alpha(opacity=26);
  width: 14px;
  height: 14px;
}
.k-filtercell .k-button {
  padding-left: 0.4em!important;
  padding-right: 0.4em!important;
}
.k-grid .k-icon.k-i-loading {
  background-size: 14px 14px!important;
}
.k-input .k-textbox {
  background-position: center bottom, center bottom!important;
}
.gridholder .k-checkbox-label {
  line-height: 16px;
}
.k-header.k-grid-toolbar {
  border-color: transparent!important;
  height: 0;
  padding: 0;
}
.gridsettings {
  position: absolute;
  margin-top: -32px;
  padding-bottom: 2px;
  display: block;
  width: 30px;
  border-bottom: 1px solid #ccc;
  right: 16px!important;
}
.gridsettings i {
  margin: 6px 0 0 6px;
}
.gridsettings .dropdown-menu {
  left: calc(100% - 170px) !important;
  padding: 6px;
}
.gridsettings .dropdown-menu li {
  height: 24px;
  padding: 0;
}
.gridsettings .dropdown-menu .k-checkbox-label,
.gridsettings .dropdown-menu .k-radio-label {
  color: #3b3b3b;
  line-height: 24px!important;
  text-transform: uppercase;
}
.gridsettings .dropdown-menu .k-checkbox-label .sprite,
.gridsettings .dropdown-menu .k-radio-label .sprite {
  margin-right: 1rem;
}
.gridsettings .dropdown-menu .k-checkbox-label:after,
.gridsettings .dropdown-menu .k-radio-label:after {
  margin-top: 3px!important;
}
.gridsettings .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.dropdown-menu {
  padding: 4px;
}
.dropdown-menu li {
  min-height: 24px;
  height: auto;
  color: #3b3b3b;
  line-height: 24px;
  word-break: break-word;
}
.dropdown-menu li .k-checkbox-label {
  display: block;
}
.dropdown-menu li .k-checkbox-label:after {
  top: 4px!important;
}
.dropdown-menu li a {
  line-height: 24px;
}
.gridholder .k-grid-footer-wrap {
  background: transparent!important;
  border-color: transparent!important;
}
.k-grid-footer,
.k-grid-footer-locked,
.k-grid-footer-wrap {
  border-color: transparent!important;
  border: none!important;
}
.k-footer-template:hover {
  background: transparent!important;
}
.k-grid-header,
.k-grid-header .k-header,
.k-pager-wrap,
.k-pager-numbers .k-state-selected,
.k-grid-footer,
.k-grid-footer td,
.k-scheduler-header,
.km-pane-wrapper .k-grid-header .k-header {
  background-color: #ffffff !important;
}
.k-grid-header-locked th:nth-child(n+3):not(.coloredcell),
.k-grid-header-wrap tr:not(.k-filter-row) th {
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.k-grid-header-locked th:nth-child(n+3):not(.coloredcell):hover,
.k-grid-header-wrap tr:not(.k-filter-row) th:hover {
  background-color: #efefef !important;
  -webkit-transition: background-color 3s;
  -o-transition: background-color 3s;
  -moz-transition: background-color 3s;
  transition: background-color 3s;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/resize_left.png), url(/MID_ESUITE_PROD/Content/30_Quorum/images/resize_right.png);
  background-repeat: no-repeat;
  background-size: 3px 6px, 3px 6px;
  background-position: left center, right center;
}
.k-grid-header-locked .k-filter-row th {
  border: none!important;
  border-style: none!important;
}
.k-grid-header-locked .k-filter-row th:last-child,
.k-grid-header-locked .k-filter-row th:nth-child(1),
.k-grid-header-locked .k-filter-row th:nth-child(2) {
  border-width: 0!important;
  box-shadow: none!important;
}
.gridholder .k-filter-row th {
  border-width: 0 0 0 0!important;
  border-style: none!important;
}
.btn-group.open .dropdown-toggle,
.k-grid-header th.k-state-focused {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gridholder .k-grid-header th.k-header > .k-link,
.gridholder .k-grid-header th.k-header.colhdrcheck > .k-link {
  overflow: visible;
  display: inline-block;
  width: calc(100% - 50px);
}
.gridholder .k-filterable .k-link {
  padding: 0 2px 0 12px!important;
}
@media only screen and (max-width: 760px) {
  .gridholder .responsivegrid2 .gridl2 .k-grid-content .dropdown-actionmenu {
    left: inherit!important;
    right: inherit!important;
    min-width: 240px;
    margin-left: -240px;
    line-height: 24px;
  }
  .gridholder .responsivegrid2 .gridl2 .k-grid-content tr {
    height: auto!important;
  }
  .gridholder .responsivegrid2 .gridl2 .k-grid-content tr td {
    min-height: 36px!important;
    height: auto!important;
    white-space: normal!important;
    margin: 0;
    padding: 10px!important;
    width: calc(100% - 20px);
  }
  .gridholder .gridl2 .k-grid-content .dropdown-actionmenu {
    left: 20px;
    right: inherit!important;
    min-width: 240px;
    line-height: 24px;
  }
  .gridholder .gridl2 .k-grid-content tr {
    height: auto!important;
  }
  .gridholder .gridl2 .k-grid-content tr td {
    min-height: 36px!important;
    height: auto!important;
    white-space: normal!important;
    margin: 0;
    padding: 10px!important;
    width: calc(100% - 20px);
  }
}
.q-tab-panel .gridholder {
  margin-left: -1em;
  margin-right: -1em;
  width: calc(100% - 2px);
}
.q-tab-panel .gridholder .k-pager-wrap.k-grid-pager.k-widget {
  margin-left: 1px;
}
.q-tab-panel .gridholder .l3grid .k-grid-header {
  margin-left: 1px;
}
.q-tab-panel .gridholder .l3grid .k-grouping-header {
  margin-left: 1px;
}
.k-grid-content-locked .dropdown .dropdown-menu li,
.k-grid-header-locked .dropdown .dropdown-menu li {
  text-align: left;
  padding: 2px 0;
}
.dropdown-menu .k-checkarea {
  margin-top: 0!important;
}
.dropdown-menu > li > a,
.dropdown-menu > li > input {
  padding: 0 14px;
}
.dropdown-menu .k-checkbox-label {
  line-height: 24px!important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #000000;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.gridmenu li {
  overflow: visible!important;
}
.gridmenu a {
  color: #000000 !important;
}
.gridmenu a:focus,
.gridmenu a:hover {
  color: #000000 !important;
  text-decoration: none!important;
}
.gridholder .buttonholder,
.gridholder .dropdown-header {
  line-height: 40px;
  height: 44px;
  padding-left: 12px!important;
}
.gridholder .k-checkarea {
  padding-left: 4px;
}
.gridholder th:not(.coloredcell) .k-checkbox-label {
  right: 8px;
  position: absolute!important;
  top: 4px;
  width: 16px;
  height: 16px;
}
.gridholder .k-grid-header-locked .k-group-cell.k-header,
.gridholder .k-grid-header-locked .coloredcell.k-header {
  background: #047bc1 !important;
  box-shadow: none !important;
  border: 0!important;
}
.gridholder .k-grid-header-locked .k-group-cell.k-header:hover,
.gridholder .k-grid-header-locked .coloredcell.k-header:hover {
  background-image: none;
  background: #047bc1 !important;
}
.gridholder .k-filter-row .k-group-cell.k-header {
  background: #ffffff !important;
}
.gridholder .dropdown-menu .k-checkbox-label {
  padding-left: 32px;
}
.gridholder .dropdown-menu .k-checkbox-label:before {
  margin-left: 13px;
  top: 3px!important;
}
.gridholder .dropdown-menu .k-checkbox-label:after {
  margin-left: 14px;
}
.loadingblock {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 14px 0 0 12px;
}
.dropreveal,
.hide {
  display: none;
}
.gridholder .buttonholder a {
  padding: 12px 12px!important;
}
.gridholder .buttonholder a:hover {
  background: transparent;
}
.dropdowninfo {
  height: auto!important;
  padding: 14px 4px 0 6px!important;
  font-size: 12px;
}
li.nohover:hover {
  background: transparent!important;
  cursor: default!important;
}
.dropunsaved {
  font-size: 12px;
  color: #bdbdbd !important;
  font-style: italic;
}
.k-pager-sizes .k-dropdown-wrap .k-input {
  background-image: none!important;
}
.gridicon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridicon:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
  cursor: default;
}
.k-ff .l3grid .k-grid-content,
.k-ie .l3grid .k-grid-content {
  position: relative!important;
}
.autoscroll {
  overflow: auto!important;
}
.gridholder .k-grid-header-locked tr th.data-field-key > a.k-grid-filter,
.gridholder .k-grid-header-wrap tr tr th.data-field-key > a.k-grid-filter,
.gridholder tr.k-state-selected tr th.data-field-key > a.k-grid-filter,
.gridholder .k-grid-header-locked tr th.data-field-required > a.k-grid-filter,
.gridholder .k-grid-header-wrap tr tr th.data-field-required > a.k-grid-filter,
.gridholder tr.k-state-selected tr th.data-field-required > a.k-grid-filter {
  padding: 4px 2px!important;
}
.gridholder .k-grid-header-locked :not(.data-field-static).data-field-key:before,
.gridholder .k-grid-header-wrap tr :not(.data-field-static).data-field-key:before,
.gridholder tr.k-state-selected :not(.data-field-static).data-field-key:before,
.gridholder .k-grid-header-locked :not(.data-field-static).data-field-required:before,
.gridholder .k-grid-header-wrap tr :not(.data-field-static).data-field-required:before,
.gridholder tr.k-state-selected :not(.data-field-static).data-field-required:before {
  content: "*";
  position: absolute;
  display: block;
  float: left;
  margin-left: -7px;
  color: #da4b37;
  font-size: 16px;
}
.gridholder .k-grid-header-locked .k-edit-cell.data-field-key,
.gridholder .k-grid-header-wrap tr .k-edit-cell.data-field-key,
.gridholder tr.k-state-selected .k-edit-cell.data-field-key,
.gridholder .k-grid-header-locked .k-edit-cell.data-field-required:before,
.gridholder .k-grid-header-wrap tr .k-edit-cell.data-field-required:before,
.gridholder tr.k-state-selected .k-edit-cell.data-field-required:before {
  margin-top: 6px;
}
.gridholder .k-grid-header-locked .data-col-key,
.gridholder .k-grid-header-wrap tr .data-col-key,
.gridholder tr.k-state-selected .data-col-key {
  font-weight: strong!important;
}
.gridholder .k-grid-header-locked .data-col-key:after,
.gridholder .k-grid-header-wrap tr .data-col-key:after,
.gridholder tr.k-state-selected .data-col-key:after {
  content: " ";
  position: absolute;
  top: 12px;
  right: 5px;
  display: inline-block;
  color: #3b3b3b;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/grid_key.png);
  background-repeat: no-repeat;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
  opacity: 0.54;
  filter: alpha(opacity=54);
  vertical-align: middle;
}
.gridholder .k-grid-header-locked .data-field-key:before,
.gridholder .k-grid-header-wrap tr .data-field-key:before,
.gridholder .k-grid-header-locked .data-field-required:before,
.gridholder .k-grid-header-wrap tr .data-field-required:before {
  margin-left: 0;
}
.gridholder.visible_states .k-grid-header-locked .data-field-key:before,
.gridholder.visible_states .k-grid-header-wrap tr .data-field-key:before,
.gridholder.visible_states .k-grid-header-locked .data-field-required:before,
.gridholder.visible_states .k-grid-header-wrap tr .data-field-required:before {
  content: "";
}
.gridholder.visible_states tr.k-state-selected .data-field-key:before,
.gridholder.visible_states tr.k-state-selected .data-field-required:before {
  margin-top: 0;
}
.gridholder.visible_states tr.k-state-selected .k-edit-cell.data-field-key:before,
.gridholder.visible_states tr.k-state-selected .k-edit-cell.data-field-required:before {
  margin-top: 6px;
}
.gridholder.visible_states .k-grid-content :not(.data-field-static).data-field-key:before,
.gridholder.visible_states .k-grid-content-locked :not(.data-field-static).data-field-key:before,
.gridholder.visible_states tr.k-state-selected :not(.data-field-static).data-field-key:before,
.gridholder.visible_states .k-grid-content :not(.data-field-static).data-field-required:before,
.gridholder.visible_states .k-grid-content-locked :not(.data-field-static).data-field-required:before,
.gridholder.visible_states tr.k-state-selected :not(.data-field-static).data-field-required:before {
  content: "*";
  position: absolute;
  display: block;
  float: left;
  margin-left: -7px;
  color: #da4b37;
  font-size: 14px;
}
.gridholder.visible_states .k-grid-header-wrap tr .data-field-key:before,
.gridholder.visible_states .k-grid-header-wrap tr .data-field-required:before {
  margin-left: 0;
}
.responsivegrid .gridrestrict,
.responsivegrid2 .gridrestrict {
  height: auto;
  width: 100%;
  overflow-x: hidden!important;
}
.responsivegrid .k-grid-content,
.responsivegrid2 .k-grid-content {
  overflow-y: auto!important;
  min-width: 100%;
}
.responsivegrid .actionarea .btn-group,
.responsivegrid2 .actionarea .btn-group,
.responsivegrid .actionarea .btn-group-vertical,
.responsivegrid2 .actionarea .btn-group-vertical {
  position: inherit!important;
}
.responsivegrid .gridl2 .k-grid-content,
.responsivegrid2 .gridl2 .k-grid-content {
  position: relative!important;
}
.responsivegrid .dropdown-actionmenu,
.responsivegrid2 .dropdown-actionmenu {
  right: 10px;
}
.k-state-focused .k-icon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-window .gridholder tr:hover {
  cursor: pointer;
}
.q-dialog-header + .gridholder .k-grid.k-widget {
  height: calc(100% - 140px) !important;
}
tr .cell_italic,
tr.k-state-selected .cell_italic,
tr:hover .cell_italic {
  font-style: italic!important;
}
tr .cell_italic label,
tr.k-state-selected .cell_italic label,
tr:hover .cell_italic label {
  font-style: italic!important;
}
tr .cell_bold,
tr.k-state-selected .cell_bold,
tr:hover .cell_bold {
  font-weight: bold!important;
}
tr .cell_bold label,
tr.k-state-selected .cell_bold label,
tr:hover .cell_bold label {
  font-weight: bold!important;
}
tr .cell_strikethrough,
tr.k-state-selected .cell_strikethrough,
tr:hover .cell_strikethrough {
  text-decoration: line-through !important;
}
tr .cell_strikethrough label,
tr.k-state-selected .cell_strikethrough label,
tr:hover .cell_strikethrough label {
  text-decoration: line-through !important;
}
tr .cell_underline,
tr.k-state-selected .cell_underline,
tr:hover .cell_underline {
  text-decoration: underline!important;
}
tr .cell_underline label,
tr.k-state-selected .cell_underline label,
tr:hover .cell_underline label {
  text-decoration: underline!important;
}
tr .cellback_blue,
tr.k-state-selected .cellback_blue,
tr:hover .cellback_blue {
  background-color: #82c4f8 !important;
}
tr .cellback_yellow,
tr.k-state-selected .cellback_yellow,
tr:hover .cellback_yellow {
  background-color: #fff59e !important;
}
tr .cellback_green,
tr.k-state-selected .cellback_green,
tr:hover .cellback_green {
  background-color: #bcdc97 !important;
}
tr .cellback_red,
tr.k-state-selected .cellback_red,
tr:hover .cellback_red {
  background-color: #ea988d !important;
}
tr .cellback_gray,
tr.k-state-selected .cellback_gray,
tr:hover .cellback_gray {
  background-color: #bec8cf !important;
}
.gridholder .q-state-critical {
  color: #da4b37;
  font-weight: bold;
  box-shadow: inset -1px -1px 1px #da4b37 !important;
  border-collapse: collapse;
}
.gridholder .q-state-warning {
  color: #f0ad4e;
  font-weight: bold;
  box-shadow: inset -1px -1px 1px #f0ad4e !important;
  border-collapse: collapse;
  border-width: 0 1px 1px 0!important;
}
.gridholder .q-state-info {
  color: #047bc1;
  font-weight: bold;
  box-shadow: inset -1px -1px 1px #047bc1 !important;
  border-collapse: collapse;
  border-width: 0 1px 1px 0!important;
}
.gridholder .l3grid table {
  position: inherit;
}
.k-mobile .responsivegrid .k-grid tr td,
.k-mobile .responsivegrid2 .k-grid tr td {
  height: auto!important;
  padding-bottom: 12px;
}
.k-mobile .responsivegrid .k-grid tr td:not(.actionarea),
.k-mobile .responsivegrid2 .k-grid tr td:not(.actionarea) {
  overflow: hidden!important;
}
.k-mobile .responsivegrid .actionarea .btn-group,
.k-mobile .responsivegrid .actionarea .btn-group-vertical,
.k-mobile .responsivegrid2 .actionarea .btn-group,
.k-mobile .responsivegrid2 .actionarea .btn-group-vertical,
.k-mobile .responsivegrid2 .actionarea div {
  display: block!important;
}
.k-mobile .gridholder .gridl2 .k-grid-content tr td.actionarea,
.k-mobile .gridholder .gridl2 .k-grid-content tr td.actionarea,
.k-mobile .responsivegrid .actionarea,
.k-mobile .responsivegrid2 .actionarea {
  height: 36px!important;
  min-height: 56px!important;
}
.k-mobile .responsivegrid .dropdown-actionmenu {
  left: 10px!important;
  right: initial!important;
}
.k-mobile .responsivegrid2 .dropdown-actionmenu {
  right: initial!important;
  left: initial!important;
  margin-left: -240px;
}
.k-mobile .responsivegrid td.groupleft,
.k-mobile .responsivegrid td.groupright,
.k-mobile .responsivegrid td.groupsingle,
.k-mobile .responsivegrid th.groupleft,
.k-mobile .responsivegrid th.groupright,
.k-mobile .responsivegrid th.groupsingle {
  border: 0!important;
}
.k-mobile .k-footer-template td {
  padding-bottom: 0!important;
}
.k-mobile .k-grid-footer-wrap:before {
  top: 2px!important;
}
.k-mobile .responsivegrid2 .k-grid-header {
  margin-left: 1px!important;
  margin-right: 0!important;
}
.k-mobile .responsivegrid2 .gridrestrict {
  width: calc(100% - 1px);
  margin-left: 1px;
}
.gridresponsive .k-grid-content .k-icon,
.gridresponsive .k-grid-content-locked .k-icon,
.gridresponsive .k-grid-content .sprite,
.gridresponsive .k-grid-content-locked .sprite {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridresponsive .k-grid-content td.k-edit-cell,
.gridresponsive .k-grid-content-locked td.k-edit-cell,
.gridresponsive .k-grid-content td.k-state-focused,
.gridresponsive .k-grid-content-locked td.k-state-focused {
  background-color: #b3b8bc;
  background-color: rgba(200, 200, 200, 0.5) !important;
  color: #000000;
  box-shadow: inset 0px 0px 1px 1px #047bc1;
}
.gridresponsive .k-grid-content td.k-edit-cell input,
.gridresponsive .k-grid-content-locked td.k-edit-cell input,
.gridresponsive .k-grid-content td.k-state-focused input,
.gridresponsive .k-grid-content-locked td.k-state-focused input,
.gridresponsive .k-grid-content td.k-edit-cell textarea,
.gridresponsive .k-grid-content-locked td.k-edit-cell textarea,
.gridresponsive .k-grid-content td.k-state-focused textarea,
.gridresponsive .k-grid-content-locked td.k-state-focused textarea {
  color: #000000;
}
.gridresponsive .k-grid-content td.k-edit-cell ::-webkit-input-placeholder,
.gridresponsive .k-grid-content-locked td.k-edit-cell ::-webkit-input-placeholder,
.gridresponsive .k-grid-content td.k-state-focused ::-webkit-input-placeholder,
.gridresponsive .k-grid-content-locked td.k-state-focused ::-webkit-input-placeholder {
  color: #333;
}
.gridresponsive .k-grid-content td.k-edit-cell :-moz-placeholder,
.gridresponsive .k-grid-content-locked td.k-edit-cell :-moz-placeholder,
.gridresponsive .k-grid-content td.k-state-focused :-moz-placeholder,
.gridresponsive .k-grid-content-locked td.k-state-focused :-moz-placeholder {
  color: #333;
}
.gridresponsive .k-grid-content td.k-edit-cell ::-moz-placeholder,
.gridresponsive .k-grid-content-locked td.k-edit-cell ::-moz-placeholder,
.gridresponsive .k-grid-content td.k-state-focused ::-moz-placeholder,
.gridresponsive .k-grid-content-locked td.k-state-focused ::-moz-placeholder {
  color: #333;
}
.gridresponsive .k-grid-content td.k-edit-cell :-ms-input-placeholder,
.gridresponsive .k-grid-content-locked td.k-edit-cell :-ms-input-placeholder,
.gridresponsive .k-grid-content td.k-state-focused :-ms-input-placeholder,
.gridresponsive .k-grid-content-locked td.k-state-focused :-ms-input-placeholder {
  color: #333;
}
.gridresponsive .k-grid-content td.k-edit-cell .k-icon,
.gridresponsive .k-grid-content-locked td.k-edit-cell .k-icon,
.gridresponsive .k-grid-content td.k-state-focused .k-icon,
.gridresponsive .k-grid-content-locked td.k-state-focused .k-icon,
.gridresponsive .k-grid-content td.k-edit-cell .sprite,
.gridresponsive .k-grid-content-locked td.k-edit-cell .sprite,
.gridresponsive .k-grid-content td.k-state-focused .sprite,
.gridresponsive .k-grid-content-locked td.k-state-focused .sprite {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridresponsive .dropdown-actionmenu li a {
  font-size: 12px!important;
  padding: 6px!important;
  font-weight: 300!important;
}
.gridresponsive .k-grid-header .k-grid-header-wrap {
  box-shadow: inset 0 -1px 0 #eeeeee;
}
.gridresponsive .k-grid-header .k-grid-header-wrap tr th:last-of-type {
  box-shadow: inset -1px -2px 0 #eeeeee;
}
.gridresponsive .k-grid-content {
  position: relative!important;
}
.gridresponsive .actionarea .btn-group,
.gridresponsive .actionarea .btn-group-vertical {
  position: inherit!important;
}
.gridresponsive .gridfooter {
  padding: 12px 0 16px 32px;
}
.gridresponsive tr:not(.k-state-selected) td[data-field="ActionURL"] {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridresponsive tr:not(.k-state-selected) td.actionarea .droptool,
.gridresponsive tr:not(.k-state-selected) td[data-field="ActionURL"] .droptool,
.gridresponsive tr:not(.k-state-selected) td.actionarea div,
.gridresponsive tr:not(.k-state-selected) td[data-field="ActionURL"] div,
.gridresponsive tr:not(.k-state-selected) td.actionareaspan,
.gridresponsive tr:not(.k-state-selected) td[data-field="ActionURL"] a {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridresponsive tr:hover td.actionarea .droptool,
.gridresponsive tr:hover td[data-field="ActionURL"] .droptool,
.gridresponsive tr:hover td.actionarea div,
.gridresponsive tr:hover td[data-field="ActionURL"] div,
.gridresponsive tr:hover td.actionarea span,
.gridresponsive tr:hover td[data-field="ActionURL"] span,
.gridresponsive tr:hover td[data-field="ActionURL"] a {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridresponsive tr.k-state-selected td.actionarea .droptool,
.gridresponsive tr.k-state-selected td[data-field="ActionURL"] .droptool,
.gridresponsive tr.k-state-selected td.actionarea div,
.gridresponsive tr.k-state-selected td[data-field="ActionURL"] div,
.gridresponsive tr.k-state-selected td.actionarea span,
.gridresponsive tr.k-state-selected td[data-field="ActionURL"] span tr.k-state-selected td[data-field="ActionURL"] a {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.gridresponsive tr.k-state-selected td.actionarea button,
.gridresponsive tr.k-state-selected td[data-field="ActionURL"] button,
.gridresponsive tr:hover td.actionarea button,
.gridresponsive tr.hover td[data-field="ActionURL"] button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gridresponsive .km-scroll-container tr td.actionarea:not(.data-field-static) .droptool,
.gridresponsive .km-scroll-container tr td.actionarea:not(.data-field-static) div,
.gridresponsive .km-scroll-container tr td.actionarea:not(.data-field-static) span {
  display: inline-block !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridresponsive tr.k-state-selected td.actionarea:not(.data-field-static) div,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) div,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) span {
  display: inline-block !important;
  cursor: pointer;
}
.gridresponsive tr.k-state-selected td.actionarea:not(.data-field-static) div .gridactionicon,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) div .gridactionicon,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) span .gridactionicon,
.gridresponsive tr.k-state-selected td.actionarea:not(.data-field-static) div .q-action_MoreActions,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) div .q-action_MoreActions,
.gridresponsive tr:hover td.actionarea:not(.data-field-static) span .q-action_MoreActions {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.backgriddrop {
  position: absolute;
  min-width: 212px;
  width: 212px;
  z-index: 99999;
  border: solid 1px #e0e0e0;
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
}
.griddrop {
  display: block!important;
  position: relative!important;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -8px;
}
.griddrop li {
  text-align: left;
  width: 100%;
}
.griddrop li a {
  display: block;
  line-height: 12px;
  /* changed from 44px */
  padding-top: 6px;
}
.griddrop li a span {
  margin-top: 4px;
}
.griddrop li a,
.griddrop li button {
  font-size: 12px;
  width: 200px;
  min-height: 24px;
  white-space: normal;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 2px 6px 3px;
}
.griddrop li a:hover,
.griddrop li button:hover {
  background: #cacaca;
}
.griddrop li a span:first-child,
.griddrop li button span:first-child {
  display: inline-block !important;
  margin-right: 12px!important;
  vertical-align: top!important;
}
.griddrop li a span:last-child,
.griddrop li button span:last-child {
  display: inline-block !important;
  width: calc(100% - 40px) !important;
  color: #000000;
}
.droptool:hover {
  cursor: pointer!important;
}
.k-mobile .gridresponsive tr td.actionarea .droptool,
.k-mobile .gridresponsive tr td.actionarea div {
  display: inline-block;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
ul.backgriddrop.griddrop {
  list-style-type: none;
}
.l3grid tr td:not(.k-header):last-child {
  padding-right: 24px;
}
.qPickList .gridheight {
  height: calc(100% - 80px);
  overflow: auto;
}
.qPickList .gridheight .gridholder,
.qPickList .gridheight .k-grid,
.qPickList .gridheight .l3grid {
  height: 100%!important;
}
.qPickList .gridheight .k-grid-content {
  height: calc(100% - 60px) !important;
}
.qPickListSimple .gridheight {
  flex: 1;
  overflow: auto;
}
.qPickListSimple .gridheight .gridholder,
.qPickListSimple .gridheight .l3grid {
  height: calc(100% - 2px) !important;
}
.qPickListSimple .gridheight .k-grid-content {
  height: calc(100% - 60px) !important;
}
.k-mobile .gridmenu .dropdown-submenu > .dropdown-menu {
  left: 30%;
  top: 115%;
}
.k-ff .gridholder .k-checkarea,
.k-ie11 .gridholder .k-checkarea {
  margin-top: 0!important;
}
.k-ff .gridholder .k-checkbox-label,
.k-ie11 .gridholder .k-checkbox-label {
  line-height: 12px!important;
}
.k-ie11 .gridholder .l3grid .k-checkbox-label:before {
  top: 0!important;
}
.k-ie11 .gridholder .l3grid .k-checkbox-label:after {
  top: 0!important;
}
.k-grid-content button {
  border: 0;
  background-color: transparent;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-grid-content button:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.simeplegrid.shownumbers table {
  counter-reset: rowNumber;
}
.simplegrid.shownumbers tr {
  counter-increment: rowNumber;
}
.simplegrid.shownumbers tr td:first-child::before {
  content: counter(rowNumber);
  font-size: 12px;
  -moz-opacity: 0.54;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.simplegrid table td:first-child,
.simplegrid table th:first-child {
  padding-left: 0!important;
  padding-top: 2px!important;
  padding-right: 0!important;
}
.simplegrid .k-numeric-wrap .k-select {
  display: none;
}
.simplegrid .k-numeric-wrap {
  padding: 0;
}
.simplegrid h3 {
  margin-bottom: 24px!important;
}
.simplegrid table td,
.simplegrid table th {
  padding: 6px 12px;
}
.simplegrid table th {
  font-size: 12px;
}
.simplegrid .addbuttonarea {
  margin-top: 6px;
}
.simplegrid .addbuttonarea button {
  float: left!important;
}
.simplegrid .sgRemoverow {
  opacity: 0;
  filter: alpha(opacity=0);
}
.simplegrid tr:hover .sgRemoverow {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.simplegrid tr .sgRemoverow:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
  cursor: pointer!important;
}
.simplegrid .q-form-control-wrapper {
  display: table!important;
}
.simplegrid th {
  word-break: break-word;
}
.simplegrid.threecolumn table td:nth-child(2),
.simplegrid.threecolumn table td:nth-child(3),
.simplegrid.threecolumn table td:nth-child(4),
.simplegrid.threecolumn table th:nth-child(2),
.simplegrid.threecolumn table th:nth-child(3),
.simplegrid.threecolumn table th:nth-child(4) {
  width: 30%!important;
}
.simplegrid.twocolumn table td:nth-child(2),
.simplegrid.twocolumn table td:nth-child(3),
.simplegrid.twocolumn table th:nth-child(2),
.simplegrid.twocolumn table th:nth-child(3) {
  width: 45%!important;
}
.simplegrid.onecolumn table td:nth-child(2),
.simplegrid.onecolumn table th:nth-child(2) {
  width: 90%!important;
}
.k-mobile .simplegrid .sgRemoverow {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.autoheightforgrid .k-grid-content {
  min-height: 88px;
  max-height: calc(100vh - 160px);
}
.autoheightforgrid.autoheightcontrol .k-grid-content {
  overflow-x: scroll!important;
}
.autoheightforgrid .k-grid-content-locked {
  min-height: 88px;
  max-height: calc(100vh - 177px);
}
.autoheightforgrid.autoheightcontrol .k-grid-content-locked {
  height: auto!important;
}
.gridfooter.arealink a {
  color: #0072ce !important;
}
.gridfooter.arealink a:focus,
.gridfooter.arealink a:hover {
  color: #0072ce !important;
  text-decoration: underline!important;
}
.xfercontainer {
  text-align: center;
}
.xferarrow {
  display: inline-block;
  margin: 0 6px;
  width: 30px;
  height: 30px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.xferarrow.readonly {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.xferarrow:not(.readonly):hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .xfercontainer {
    margin-top: 140px;
  }
  .xferarrow {
    display: block!important;
    margin: auto!important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .xfercontainer.vlayout {
    margin-top: 6px;
  }
  .vlayout .xferarrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block !important;
    width: 24px;
  }
}
.gridholder .colhdrcheck .k-checkbox-label {
  padding-left: 0!important;
}
.gridholder .colhdrcheck > div {
  padding-left: 8px!important;
}
.gridholder .colhdrcheck:last-of-type .k-checkbox-label {
  padding-left: 1.75em!important;
}
.gridholder .k-grid-header-locked .colhdrcheck .k-link {
  display: none !important;
}
.q-grid_Fullscreenenter {
  margin-top: 4px!important;
}
.k-pager-refresh .k-i-refresh,
.k-pager-refresh .k-i-reload {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-pager-refresh .k-i-refresh:hover,
.k-pager-refresh .k-i-reload:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.k-pager-wrap > .k-link {
  line-height: 22px;
}
.k-pager-wrap > .k-link.k-pager-refresh {
  line-height: 2.429em!important;
}
.k-pager-numbers .k-state-selected,
.k-pager-wrap {
  background-color: #ffffff !important;
}
.k-pager-wrap .k-link {
  border-color: transparent!important;
}
.k-grid .k-checkarea,
.simplegrid .k-checkarea {
  margin-bottom: 0;
}
.gridholder .info-button {
  color: #0072ce;
  font-size: 11px;
  opacity: 1;
  margin-left: 5px;
  padding: 0;
}
.gridholder .info-button:hover {
  cursor: pointer;
}
.gridholder .info-button--right {
  float: right;
}
.gridholder .info-text {
  text-overflow: ellipsis;
  max-width: calc(100% - 34px);
  line-height: 12px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.sidebysidegrids h3 {
  margin-left: -12px;
  margin-top: 0 !important;
}
.masterdetailgrid {
  margin: 10px;
  border: none;
}
.masterdetailgrid .k-detail-row {
  background-color: #d4e6f5;
}
.masterdetailgrid td,
.masterdetailgrid th {
  box-shadow: none!important;
}
.masterdetailgrid td.k-detail-cell {
  padding: 0!important;
  box-shadow: none!important;
}
.masterdetailgrid th[role="columnheader"] {
  padding: 5px;
  border-left: 0 !important;
}
.masterdetailgrid td[role="gridcell"] {
  padding: 5px 7px!important;
}
.masterdetailgrid td[role="gridcell"] .sprite {
  margin-left: 0!important;
}
.masterdetailgrid td[role="gridcell"].visibility {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
}
.masterdetailgrid td[role="gridcell"].visibility .sprite {
  opacity: 0;
}
.masterdetailgrid tr[role="row"] {
  cursor: pointer;
}
.masterdetailgrid tr[role="row"] a {
  display: none;
}
.masterdetailgrid tr[role="row"]:hover,
.masterdetailgrid tr[role="row"].k-state-selected:hover,
.masterdetailgrid tr[role="row"].instances-expanded-data,
.masterdetailgrid tr[role="row"].k-state-selected td[role="gridcell"],
.masterdetailgrid tr[role="row"].k-state-selected:hover td[role="gridcell"] {
  border: none;
  background-color: #d4e6f5;
}
.masterdetailgrid tr[role="row"]:hover a,
.masterdetailgrid tr[role="row"].k-state-selected:hover a,
.masterdetailgrid tr[role="row"].instances-expanded-data a,
.masterdetailgrid tr[role="row"].k-state-selected td[role="gridcell"] a,
.masterdetailgrid tr[role="row"].k-state-selected:hover td[role="gridcell"] a {
  display: block;
}
.masterdetailgrid tr[role="row"]:hover td[role="gridcell"].visibility .sprite,
.masterdetailgrid tr[role="row"].k-state-selected td[role="gridcell"].visibility .sprite {
  opacity: 0.5;
}
.masterdetailgrid .instances-expanded-data {
  border: none;
  padding: 1rem;
  white-space: normal;
}
.masterdetailgrid .instances-expanded-data a {
  cursor: pointer;
  color: #047bc1;
}
.masterdetailgrid .instances-expanded-data p {
  color: #000000;
}
.masterdetailgrid .instances-expanded-data span {
  color: #5b5b5b;
}
.masterdetailgrid .instances-expanded-data td,
.masterdetailgrid .instances-expanded-data:hover td {
  border: none;
  background-color: #d4e6f5;
}
.masterdetailgrid .success-status {
  color: #4caf50;
}
.masterdetailgrid .warning-status {
  color: #f0ad4e;
}
.masterdetailgrid .error-status {
  color: #da4b37;
}
/* Lightbox grids */
.qPickListSimple .lightboxcontent .k-grid {
  display: flex;
  flex-direction: column;
}
.qPickListSimple .lightboxcontent .k-grid .k-grid-content {
  flex: 1;
}
.k-header-statusicon .tooltip.right {
  margin-left: 36px;
}
body .material.q-form,
.container .material.q-form,
.container-fluid .material.q-form,
.q-form {
  height: auto;
  background: #eeeeee;
}
.accordion,
.add {
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0.5;
  background-size: 356px;
  cursor: pointer;
}
.accordion:hover,
.add:hover {
  opacity: 0.75;
}
.add {
  top: 1.714em;
  right: 6.125em;
  z-index: 8;
}
.accordiontext {
  width: 120px;
  position: relative;
  display: block;
  cursor: pointer;
  margin-top: 12px;
}
.accordiontext:before {
  content: "Show less";
  display: inline-block;
  width: 80px;
  font-size: 14px;
  color: #047bc1;
}
.accordiontext:after {
  content: " ";
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  background-position: -300px -458px;
  width: 18px;
  height: 18px;
  opacity: 0.27;
  filter: alpha(opacity=27);
  position: absolute;
  top: -2px;
  left: 80px;
}
.accordiontext.collapsed {
  margin-top: 12px;
}
.accordiontext.collapsed:before {
  content: "Show more";
}
.accordiontext.collapsed:after {
  content: " ";
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  background-position: -240px -458px;
  width: 18px;
  height: 18px;
  opacity: 0.27;
  filter: alpha(opacity=27);
  position: absolute;
  top: -2px;
  left: 80px;
}
.accordionfilter .q-form-control-wrapper {
  min-height: 4em;
}
.stepwizard-step label.step-label {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #F4F2F2;
  color: #B0AAAA;
  font-size: 14px;
  display: none;
}
@media (min-width: 992px) {
  .stepwizard-step label.step-label {
    display: inline-block !important;
  }
}
.stepwizard-step label.number-label {
  padding-left: 2px;
  padding-right: 2px;
  background-color: #F4F2F2;
  color: #B0AAAA;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .stepwizard-step label.number-label {
    display: inline-block !important;
  }
}
.stepwizard-step a,
.stepwizard-step label {
  top: 2px;
  position: relative;
}
.stepwizard-row {
  display: table-row;
  height: 100%;
  width: 100%;
}
.vertical .stepwizard-row {
  display: block;
  height: 100%;
  width: 100%;
}
.stepwizard {
  display: table;
  width: 99.7%;
  position: relative;
  border-bottom: 1px solid #ccc;
  color: #B0AAAA;
  margin-left: 6px;
  padding: 0;
  background-color: #ededed;
  height: 55px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .stepwizard {
    width: 99.4%;
    margin-left: 6px;
  }
}
@media (max-width: 768px) {
  .stepwizard {
    width: 99.4%;
    margin-left: 5px;
  }
}
.step-info {
  margin: 0 0 0 4px!important;
  background-color: transparent;
  width: 99.7%;
  padding: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .step-info {
    width: 99.2%;
    margin-left: 6px!important;
  }
}
@media (max-width: 768px) {
  .step-info {
    width: 98%;
    margin-left: 8px!important;
  }
}
.step-info h2 {
  padding-left: 20px;
  padding-top: 15px;
  height: 60px;
  font-size: 15px;
  background-color: #fafafa;
  margin: 0 0 0 4px !important;
}
.step-info h3 {
  margin: 64px 0 16px 0!important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.step-info h3:first-child {
  margin-top: 16px!important;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
}
.stepwizard-row:before {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 10px 0;
}
.vertical .stepwizard-step {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 100%;
  width: 10%;
  padding: 10px 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step {
    width: 15%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-first {
    width: 12%;
  }
}
.q-form-wizard {
  margin: 0 0 10px;
}
.q-form-wizard .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .q-form-wizard .form-group.left {
    margin-right: 40px;
    margin-left: 80px;
  }
  .q-form-wizard .form-group.right {
    margin-right: 80px;
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .q-form-wizard .form-group.left,
  .q-form-wizard .form-group.right {
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .step-info h2 {
    margin: 0!important;
  }
}
.q-form-wizard .step-info {
  padding-left: 20px;
}
@media (max-width: 768) {
  .q-form-wizard .step-info {
    padding-left: 5px;
  }
}
.q-form-wizard .form-group .form-control {
  display: block;
  width: 100%;
  height: auto;
}
.q-form-wizard .form-group .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.q-form-wizard .btn-link.pull-right {
  border-color: transparent;
  color: #047bc1;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 20px;
}
.q-form-wizard .btn-link.pull-right.tabwizard {
  padding-right: 10px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .q-form-wizard .btn-link.pull-right.tabwizard {
    padding-left: 12px!important;
  }
}
.q-form-wizard .btn-link.pull-left.tabwizard {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .q-form-wizard .btn-link.pull-left.tabwizard {
    padding-left: 12px!important;
  }
}
.q-form-wizard .btn-link.pull-left {
  border-color: transparent;
  color: #888385;
  background-color: transparent;
  margin-top: 20px!important;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
}
.stepwizard-step .btn-circle,
.tabwizard-default .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.stepwizard-step .btn-circle {
  padding: 7.5px 0;
}
.tabwizard-default .btn-circle {
  padding: 6px 0;
}
.stepwizard-step .btn-primary,
.tabwizard-default .btn-primary {
  display: inline-block;
  color: #ffffff;
  background-color: #047bc1;
  border-color: #047bc1;
  background-image: none;
}
.stepwizard-step .btn-default,
.tabwizard-default .btn-default {
  display: inline-block;
  color: #dddddd;
  background-color: #B0AAAA;
  border-color: #dddddd;
  background-image: none;
}
.stepwizard-step .btn-default[disabled] {
  background-color: #B0AAAA!important;
}
.stepwizard-step.step-first {
  text-align: left!important;
  padding-left: 20px!important;
}
@media (max-width: 564px) {
  .stepwizard-step.step-first {
    padding-left: 0px!important;
  }
}
.stepwizard-step.step-second {
  text-align: left!important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-second {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-second {
    right: 0;
  }
}
.stepwizard-step.step-middle {
  display: none;
}
.stepwizard-step.step-middle-visible {
  text-align: left!important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-middle-visible {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-middle-visible {
    right: 0;
  }
}
.stepwizard-step.step-third {
  text-align: left!important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-third {
    right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-third {
    right: 0;
  }
}
.stepwizard-step.step-last {
  text-align: left!important;
  right: 0;
}
@media (max-width: 991px) {
  .stepwizard-step.step-last {
    right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.step-last {
    right: 0;
  }
}
.vertical .stepwizard-step.step-last {
  text-align: left!important;
  right: 0px!important;
}
.stepwizard-step.step-first.verticle {
  text-align: left!important;
  width: 1%;
}
.stepwizard-step.step-middle.verticle {
  text-align: center!important;
  width: 1%;
}
.stepwizard-step.step-last.verticle {
  text-align: right!important;
  width: 1%;
}
.content.k-content.wizard {
  width: 100%;
  padding: 0;
}
.content.k-content.wizard .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.content.k-content.wizard.vertical {
  border-top: 1px solid #ccc;
}
.wizard .tabwizard {
  padding-left: 0;
}
.tabwizard-default {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  height: 60px;
  font-size: 14px;
}
.tabwizard-default.last {
  border-bottom: none;
}
.nav li.tabwizard-default .inline-anchor-left a {
  margin: 15px 0 15px 20px;
  font-size: 14px;
  position: absolute;
}
.nav li.tabwizard-default .inline-anchor-right a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 15px 24px;
  font-size: 14px;
}
.tabwizard-default .inline-anchor-left {
  width: 12%;
  height: 100%;
}
.tabwizard-default .inline-anchor-right {
  width: 85%;
  height: 100%;
}
.tabwizard-default .inline-anchor-left,
.tabwizard-default .inline-anchor-right {
  display: inline-block;
  position: relative;
}
.nav li.tabwizard-default {
  cursor: pointer;
}
.nav li.tabwizard-default:hover {
  background-color: #d4d4d4;
}
.wizard .onlysmall {
  display: none;
}
@media (max-width: 991px) {
  .wizard .onlysmall {
    display: block;
    background-color: #F4F2F2;
    border: 1px solid #ccc;
  }
}
.wizard .row .nosmall {
  display: block;
  padding: 0;
}
@media (max-width: 991px) {
  .wizard .row .nosmall {
    display: none;
  }
}
.wizard .row .wizardstyle {
  padding: 0;
  z-index: 8;
}
.wizard .row .wizard-header.wizardstyle {
  width: auto;
  margin-left: 0;
  height: 60px;
  padding: 0 0 0 20px;
}
.wizard .step {
  width: 99.2%;
  margin-left: 0;
}
.wizard .wizardstyle.step {
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: #ccc;
  padding-bottom: 20px;
  padding-left: 20px;
}
.wizard-header.wizardstyle.step h1 {
  font-size: 18px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .q-tabwizard .q-form-wizard .step-info h2 {
    display: none;
    color: #808080;
  }
}
.stepwizard-step.hline hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding-top: 2px!important;
}
.stepwizard-step.hline {
  padding: 0;
  width: 19.5%;
}
@media (max-width: 991px) {
  .stepwizard-step.hline {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .stepwizard-step.hline {
    width: 16.5%;
  }
}
.vertical .stepwizard-step.step-first {
  width: 10%;
  right: 0px!important;
  padding-left: 20px!important;
  padding-right: 0px!important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.step-first {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.step-first {
    width: 15%;
  }
}
@media (max-width: 474px) {
  .vertical .stepwizard-step.step-first {
    width: 15%;
  }
}
@media (max-width: 564px) {
  .vertical .stepwizard-step.step-first {
    padding: 0;
  }
}
.vertical .stepwizard-step.step-second {
  width: 15%;
  right: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-second {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-third {
  width: 15%;
  right: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-third {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-forth {
  width: 15%;
  right: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
@media (max-width: 767px) {
  .vertical .stepwizard-step.step-forth {
    width: 15%;
  }
}
.vertical .stepwizard-step.step-last {
  width: 10%;
  right: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.step-last {
    width: 10%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.step-last {
    width: 15%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.step-last {
    width: 15%;
  }
}
.vertical .stepwizard-step.hline {
  display: none;
}
.vertical .stepwizard-step.hline.last {
  width: 15.3%;
  right: 10px!important;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.hline.last {
    width: 15.3%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.hline.last {
    width: 15.3%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.hline.last {
    width: 14.3%;
  }
}
.vertical .stepwizard-step.straightline {
  width: 19%;
  right: 0px!important;
  padding: 5px 0 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.straightline {
    width: 18%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.straightline {
    width: 11%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.straightline {
    width: 11%;
  }
}
.vertical .stepwizard-step.straightline hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding-top: 2px;
}
.vertical .stepwizard-step.dashedline hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 0;
  padding-top: 2px;
}
.vertical .stepwizard-step.dashedline {
  width: 19%;
  right: 0px!important;
  padding: 5px 0 0;
}
@media (max-width: 767px) and (min-width: 565px) {
  .vertical .stepwizard-step.dashedline {
    width: 18%;
  }
}
@media (max-width: 565px) and (min-width: 475px) {
  .vertical .stepwizard-step.dashedline {
    width: 11%;
  }
}
@media (max-width: 475px) {
  .vertical .stepwizard-step.dashedline {
    width: 11%;
  }
}
.vertical .stepwizard-step {
  padding: 7.5px 0 10px;
}
@media (max-width: 991px) {
  .stepwizard-step.step-first {
    padding-left: 1px!important;
  }
  .vertical .stepwizard-step.step-first {
    padding-left: 1px!important;
  }
}
.wizard-content .nav-stacked > li + li {
  margin-top: 0px!important;
}
@media (min-width: 992px) {
  /*ul.nav.nav-pills.nav-stacked.tabwizard.tabsetup-panel {
		min-height:420px!important;
		.material-gradient(@dashblue, @gray-faded, 6px);
	}*/
}
.tabwizard-default.tab-pending {
  background-color: #eeeeee;
}
.tab-pending {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
/* Info wizard */
.wizard-infobox,
.wizard-infodetails {
  display: block;
  width: calc(100% - 3px);
  min-height: 50px;
  margin-left: 0;
}
.wizard-infobox h1,
.wizard-infodetails h1,
.wizard-infobox h2,
.wizard-infodetails h2,
.wizard-infobox h3,
.wizard-infodetails h3,
.wizard-infobox h4,
.wizard-infodetails h4,
.wizard-infobox h5,
.wizard-infodetails h5,
.wizard-infobox p,
.wizard-infodetails p {
  margin: 0;
  padding: 0;
}
.wizard-infobox h1,
.wizard-infodetails h1,
.wizard-infobox h2,
.wizard-infodetails h2,
.wizard-infobox h3,
.wizard-infodetails h3,
.wizard-infobox h4,
.wizard-infodetails h4,
.wizard-infobox h5,
.wizard-infodetails h5 {
  font-size: 15px;
  padding: 20px 0 15px 20px;
  width: 100%;
}
.wizard-infobox h1 .infotrigger,
.wizard-infodetails h1 .infotrigger,
.wizard-infobox h2 .infotrigger,
.wizard-infodetails h2 .infotrigger,
.wizard-infobox h3 .infotrigger,
.wizard-infodetails h3 .infotrigger,
.wizard-infobox h4 .infotrigger,
.wizard-infodetails h4 .infotrigger,
.wizard-infobox h5 .infotrigger,
.wizard-infodetails h5 .infotrigger {
  float: right;
  opacity: 0.54;
  filter: alpha(opacity=54);
  margin-right: 16px;
}
.wizard-infobox h1 .infotrigger:hover,
.wizard-infodetails h1 .infotrigger:hover,
.wizard-infobox h2 .infotrigger:hover,
.wizard-infodetails h2 .infotrigger:hover,
.wizard-infobox h3 .infotrigger:hover,
.wizard-infodetails h3 .infotrigger:hover,
.wizard-infobox h4 .infotrigger:hover,
.wizard-infodetails h4 .infotrigger:hover,
.wizard-infobox h5 .infotrigger:hover,
.wizard-infodetails h5 .infotrigger:hover {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
.material .wizard-infobox {
  background: #eeeeee;
}
.material .wizard-infobox h3 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.wizard-infodetails {
  background: #9e9e9e;
  padding: 12px 0;
}
.wizard-infodetails h1,
.wizard-infodetails h2,
.wizard-infodetails h3,
.wizard-infodetails h4,
.wizard-infodetails h5,
.wizard-infodetails h6,
.wizard-infodetails p,
.wizard-infodetails span {
  color: #ffffff;
  padding: 0 0 0 20px;
}
.infolabel {
  margin-bottom: 0;
  color: grey;
  font-size: 11px;
  width: 100%;
  position: relative;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  margin-top: 6px;
}
.infodata {
  display: block;
  margin-bottom: 6px;
}
.content.k-content.wizard .row {
  min-width: 320px;
}
/* Error state */
.wizarderror.tab-pending,
.wizardinfo .tab-pending,
.wizardwarning .tab-pending {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.wizarderror .errorcount,
.wizardinfo .errorcount,
.wizardwarning .errorcount {
  background: none!important;
  font-size: 13px;
  right: 0;
  position: absolute;
  top: 0;
  line-height: 20px;
}
.wizarderror .q-wizard_complete,
.wizarderror .q-wizard_current,
.wizarderror .q-wizard_next {
  background-position: -124px -546px !important;
}
.wizarderror .btn-default {
  background-color: #da4b37 !important;
}
.wizarderror .errorcount {
  color: #da4b37;
}
.wizardwarning .q-wizard_complete,
.wizardwarning .q-wizard_current,
.wizardwarning .q-wizard_next {
  background-position: -108px -94px !important;
}
.wizardwarning .btn-default {
  background-color: #f0ad4e !important;
}
.wizardwarning .errorcount {
  color: #f0ad4e;
}
.wizardinfo .q-wizard_complete,
.wizardinfo .q-wizard_current,
.wizardinfo .q-wizard_next {
  background-position: -138px -546px !important;
}
.wizardinfo .btn-default {
  background-color: #5bc0de !important;
}
.wizardinfo .errorcount {
  color: #5bc0de;
}
.nextBtn,
.prevBtn {
  margin-top: 6px!important;
  padding: 10px!important;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nextBtn:before,
.prevBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nextBtn:active:before,
.prevBtn:active:before,
.nextBtn:hover:before,
.prevBtn:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.nextBtn:focus:before,
.prevBtn:focus:before {
  background: #eeeeee;
}
.q-wizard.material,
.q-wizard .material {
  box-shadow: none;
  border: 1px solid #d0d0d0;
  position: relative;
  min-height: 288px;
}
@media (min-width: 801px) {
  .q-wizard.material.q-wizard--intro--active {
    height: calc(100vh - 194px);
  }
  .q-wizard.material:not(.q-wizard--intro--active) {
    height: calc(100vh - 132px);
  }
}
.q-wizard--header {
  display: flex;
  background-color: #eee;
  padding: 1em;
  min-height: 60px;
}
.q-wizard--header p {
  margin: auto;
}
.q-wizard--header h2 {
  font-size: 19px;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .q-wizard--header {
    display: block;
    height: auto;
  }
}
.q-wizard--body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  height: 100%;
  flex: 1;
}
.q-wizard--end,
.q-wizard--start {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
.q-wizard--end.q-wizard--end--active,
.q-wizard--start.q-wizard--start--active {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}
.q-wizard--option {
  flex: 1;
  opacity: 0;
  border: 1px solid #ccc;
  border-right: none;
  padding: calc(50vh - 193px) 20px 0;
  height: calc(100vh - 193px);
  transition: all 0.25s ease-in-out;
}
.q-wizard--option:nth-child(1) {
  border-left: none;
}
.q-wizard--option:last-child {
  border-right: none;
}
.q-wizard--option:hover {
  cursor: pointer;
  background-color: #eee;
}
.q-wizard--option .q-wizard--icon {
  background-color: #057ac2;
  padding: 22px;
  border-radius: 200px;
  width: 62px;
  height: 62px;
  margin: 7px auto;
}
.q-wizard--option h3,
.q-wizard--option p,
.q-wizard--option a {
  text-align: center;
  display: block;
}
.q-wizard--option p {
  margin-top: 40px;
}
.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success) {
  padding: calc(50vh - 256px) 20px 0;
  height: calc(100vh - 254px);
}
.q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
  height: auto;
  padding: calc(50vh - 280px) 20px 0;
  height: calc(100vh - 363px);
}
.q-wizard--intro--active .q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
  padding: calc(50vh - 303px) 20px 0;
  height: calc(100vh - 393px);
}
@media (max-height: 484px) {
  .q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 40px 20px;
    min-height: auto;
    height: auto;
  }
  .q-wizard--end.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 40px 20px;
    min-height: auto;
    height: auto;
  }
  .q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success) {
    height: auto;
    padding: 20px 10px;
  }
  .q-wizard--option:not(.q-wizard--option--success) {
    height: auto;
    padding: 20px 10px;
  }
}
@media (max-width: 800px) {
  .q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success),
  .q-wizard--intro--active .q-wizard--option {
    padding: 20px;
    height: auto;
  }
  .q-wizard--option {
    flex: none;
    width: 100%;
    padding: 20px;
    height: auto;
    border-left: none;
    border-top: none;
  }
  .q-wizard--option:active,
  .q-wizard--option:focus {
    background-color: #eee;
  }
  .q-wizard--option p {
    margin-top: 10px;
  }
  .q-wizard--header {
    border-bottom: 1px solid #ccc;
  }
  .q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 40px 20px;
    height: auto;
  }
  .q-wizard--end.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 40px 20px;
    height: auto;
  }
}
.q-wizard--start.q-wizard--start--active .q-wizard--option,
.q-wizard--end.q-wizard--end--active .q-wizard--option {
  opacity: 1;
}
.q-wizard--option--success {
  width: 100%;
  margin-bottom: 0;
  height: auto;
  min-height: auto;
  padding: 40px 0;
  border: 0;
}
.q-wizard--option--success:hover {
  cursor: default;
  box-shadow: none;
  background-color: #fff;
  position: relative;
  bottom: 0px;
  right: 0px;
}
.q-wizard--option--success p {
  margin-top: 10px;
}
.q-wizard--option--success a {
  color: #047bc1;
}
.q-wizard--option--success .q-wizard--icon {
  background-color: #4caf50;
}
@media (max-width: 800px) {
  .q-wizard--option--success {
    border-bottom: 1px solid #ccc;
  }
}
.q-wizard--info {
  position: absolute;
  z-index: 0;
  top: 0;
  display: none;
}
.q-wizard--info .q-wizard--header h1 {
  flex: 1;
  min-width: 300px;
}
.q-wizard--info .q-wizard--header h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
  margin-right: 0;
  transition: width 0.25s linear;
}
.q-wizard--info .q-wizard--header p {
  flex: 3;
  text-overflow: ellipsis;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.q-wizard--info .q-wizard--body,
.q-wizard--info .q-wizard--header {
  opacity: 0;
}
.q-wizard--info .q-wizard--body {
  justify-content: left;
  align-items: stretch;
  overflow: hidden;
}
.q-wizard--info .q-wizard--main {
  opacity: 0;
  flex: 4;
  width: 400px;
  transition: opacity 0.25s linear;
  transition-delay: 0.5s;
  position: relative;
  padding: 0 0 80px 0;
}
.q-wizard--info .q-wizard--main--active {
  opacity: 1;
}
.q-wizard--info .q-wizard--main--gray {
  background-color: #f2f2f2;
}
.q-wizard--info .q-wizard--sidebar {
  position: relative;
  left: -300px;
  flex: 1;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  overflow: hidden;
  transition: all 0.25s linear;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header {
  max-width: 300px;
  max-height: 60px;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header .icon {
  height: 14px;
  margin: auto 10px auto 15px;
  transform: rotate(180deg);
  opacity: 0.27;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header .icon:hover {
  opacity: 0.87;
  cursor: pointer;
}
.q-wizard--info .q-wizard--sidebar--collapsed {
  flex: 0;
  width: 68px !important;
  min-width: 68px !important;
  overflow: visible;
}
.q-wizard--info .q-wizard--sidebar--collapsed .text {
  opacity: 0;
}
.q-wizard--info .q-wizard--sidebar--collapsed .q-wizard--header h2 {
  width: 0;
}
.q-wizard--info .q-wizard--sidebar--collapsed .q-wizard--header .icon {
  transform: rotate(0deg);
}
.q-wizard--info .q-wizard--sidebar--collapsed ul {
  overflow: hidden;
  overflow-y: auto;
}
.q-wizard--info.q-wizard--info--active {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
}
.q-wizard--info.q-wizard--info--active .q-wizard--body,
.q-wizard--info.q-wizard--info--active .q-wizard--header {
  opacity: 1;
}
.q-wizard--info.q-wizard--info--active .q-wizard--main .q-wizard--header {
  justify-content: left;
  align-items: stretch;
}
.q-wizard--header--inactive {
  display: none;
}
.q-wizard--info.q-wizard--info--active .q-wizard--sidebar {
  left: 0;
  transition: all 0.25s linear;
}
.q-wizard--sidebar ul {
  list-style: none;
  padding: 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  margin-bottom: 0;
  transition: height 1s linear;
}
.q-wizard--sidebar ul li {
  display: none;
  padding: 12px 20px;
  border: 0;
  border-bottom: 1px solid #ccc;
  min-width: 300px;
  color: #9c9c9c;
  transition: background 0.25s linear;
}
.q-wizard--sidebar ul li:last-child {
  border-bottom: 0;
}
.q-wizard--sidebar ul li .icon {
  width: 26px;
  height: 26px;
  border-radius: 40px;
  padding: 5px 4px 3px 7px;
  background-color: #d4d0d1;
  margin-right: 23px;
  display: inline-block;
}
.q-wizard--sidebar ul li:hover {
  cursor: not-allowed;
}
.q-wizard--sidebar ul li .text {
  color: #9c9c9c;
  opacity: 1;
  transition: opacity 0.25s linear;
  transition-delay: 0.25s;
}
.q-wizard--sidebar ul li.active {
  font-weight: 600;
}
.q-wizard--sidebar ul li.active,
.q-wizard--sidebar ul li.visited,
.q-wizard--sidebar ul li.valid,
.q-wizard--sidebar ul li.error {
  border-right: 0;
  background-color: #f2f2f2;
  opacity: 1;
  color: #333333;
}
.q-wizard--sidebar ul li.active .text,
.q-wizard--sidebar ul li.visited .text,
.q-wizard--sidebar ul li.valid .text,
.q-wizard--sidebar ul li.error .text {
  color: #333333;
}
.q-wizard--sidebar ul li.error {
  color: #333333 !important;
}
.q-wizard--sidebar ul li.visited:hover,
.q-wizard--sidebar ul li.active:hover {
  cursor: pointer;
  background-color: #eae9e9;
}
.q-wizard--sidebar ul li .icon .sprite {
  background-position: -110px -546px;
}
.q-wizard--sidebar ul li.active .icon {
  background-color: #047bc1;
}
.q-wizard--sidebar ul li.valid .icon {
  background-color: #4caf50;
}
.q-wizard--sidebar ul li.valid .icon .sprite {
  background-position: -96px -546px;
}
.q-wizard--sidebar ul li.error .icon {
  background-color: #da4b37;
}
.q-wizard--sidebar ul li.error .icon .sprite {
  background-position: -124px -546px;
}
.q-wizard--sidebar ul li.active .icon .sprite {
  background-position: -152px -546px;
}
.q-wizard--section {
  display: none;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.q-wizard--section .q-wizard--section--inputs {
  box-sizing: border-box;
  padding: 20px;
  height: calc(100vh - 300px);
  overflow-y: auto;
  overflow-x: hidden;
}
.q-wizard--section .q-wizard--section--inputs .q-wizard-navigation {
  display: none;
}
.q-wizard--intro--active .q-wizard--section .q-wizard--section--inputs {
  height: calc(100vh - 336px);
}
@media (max-height: 500px) and (min-width: 799px) {
  .q-wizard--section .q-wizard--section--inputs {
    height: auto;
  }
}
.q-wizard--section.q-wizard--section--active {
  opacity: 1;
  display: block;
  transition: opacity 0.25s linear;
}
.q-wizard-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.q-wizard-navigation button,
.q-wizard-navigation button:hover {
  color: #057ac2 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.q-wizard-navigation button:focus {
  background-color: transparent !important;
}
@media (max-width: 800px) {
  .q-wizard--section .gridholder {
    overflow: scroll;
  }
  .q-wizard--info .q-wizard--main {
    opacity: 1;
    padding: 0;
    max-width: 100%;
  }
  .q-wizard--info .q-wizard--main--gray {
    background-color: #fff;
  }
  .q-wizard--info .q-wizard--main--gray .q-wizard--section--gray {
    background-color: #f2f2f2;
  }
  .q-wizard--section.q-wizard--section--active {
    opacity: 1;
    display: block;
    transition: opacity 0.25s linear;
  }
  .q-wizard--section {
    display: block;
    opacity: 1;
  }
  .q-wizard--section .q-wizard--section--inputs,
  .q-wizard--section .q-wizard--section--inputs.hide {
    display: none;
    height: 0;
    transition: height 1s linear;
  }
  .q-wizard--section.q-wizard--section--active .q-wizard--section--inputs {
    display: block;
    height: auto;
    padding: 20px 20px 60px 20px;
    position: relative;
    margin: 0;
  }
  .q-wizard-navigation {
    display: none;
  }
  .q-wizard--section .q-wizard--section--inputs .q-wizard-navigation {
    display: block;
    padding: 20px 20px;
    left: 0;
  }
  .q-wizard--section--active .q-wizard--header--mobile {
    border-bottom: 1px solid #dedede;
  }
  .q-wizard--header--mobile {
    padding: 20px;
    border-top: 1px solid #dedede;
  }
  .q-wizard--header--mobile .icon {
    width: 26px;
    height: 26px;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 4px 3px 7px;
    background-color: #d4d0d1;
    margin-right: 10px;
  }
  .q-wizard--header--mobile .text {
    color: #9c9c9c;
  }
  .q-wizard--header--mobile.active {
    opacity: 1;
  }
  .q-wizard--header--mobile.active,
  .q-wizard--header--mobile.visited,
  .q-wizard--header--mobile.error,
  .q-wizard--header--mobile.valid {
    background-color: #f2f2f2;
    opacity: 1;
  }
  .q-wizard--header--mobile.active .text,
  .q-wizard--header--mobile.visited .text,
  .q-wizard--header--mobile.error .text,
  .q-wizard--header--mobile.valid .text {
    color: #333333;
  }
  .q-wizard--header--mobile.error {
    color: #333333 !important;
  }
  .q-wizard--header--mobile .icon .sprite {
    background-position: -110px -546px;
  }
  .q-wizard--header--mobile.active .icon {
    background-color: #047bc1;
  }
  .q-wizard--header--mobile.valid .icon {
    background-color: #4caf50;
  }
  .q-wizard--header--mobile.valid .icon .sprite {
    background-position: -96px -546px;
  }
  .q-wizard--header--mobile.error .icon {
    background-color: #da4b37;
  }
  .q-wizard--header--mobile.error .icon .sprite {
    background-position: -124px -546px;
  }
  .q-wizard--header--mobile.active .icon .sprite {
    background-position: -152px -546px;
  }
  .q-wizard--info .q-wizard--sidebar {
    display: none;
  }
  .q-wizard--sidebar.q-wizard--sidebar--active {
    height: 120px;
  }
  .q-wizard--info.q-wizard--info--active .q-wizard--sidebar {
    flex: none;
    width: 100%;
  }
  .q-wizard--main {
    opacity: 1;
    background-color: #fff;
  }
  .q-wizard--main .q-wizard--header {
    display: none;
  }
}
.accordion.collapsed i {
  background-position: -380px -458px;
}
.accordion i {
  background-position: -320px -458px;
}
.accordion.collapsed,
.accordion:not(.collapse) {
  margin-top: -14px;
  height: 14px;
}
.accordion ~ div h3 {
  margin-top: 4px;
}
.accordion {
  width: calc(100% - 28px);
  text-align: right;
  z-index: 1;
}
.accordion.smallactivearea {
  width: 30px!important;
}
.contentaccordion {
  padding: 16px 32px;
}
.empty {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.empty .infodata {
  height: 20px;
}
.nodata {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.nodata:after {
  content: "No Data";
  display: inline-block;
  font-size: 13px;
  margin-left: 12px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.q-accordionview h1,
.q-accordionview h2,
.q-accordionview h3,
.q-accordionview h4,
.q-accordionview h5,
.q-accordionview h6 {
  margin: 0 0 24px 0!important;
}
.q-accordionview .smalliconholder {
  display: inline-block;
  padding-left: 12px;
}
.q-accordionview .tooltip {
  position: absolute !important;
}
.q-accordionview .singlerow {
  padding: 16px 0 16px 32px;
  width: calc(100% - 80px);
  margin-left: 32px;
}
.q-accordionview .prelabel,
.q-accordionview .prelabel2 {
  display: block;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bdbdbd;
}
.q-accordionview .prelabel2 {
  display: none;
}
.q-accordionview .initialrow {
  margin-bottom: 16px;
}
.q-accordionview .primaryaction span {
  margin: 16px 10px 0 0;
}
.q-accordionview .secondaction span {
  margin: 4px 10px 0 0;
}
.q-accordionview .iconlink span {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.q-accordionview .iconlink:hover span {
  opacity: 0.87;
  filter: alpha(opacity=87);
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion {
    position: relative !important;
    display: block !important;
    margin: -12px 0 0 0 !important;
    padding: 0 !important;
    height: 46px !important;
    width: 100% !important;
    text-align: center;
    right: unset !important;
  }
}
.k-tab-material {
  position: relative;
}
.k-tabstrip-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 2px;
  border-radius: 4px;
  background: transparent;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  background-repeat: no-repeat;
  background-size: 100% 46px;
}
@media (max-width: 1199px) {
  .k-tabstrip-wrapper {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  }
}
@media (min-width: 1200px) {
  .k-tabstrip-wrapper {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  }
}
.k-tabstrip-wrapper .k-tabstrip-wrapper {
  background: none;
}
.k-tabstrip:focus {
  box-shadow: none;
}
.k-tabstrip-items .k-item.k-state-hover,
.k-tabstrip-items .tabrestrict .k-item.k-state-hover {
  background: transparent;
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #4d4d4d;
  font-weight: normal;
}
.k-tabstrip-top > .tabrestrict > .k-tabstrip-items > .k-item {
  border-bottom-width: 4px!important;
}
.k-tabstrip > .tabrestrict > .k-tabstrip-items > .k-item {
  text-transform: uppercase;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
.k-tabstrip-top .k-state-active a.k-link {
  color: #4d4d4d !important;
}
.k-tabstrip-top .k-state-active a.k-link:hover {
  background-color: transparent!important;
  border: 0;
}
.k-tabstrip-top .nav > li > a:focus,
.k-tabstrip-top .nav > li > a:hover {
  background-color: transparent!important;
}
.k-item span,
.k-item span.k-complete,
.k-item span.k-loading,
.k-item.k-state-default.k-first.k-tab-on-top.k-state-active span {
  top: auto;
  bottom: -1px;
}
.k-tabstrip .k-tabstrip-items,
.k-tabstrip .tabrestrict .k-tabstrip-items,
.k-tabstrip-items .k-item,
.k-tabstrip-items .tabrestrict .k-item {
  background: transparent;
}
.gridholder a.k-link,
.k-state-active .gridholder a.k-link {
  color: #757575 !important;
  font-weight: normal!important;
}
.k-tabstrip .k-content {
  margin-top: 13px;
}
.k-tabstrip .k-content .row,
.k-tabstrip .q-tab-panel .row {
  width: 100%;
}
.q-tab-panel.extraheight {
  min-height: 300px;
}
.k-window .k-tabstrip-wrapper {
  background: none;
}
.nodatatab .nodatalink,
.nodatatab a,
.nodatatab span.k-link {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.errortab,
.infotab,
.warningtab {
  padding-left: 10px!important;
}
.errortab:before,
.infotab:before,
.warningtab:before {
  content: "";
  display: inline-block;
  opacity: 0.84;
  filter: alpha(opacity=84);
  position: absolute;
  top: 13px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-size: 581px 572px !important;
  display: inline-block !important;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.errortab.k-state-active:before,
.warningtab.k-state-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.errortab:before {
  background-position: -483px -280px !important;
}
.warningtab:before {
  background-position: -60px -478px !important;
}
.infotab:before {
  background-position: -483px -300px !important;
}
.extraspacing {
  margin-top: 12px;
}
.k-panelbar .k-tabstrip > .k-content,
.k-tabstrip > .k-content {
  margin: 0 0.286em 0.3em!important;
}
.k-widget.k-header.k-tabstrip {
  background: transparent;
}
/* Any style classes for the Notification patterns */
.k-window-title {
  width: calc(100% - 100px);
}
.k-i-close {
  background-position: -220px -478px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 18px;
  height: 18px;
}
.k-i-minimize,
.k-i-window-minimize {
  background-position: -423px -220px !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 18px;
  height: 18px;
}
.k-i-maximize,
.k-i-window-maximize {
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 18px;
  height: 18px;
}
.k-edit-buttons .k-button {
  color: #047bc1 !important;
}
.k-window,
.k-window-content {
  text-align: left!important;
}
.k-window-actions .k-icon {
  width: 18px;
  height: 18px;
}
.k-window-titlebar .k-window-actions {
  right: 0.75em;
}
.k-window-content {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.k-window-content .gridholder {
  margin-left: -1.33em;
  margin-right: -1.33em;
  padding: 0!important;
}
.k-window {
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
}
.k-window .delete-cancel,
.k-window .k-button {
  color: #047bc1;
  background: transparent!important;
}
.k-window .delete-cancel:hover,
.k-window .k-button:hover {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.k-window .k-upload-button {
  background: #047bc1 !important;
}
.k-overlay {
  opacity: 0.84 !important;
  filter: alpha(opacity=84) !important;
}
.k-window-titlebar.k-header {
  border-bottom: none!important;
}
.k-mobile .gridheight {
  height: calc(85% - 80px);
}
.k-mobile .qPickList:not(.k-window-maximized) .k-grid {
  height: 95%!important;
}
.lightboxClose {
  float: right;
  padding: 12px;
  cursor: pointer;
  cursor: hand;
  color: #047bc1;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.lightboxClose:hover {
  text-decoration: none!important;
  color: inherit;
}
.lightboxClose:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lightboxClose:active:before,
.lightboxClose:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.lightboxClose:focus:before {
  background: #eeeeee;
}
#window {
  display: none;
}
#undo {
  text-align: center;
  position: absolute;
  white-space: nowrap;
  padding: 1em;
  cursor: pointer;
}
.k-overlay {
  background-color: #ffffff;
}
span.k-icon.k-i-close {
  background-color: transparent;
}
span.k-icon.k-i-close:hover {
  background-color: transparent;
}
.k-i-window-maximize {
  background-position: -423px -140px;
}
.k-i-window-restore {
  background-position: -423px -220px;
}
.k-window-titlebar .k-state-hover {
  background-color: transparent!important;
  border-color: transparent!important;
}
.k-window-titlebar .k-window-action {
  opacity: 0.54;
  filter: alpha(opacity=54);
  margin-left: 8px;
}
.k-window-titlebar .k-window-action:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 769px) {
  .k-window-titlebar.k-header {
    background-color: transparent!important;
  }
  .k-i-close {
    background-position: -383px -260px !important;
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  .k-i-close:hover {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
  .k-window-title {
    color: #757575;
  }
}
.k-window p {
  padding-left: 16px;
}
.k-window-titlebar .k-icon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
@media only screen and (max-width: 768px) {
  .k-window-titlebar .k-window-action span {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .k-window-titlebar .k-window-action {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    margin-left: 8px!important;
  }
  .k-icon-close {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .k-window-title {
    color: #ffffff;
  }
  .qPickList:not(.k-window-maximized) {
    padding-top: 0px!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    position: fixed!important;
  }
  .qPickList:not(.k-window-maximized) .k-window-titlebar.k-header {
    margin-top: 0!important;
  }
  .k-window .k-grid .k-grid-content,
  .qPickList:not(.k-window-maximized) .k-grid {
    height: 90%!important;
  }
  .qPickList:not(.k-window-maximized) .k-window-actions {
    z-index: 100!important;
  }
  .k-window-titlebar {
    z-index: 101;
  }
  .k-i-window-maximize,
  .k-i-window-restore,
  .k-i-maximize,
  .k-i-minimize,
  .k-i-restore {
    display: none!important;
  }
}
.lightboxClose:focus,
.modalactions .k-button:focus {
  background-color: #eeeeee !important;
  border: 0!important;
  outline: none!important;
  text-decoration: none!important;
}
#formBox {
  display: none;
}
.k-widget.k-window:not(.k-window-titleless) {
  max-width: 100%;
  min-width: 760px!important;
}
.k-widget.k-window.k-window-maximized {
  max-width: 100%!important;
}
.k-window-titleless {
  max-width: 420px!important;
  min-width: 320px!important;
}
.k-window-titleless .footerlink {
  margin-right: 10px;
}
.k-window-titleless .k-window-content p:last-of-type {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .lightboxcontentwrapper {
    height: calc(100% - 30px) !important;
    margin-top: 20px;
  }
  .qPickListSimple .lightboxcontentwrapper {
    margin-top: 0;
  }
  .k-window-titleless {
    max-width: 300px!important;
    min-width: 280px!important;
  }
  .k-widget.k-window:not(.k-window-titleless) {
    max-width: 720px!important;
    min-width: 280px!important;
  }
  .k-widget.k-window.qLarge:not(.k-window-titleless),
  .k-widget.k-window.qMedium:not(.k-window-titleless),
  .k-widget.k-window.qSmall:not(.k-window-titleless) {
    height: 100%!important;
    width: 100%!important;
    position: fixed!important;
    left: 0!important;
    top: 0!important;
    max-width: 100%!important;
    max-height: 100%!important;
  }
  .k-widget.k-window.qLarge:not(.k-window-titleless) .lightboxcontent,
  .k-widget.k-window.qMedium:not(.k-window-titleless) .lightboxcontent,
  .k-widget.k-window.qSmall:not(.k-window-titleless) .lightboxcontent {
    height: calc(100% - 100px) !important;
    margin-top: 6px;
  }
  .k-window-content.k-content {
    padding-top: 30px;
  }
}
.k-widget.k-window.qLarge.qPickList:not(.k-window-titleless) .lightboxcontent,
.k-widget.k-window.qMedium.qPickList:not(.k-window-titleless) .lightboxcontent,
.k-widget.k-window.qSmall.qPickList:not(.k-window-titleless) .lightboxcontent {
  height: calc(100% - 65px) !important;
  margin-top: 6px;
}
.k-widget.k-window.qLarge.qPickList.k-window-maximized:not(.k-window-titleless) .lightboxcontent,
.k-widget.k-window.qMedium.qPickList.k-window-maximized:not(.k-window-titleless) .lightboxcontent,
.k-widget.k-window.qSmall.qPickList:not(.k-window-titleless) .lightboxcontent {
  height: calc(100% - 90px) !important;
  margin-top: 6px;
}
.qPickListSimple .lightboxcontent {
  display: flex;
  flex-direction: column;
}
.q-pick-filters-message {
  color: #3b3b3b;
}
.q-dialoglink {
  color: #047bc1;
  text-decoration: underline;
  margin-right: 8px;
}
.q-dialoglink:hover {
  text-decoration: underline;
  color: #024b76;
}
.q-dialog-header {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.q-dialog-header .q-header-message {
  width: calc(100% - 226px);
  display: inline-block;
}
.q-dialog-filters {
  width: 100%;
  height: auto;
  margin: 12px 0;
}
.dialogcontrols {
  width: auto;
  max-width: 225px;
  float: right;
  display: inline-block;
  vertical-align: top;
  overflow-x: hidden;
}
.dialogcontrols a {
  opacity: 0.54;
  filter: alpha(opacity=54);
  margin: 0 12px;
  vertical-align: top;
  text-indent: -9999px;
}
.dialogcontrols a:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
@media (max-width: 767px) {
  .q-dialog-header {
    margin-top: 12px;
  }
  .q-dialog-header .dialogcontrols,
  .q-dialog-header .q-header-message {
    display: block;
    float: none;
    width: 100%;
  }
  .q-dialog-header .dialogcontrols {
    margin-top: 8px;
  }
}
.k-window {
  height: auto !important;
}
.qLarge {
  width: 80%!important;
  height: 80%!important;
  left: 10%!important;
  top: 6%!important;
  position: fixed!important;
}
.qMedium {
  width: 70%!important;
  height: 70%!important;
  left: 15%!important;
  top: 12%!important;
  position: fixed!important;
}
.qSmall {
  width: 50%!important;
  height: 50%!important;
  left: 20%!important;
  top: 16%!important;
  position: fixed!important;
}
.qLarge,
.qMedium,
.qSmall {
  max-width: 100%!important;
  max-height: 100%!important;
}
.qLarge.k-window-maximized,
.qMedium.k-window-maximized,
.qSmall.k-window-maximized {
  height: 99%!important;
  width: 100%!important;
  left: 0!important;
  top: 0!important;
}
.top1 {
  top: 6%!important;
  position: fixed!important;
}
.top2 {
  top: 12%!important;
  position: fixed!important;
}
.top3 {
  top: 16%!important;
  position: fixed!important;
}
.lightboxcontentwrapper {
  height: 100%;
}
.qPickListSimple .lightboxcontentwrapper {
  display: flex;
  flex-direction: column;
}
/* Importbox found in import modal of grid */
.lightboxcontent .qParamContainer > .row,
.lightboxcontent > .row {
  margin: 0!important;
}
.lightboxcontent {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 60px);
  padding-right: 10px;
}
.lightboxcontent .k-tab-pre-wrap {
  background: none;
}
.lightboxcontent a {
  color: #0072ce !important;
}
.lightboxcontent a:focus,
.lightboxcontent a:hover {
  color: #0072ce !important;
  text-decoration: underline!important;
}
.lightboxcontent .k-tabstrip:focus {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.modalactions {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-right: 10px;
  background: white;
}
#lightboxContent_AddWidgetPopup .modalactions {
  margin-top: 0;
}
.bodylock {
  overflow: hidden!important;
  height: 100%!important;
}
.qLarge .k-window-content,
.qMedium .k-window-content,
.qSmall .k-window-content {
  height: 100%!important;
  overflow: hidden!important;
  padding: 10px 1px 0 10px!important;
}
.qLarge .k-window-content .lightboxClose,
.qMedium .k-window-content .lightboxClose,
.qSmall .k-window-content .lightboxClose {
  margin-right: 10px;
}
.qLarge.k-window-maximized .k-window-content .lightboxcontent,
.qMedium.k-window-maximized .k-window-content .lightboxcontent,
.qSmall.k-window-maximized .k-window-content .lightboxcontent {
  height: calc(100% - 100px) !important;
}
.qLarge .k-window-content .gridholder,
.qMedium .k-window-content .gridholder,
.qSmall .k-window-content .gridholder {
  margin-left: 0!important;
  margin-right: 0!important;
}
.lightboxcontent * {
  box-sizing: border-box !important;
}
.lightboxcontent .k-pager-wrap * {
  box-sizing: content-box !important;
}
.uploadcontainer {
  margin-top: 24px;
}
.uploadcontainer p {
  margin-bottom: 12px;
}
.uploadcontainer .k-button {
  margin-left: 18px!important;
}
.helpradio {
  top: -4px;
  left: -12px;
  position: relative;
}
.filtergridarea {
  width: 100%;
}
.filterresultsbutton {
  margin-top: 6px!important;
}
.qPickList .qPickListSimple.k-window-content {
  padding-top: 0!important;
}
.qPickList .qPickListSimple .lightboxcontent {
  margin: 0;
  padding: 0;
}
.qPickList .qPickListSimple .modalactions {
  padding-right: 0;
}
.qPickList .qPickListSimple .q-dialog-header {
  height: 0;
  margin-bottom: 0;
}
.qPickList .qPickListSimple .k-tabstrip-wrapper,
.qPickList .qPickListSimple .k-tabstrip {
  height: 100%;
  width: 100%;
}
.qPickList .qPickListSimple #pagableText {
  padding-left: 3px;
}
.qPickList .qPickListSimple .k-tabstrip-wrapper .gridheight {
  height: calc(100% - 68px) !important;
  padding: 12px 0 0 0!important;
}
.qPickList .qPickListSimple .k-tabstrip-wrapper .gridholder {
  height: calc(100% - 6px) !important;
}
.k-button {
  background: transparent;
  border: 0;
}
.k-button:focus,
.k-button:hover {
  text-decoration: none;
  box-shadow: none;
  background: transparent;
}
.k-window-actions .k-button {
  background: transparent;
  border: 0;
}
.k-window-actions .k-button:hover,
.k-window-actions .k-button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.k-window-content .delete-header {
  text-align: left;
  font-size: 19px;
}
.k-window-content .delete-message {
  width: 100%;
  color: #757575;
  text-align: left;
  font-size: 13px;
}
.k-window-content .k-button,
.k-window-content .delete-cancel,
.k-window-content .delete-confirm {
  box-shadow: none;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.k-window-content .k-button:hover,
.k-window-content .delete-cancel:hover,
.k-window-content .delete-confirm:hover {
  text-decoration: none;
  border: 0!important;
  outline: none!important;
  text-decoration: none!important;
}
.k-window-content .k-button:focus,
.k-window-content .delete-cancel:focus,
.k-window-content .delete-confirm:focus {
  text-decoration: none;
  box-shadow: none;
  background-color: #eeeeee !important;
  border: 0!important;
  outline: none!important;
  text-decoration: none!important;
}
.k-window-content .k-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}
.k-notification {
  border: 0;
}
.alert-timer {
  color: #da4b37;
}
.k-notification-info.k-group {
  background: rgba(0, 0, 0, 0.84);
  color: #ffffff;
  display: block !important;
}
.k-notification-error.k-group {
  color: #ffffff;
}
.k-widget.k-notification.k-notification-error {
  background: transparent;
}
.wrong-pass {
  width: 300px;
  height: 100px;
}
.wrong-pass h3 {
  font-size: 1em;
  padding: 32px 10px 5px;
}
.wrong-pass img {
  float: left;
  margin: 30px 15px 30px 30px;
}
.alert-message {
  color: #3b3b3b;
  background: #ffffff;
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84);
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84);
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84);
  border-radius: 2px;
  max-width: 540px;
  min-width: 320px;
  max-height: 84%;
  max-height: 84vh!important;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .alert-message {
    width: 280px;
  }
}
.alert-message .alert-header {
  display: block;
  color: #3b3b3b;
  padding: 0.5rem 2rem;
}
.alert-message .alert-header h1 {
  font-size: 19px;
}
.alert-message .alert-header span {
  color: #757575;
}
.alert-message .alert-title,
.alert-message .alert-title-error,
.alert-message .alert-title-information,
.alert-message .alert-title-warning {
  border: 0;
  display: inline-block;
  width: 25%;
  min-width: 80px;
  padding-left: 2.5rem;
  vertical-align: top;
}
.alert-message .alert-title-error {
  color: #da4b37;
}
.alert-message .alert-title-warning {
  color: #ff9800;
}
.alert-message .alert-desc {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  word-wrap: break-word;
  white-space: normal;
}
.alert-message hr {
  display: block;
  width: 100%;
  color: #bdbdbd;
  background: #ffffff;
}
.alert-message a {
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.alert-links {
  text-align: right;
  padding-bottom: 1.5rem;
}
/* parent of .k-notification-wrap */
.k-widget.k-notification.k-notification-success {
  background-color: transparent;
  border-color: transparent;
}
.k-notification-wrap {
  color: #ffffff;
  min-width: 260px;
  max-width: 540px;
  white-space: normal;
  padding: 1.5rem 2.5rem;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.k-notification-wrap .k-icon {
  display: none;
}
@media (max-width: 768px) {
  .k-notification-wrap {
    width: 195px;
  }
}
.q-error,
.q-info,
.q-success,
.q-warning {
  font-weight: bold!important;
}
.q-error {
  color: #da4b37 !important;
}
.q-warning {
  color: #f0ad4e !important;
}
.q-success {
  color: #4caf50 !important;
}
.q-info {
  color: #5bc0de !important;
}
.dropdownAlertsmenu .footerlink {
  width: auto!important;
}
.alertbar {
  background-color: #fc364e;
  width: 100%;
  min-height: 3rem;
  line-height: 3rem;
  display: flex;
}
.alertbar .alertbanner-title {
  padding: 0 1rem 0 2rem;
  font-weight: bold;
  color: #ffffff;
}
.alertbar .alertbanner-message {
  color: #ffffff;
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.alertbar .alertbanner-message a,
.alertbar .alertbanner-message a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.error_screen {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/data:image/svg+xml,%3Csvg width='380' height='380' viewBox='0 0 380 380' fill='none' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath d='M190 380C85.0659 380 0 294.934 0 190C0 85.0659 85.0659 0 190 0C294.934 0 380 85.0659 380 190C380 294.934 294.934 380 190 380ZM190 356.25C281.817 356.25 356.25 281.817 356.25 190C356.25 98.1827 281.817 23.75 190 23.75C98.1827 23.75 23.75 98.1827 23.75 190C23.75 281.817 98.1827 356.25 190 356.25Z' fill='%23DBE9F0'/%3E%3Cpath d='M248.778 114.428L265.572 131.222L131.222 265.572L114.428 248.778L248.778 114.428Z' fill='%23DBE9F0'/%3E%3Cpath d='M114.428 131.222L131.222 114.428L190 173.206L173.206 190L114.428 131.222Z' fill='%23DBE9F0'/%3E%3Cpath d='M190 206.794L206.794 190L265.572 248.778L248.778 265.572L190 206.794Z' fill='%23DBE9F0'/%3E%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-position: center center;
}
.warning--lose-changes:before {
  content: "Unsaved changes! Click update to avoid losing changes.";
  padding: 6px;
  background: #bd0000;
  color: #ffffff;
  display: block;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  right: 0;
}
/* Not sure about this code */
.backarrow {
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  margin: 32px 0;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.backarrow:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-pager-wrap .k-pager-numbers .k-state-selected {
  margin-top: 3px!important;
  padding-top: 0!important;
}
body .material,
.container .material,
.container-fluid .material {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  border: 0;
}
body .material .material,
.container .material .material,
.container-fluid .material .material {
  box-shadow: none!important;
  border-top: 1px solid #eeeeee;
  background-color: transparent;
  background-image: none;
}
.k-ie body .material,
.k-edge body .material,
.k-ie .container .material,
.k-edge .container .material,
.k-ie .container-fluid .material,
.k-edge .container-fluid .material {
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.26);
}
.content {
  padding: 6px 12px 12px 12px;
}
.q-grid-content {
  padding: 6px 0 12px 0;
}
.q-grid-content-text-box {
  padding: 6px 12px 0 12px;
}
.k-widget .row div {
  box-sizing: border-box;
}
.login-container {
  min-width: 280px;
  max-width: 460px;
  margin: 65px auto;
  background-color: #047bc1;
  background-image: -webkit-gradient(linear, left top, right top, from(#047bc1), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.fpCol {
  text-align: center;
  margin: 25px 0 10px;
}
.fpCol a.fpLink {
  font-size: 12px;
}
.login-content {
  padding: 25px 50px 15px;
}
.login-content a.footerlink {
  color: #0072ce;
}
.login-content a.footerlink:hover {
  text-decoration: underline;
}
.logologin {
  width: 100%;
}
.loginLogo {
  width: 300px;
  height: 90px;
  margin: 32px auto 40px;
}
@media (max-width: 767px) {
  .login-content {
    padding: 25px 25px 15px 25px;
  }
  .loginLogo {
    width: 200px;
    height: 60px;
    margin: 32px auto 40px;
  }
}
.login-button {
  padding: 10px 15px;
  margin: 25px 0;
}
.k-listview {
  border-color: transparent !important;
}
.k-listview .row {
  margin: 0 !important;
}
.k-listview > * > div {
  font-size: 14px;
  color: #3b3b3b;
}
.k-listview [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.k-listview h1,
.k-listview h2,
.k-listview h3,
.k-listview h4,
.k-listview h5,
.k-listview h6 {
  margin: 0 0 16px 0 !important;
}
.k-listview .prelabel,
.k-listview .prelabel2 {
  display: block;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bdbdbd;
}
.k-listview .prelabel2 {
  display: none;
}
.k-listview .initialrow {
  margin-bottom: 16px !important;
}
.k-listview .rowholder {
  margin: 6px 0 48px 16px !important;
}
.k-listview .rowcells {
  margin-left: 16px !important;
}
.k-listview .rowcells > div {
  margin: 6px 0 !important;
}
.k-listview .primaryaction span {
  margin-top: 40px;
}
.k-listview .iconlink span {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-listview .iconlink:hover span {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.k-listview .icontext {
  cursor: pointer;
}
.k-listview .icontext:hover {
  cursor: pointer;
}
.k-listview .rowcells:hover {
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .k-listview .prelabel2 {
    display: block;
  }
  .k-listview .rowcells {
    margin: 6px 0 !important;
  }
  .k-listview .primaryaction span {
    margin-top: 0;
  }
}
.k-minus {
  background-position: -466px -546px !important;
}
.k-treeview-lines .k-state-hover {
  background-color: #fafafa;
}
.k-treeview .k-state-focused {
  background-color: transparent!important;
}
.treeviewholder .k-treeview .k-item {
  margin-left: 6px;
}
.treeviewholder .k-checkarea {
  margin-top: 0;
  margin-bottom: 0;
}
.treeviewholder .k-i-collapse,
.treeviewholder .k-i-expand,
.treeviewholder .k-minus,
.treeviewholder .k-plus {
  margin-left: -18px;
  width: 14px!important;
  height: 14px!important;
}
.treeviewholder .k-in > .sprite {
  margin: 0 6px;
  opacity: 0.54;
}
.treeviewholder .k-checkbox-label {
  margin-right: 12px;
  padding-left: 0;
}
.treeviewholder .droptool {
  float: right;
}
.treeviewholder li > div {
  height: 30px;
}
.treeviewholder li > div .k-state-focused,
.treeviewholder li > div .k-state-hover,
.treeviewholder li > div .k-state-selected {
  background: transparent;
}
.treeviewholder li > div:hover {
  background: #ededed;
}
.treeviewholder li > div .droptool {
  opacity: 0;
}
.treeviewholder li > div:hover .droptool {
  opacity: 0.54;
}
.treeviewholder li > div:hover .droptool:hover {
  opacity: 0.87;
}
.treeviewholder h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.treeviewholder .k-in.k-state-focused,
.treeviewholder .k-in.k-state-selected,
.treeviewholder .k-state-focused,
.treeviewholder .k-state-selected {
  background: rgba(4, 123, 193, 0.12) !important;
}
.treeviewholder div.k-treeview {
  overflow: hidden;
}
.treeviewholder span.k-in {
  width: calc(100% - 38px);
}
.treeviewholder .k-i-expand,
.treeviewholder .k-plus {
  background-position: -480px -530px !important;
}
.treeviewholder .k-i-collapse,
.treeviewholder .k-minus {
  background-position: -448px -530px !important;
}
.k-more-events.k-button {
  position: absolute!important;
}
.k-scheduler-toolbar .k-link {
  color: #ffffff !important;
}
.k-scheduler li.k-state-default a.k-link {
  color: #ffffff !important;
}
.k-scheduler .k-nav-current.k-state-hover .k-link .k-icon.k-i-calendar,
.k-scheduler .k-nav-current.k-state-hover .k-link .k-icon.k-i-calendar:hover {
  background-position: -200px -478px !important;
}
.k-event {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.k-scheduler .k-i-calendar,
.k-scheduler .k-i-calendar:hover {
  background-position: -200px -478px !important;
}
.k-scheduler .k-si-close {
  background-position: -260px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-e {
  background-position: -460px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-w {
  background-position: -440px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-n {
  background-position: -480px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-s {
  background-position: -420px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-refresh,
.k-scheduler .k-i-reload {
  background-position: -340px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-header.k-scheduler-footer ul.k-header li {
  border-color: #047bc1;
}
.k-scheduler .k-scheduler-table th {
  color: #757575;
}
.k-scheduler .k-nav-current span {
  color: #ffffff;
}
.k-scheduler .k-scheduler-toolbar > ul > li:first-child,
.k-scheduler .k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li {
  border-left-width: 0!important;
}
.k-scheduler .k-scheduler-views .k-state-selected > .k-link {
  color: #ffffff !important;
}
.k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
  border-bottom-color: #49b9fb !important;
}
.k-scheduler-views li.k-state-hover {
  border-color: #012b44 !important;
}
.k-event,
.k-scheduler .k-header,
.k-scheduler .k-header .k-link,
.k-scheduler .k-header li,
.k-task-complete {
  background-color: #047bc1 !important;
  border-color: #047bc1;
}
.k-edit-form-container .k-edit-buttons {
  border-style: hidden;
}
.k-edit-form-container .k-edit-buttons {
  background: #ffffff;
}
@media only screen and (max-width: 480px) {
  .k-mobile .k-scheduler-toolbar > ul:first-child {
    float: none;
  }
  .k-mobile .k-scheduler-toolbar > ul.k-scheduler-views {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .k-mobile .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    top: 0!important;
  }
}
.k-animation-container .k-tooltip {
  color: #3b3b3b !important;
  background: #ffffff !important;
  font-size: 12px;
  text-transform: none!important;
  z-index: 100!important;
  -moz-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  -webkit-box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  box-shadow: 1px 1px 7px 4px rgba(128, 128, 128, 0.84) !important;
  background-color: #ffffff !important;
}
.content-calendar {
  padding: 0 0 0 3px;
}
.quorumcalendar .k-scheduler {
  border-color: transparent;
  background: transparent;
  margin-top: -1px;
}
.quorumcalendar .k-scheduler-content .k-event,
.quorumcalendar .k-scheduler-header .k-event {
  background: transparent!important;
  border-color: transparent!important;
  margin-top: 4px;
  text-align: center;
}
.quorumcalendar .k-scheduler-content .k-event h4,
.quorumcalendar .k-scheduler-header .k-event h4 {
  margin-top: 0!important;
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  padding: 4px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quorumcalendar .k-scheduler-content .k-event h4 a,
.quorumcalendar .k-scheduler-header .k-event h4 a {
  color: #ffffff;
}
.quorumcalendar .k-scheduler-content .event-red,
.quorumcalendar .k-scheduler-header .event-red {
  background-color: #b71c1c;
  border: 1px solid #8b1515;
}
.quorumcalendar .k-scheduler-content .event-holiday,
.quorumcalendar .k-scheduler-header .event-holiday,
.quorumcalendar .k-scheduler-content .event-none,
.quorumcalendar .k-scheduler-header .event-none {
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
}
.quorumcalendar .k-scheduler-content .event-holiday h4,
.quorumcalendar .k-scheduler-header .event-holiday h4,
.quorumcalendar .k-scheduler-content .event-none h4,
.quorumcalendar .k-scheduler-header .event-none h4 {
  color: #757575;
}
.quorumcalendar .k-scheduler-content .event-holiday h4 a,
.quorumcalendar .k-scheduler-header .event-holiday h4 a,
.quorumcalendar .k-scheduler-content .event-none h4 a,
.quorumcalendar .k-scheduler-header .event-none h4 a {
  color: #757575;
}
.quorumcalendar .k-scheduler-content div.event-holiday + span.k-event-actions .k-si-close,
.quorumcalendar .k-scheduler-header div.event-holiday + span.k-event-actions .k-si-close,
.quorumcalendar .k-scheduler-content div.event-none + span.k-event-actions .k-si-close,
.quorumcalendar .k-scheduler-header div.event-none + span.k-event-actions .k-si-close {
  background-position: -320px -378px !important;
}
.quorumcalendar .k-scheduler-content .event-green,
.quorumcalendar .k-scheduler-header .event-green {
  background-color: #8bc34a;
  border: 1px solid #71a436;
}
.quorumcalendar .k-scheduler-content .event-gray,
.quorumcalendar .k-scheduler-header .event-gray {
  background-color: #9e9e9e;
  border: 1px solid #858585;
}
.quorumcalendar .k-scheduler-content .event-yellow,
.quorumcalendar .k-scheduler-header .event-yellow {
  background-color: #ffeb38;
  border: 1px solid #ffe605;
}
.quorumcalendar .k-scheduler-content .event-yellow h4 a,
.quorumcalendar .k-scheduler-header .event-yellow h4 a {
  color: #757575;
}
.quorumcalendar .k-scheduler-content .event-blue,
.quorumcalendar .k-scheduler-header .event-blue {
  background-color: #047bc1;
  border: 1px solid #035b8f;
}
.quorumcalendar .k-scheduler-content .event-warning,
.quorumcalendar .k-scheduler-header .event-warning {
  background-color: #f0ad4e;
  border: 1px solid #ec971f;
}
.quorumcalendar .k-scheduler-content .event-error,
.quorumcalendar .k-scheduler-header .event-error {
  background-color: #da4b37;
  border: 1px solid #bb3523;
}
.quorumcalendar .k-scheduler-content .k-event-actions,
.quorumcalendar .k-scheduler-header .k-event-actions {
  top: 0!important;
}
.quorumcalendar .k-scheduler-content .k-today,
.quorumcalendar .k-scheduler-header .k-today {
  border: 2px solid #047bc1;
  background: #ffffff;
}
.quorumcalendar .k-scheduler-content .k-today .k-nav-day,
.quorumcalendar .k-scheduler-header .k-today .k-nav-day {
  font-weight: bold;
  color: #047bc1;
}
.k-scheduler-edit-form .k-edit-form-container .k-combobox,
.k-scheduler-edit-form .k-edit-form-container .k-datepicker,
.k-scheduler-edit-form .k-edit-form-container .k-datetimepicker,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown,
.k-scheduler-edit-form .k-edit-form-container .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-timepicker {
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
.k-scheduler-edit-form .k-edit-form-container .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-textbox {
  background-image: linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 0.143rem!important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-focused .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-hover .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-focused .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-hover .k-input,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-focused .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-dropdown-wrap.k-state-hover .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-focused .k-textbox,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-hover .k-textbox {
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 2px, 100% 1px!important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.k-scheduler-edit-form .k-edit-form-container .k-input:focus,
.k-scheduler-edit-form .k-edit-form-container .k-input.k-textbox:focus,
.k-scheduler-edit-form .k-edit-form-container .k-textbox:focus,
.k-scheduler-edit-form .k-edit-form-container .k-input:hover,
.k-scheduler-edit-form .k-edit-form-container .k-input.k-textbox:hover,
.k-scheduler-edit-form .k-edit-form-container .k-textbox:hover {
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 2px, 100% 1px!important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap,
.k-scheduler-edit-form .k-edit-form-container .k-picker-wrap.k-state-focused.k-state-hover {
  background-color: #ffffff !important;
}
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-check,
.k-scheduler-edit-form .k-edit-form-container .k-edit-field input[type='radio'] {
  padding: 7px;
  margin: 5px;
}
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-numeric-wrap.k-state-hover,
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-select:hover {
  background-color: #ffffff !important;
}
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-numeric-wrap.k-state-focused,
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-select:focus {
  background-color: #ffffff !important;
}
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-state-default,
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-state-focused,
.k-scheduler-edit-form .k-edit-form-container .k-edit-field .k-state-hover {
  -webkit-appearance: none!important;
  border: none!important;
  outline: none!important;
  border-color: transparent!important;
  background-color: transparent!important;
  border-style: none!important;
  border-width: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.k-edit-field > input[type="checkbox"],
.k-edit-field > input[type="radio"] {
  padding: 0;
  margin-top: 0.7em!important;
}
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
  border-color: transparent!important;
}
.k-picker-wrap .k-select .k-icon {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.k-picker-wrap .k-select .k-icon:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.k-dropdown .k-state-default,
.k-numeric-wrap.k-state-default {
  border-color: transparent;
  background-color: transparent;
}
.k-state-disabled {
  border-color: transparent;
}
.k-picker-wrap.k-state-default > .k-select {
  border-color: transparent;
  background-color: transparent;
}
.norowpadding > div {
  padding-left: 0;
  padding-right: 0;
}
.norowpadding {
  padding-left: 15px;
}
.q-lockCover {
  opacity: 0.25;
  filter: alpha(opacity=25);
  background: #ffffff;
}
.handsonresize {
  height: 92%!important;
}
.handsonresize .wtHider,
.handsonresize .wtSpreader {
  height: 100%!important;
}
#bulkEdit {
  overflow: hidden;
}
#bulkEdit.k-window-content {
  padding: 0 1.333em;
}
.lbbuttonholder {
  margin-top: 8px;
  margin-bottom: 16px;
}
.handsontable {
  font-size: 12px;
}
.handsontable th {
  background-color: #ffffff !important;
}
.handsontable tr:nth-child(odd) td:not(.highlight),
.handsontable tr:nth-child(odd) th:not(.highlight) {
  background: #f0f0f0 !important;
}
.handsontable.ht_clone_top tr th:nth-child(n+1),
.handsontable.ht_clone_top_left_corner tr th:nth-child(n+1) {
  background: #ffffff !important;
}
.handsontable td.area {
  background-color: #EEF4FF!important;
}
.handsontable .ht_clone_top .wtSpreader {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}
.handsontable .ht_clone_left {
  border-right: 0!important;
}
.handsontable .handsontableInput {
  width: inherit!important;
}
.handsontable tr:first-child td,
.handsontable tr:first-child th {
  border-top: 0!important;
}
.handsontable th:first-child {
  border-left: 0!important;
}
.ht_clone_left {
  background: #ffffff;
  /*border-right: 1px solid @grayborder;*/
}
.handsontable .handsontable table {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.handsontable th {
  background-color: #ffffff !important;
  color: #757575;
  border-color: #eeeeee !important;
  text-align: left!important;
}
.handsontable th .currentRow {
  text-align: left;
}
.handsontable thead th {
  padding: 4px!important;
}
.handsontable td {
  border-color: #eeeeee !important;
}
.actioncontrols .refresh,
.handsoncontrols .refresh {
  float: right;
  margin-right: 0;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.actioncontrols .intro,
.handsoncontrols .intro {
  margin-right: 32px;
}
.actioncontrols a,
.handsoncontrols a {
  opacity: 0.54;
  filter: alpha(opacity=54);
  text-indent: -9999px;
  margin-right: 32px;
}
.actioncontrols a:hover,
.handsoncontrols a:hover {
  cursor: pointer;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.actioncontrols {
  border: 0!important;
}
a.k-button {
  margin-bottom: 8px;
}
a.k-button span:before {
  color: #000000;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 980px) {
  .popover {
    max-width: 680px;
  }
  .widedata {
    min-width: 600px;
  }
}
.k-progressbar {
  background-color: #49b9fb !important;
  border-color: transparent!important;
  height: 4px!important;
}
.k-progressbar .k-progress-status-wrap .k-progress-status {
  display: none;
}
.k-progressbar .k-state-selected {
  background-color: #047bc1 !important;
  border-color: transparent!important;
  height: 4px!important;
}
.process-desc {
  width: 100%;
  font-size: 15px;
  color: #757575;
  white-space: nowrap;
}
.processheader {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.k-widget.k-popup {
  background-color: transparent;
}
.k-list-container {
  background: #ffffff;
}
@media (min-width: 541px) {
  .processdialog {
    width: 420px;
  }
}
@media (max-width: 540px) {
  .processdialog {
    width: 300px;
  }
}
.widget.processdialog {
  padding-top: 0.5rem!important;
}
.processdialog .widgetfooter.arealink {
  padding: 4px!important;
}
.processdialog .process-title {
  font-size: 15px;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.processdialog .process-code {
  font-size: 12px;
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
  opacity: 0.54;
}
.processindicator {
  opacity: 0.54;
  filter: alpha(opacity=54);
  text-align: center;
  margin-top: 0.5rem!important;
}
.processindicator .error,
.processindicator .processing,
.processindicator .success,
.processindicator .warning {
  margin: 0 auto;
  cursor: default!important;
}
.processindicator .error {
  background-position: -94px 0px !important;
  margin: 0 auto;
}
.processindicator .success {
  background-position: -28px -66px !important;
  margin: 0 auto;
}
.processindicator .warning {
  background-position: -66px -28px !important;
  margin: 0 auto;
}
.processindicator .processing {
  background-position: 0px -66px !important;
  margin: 0 auto 0 auto;
}
.side-panel .q-form-control-wrapper .current-filter {
  background-color: #ffffff !important;
}
.procspacing {
  padding-bottom: 0.5rem!important;
}
.processTimedisplay {
  padding-left: 0.5rem!important;
}
.processTimedisplay,
.procstatusInfo {
  opacity: 0.54;
  filter: alpha(opacity=54);
  font-size: 12px;
}
.k-listview h1,
.k-listview h2,
.k-listview h3,
.k-listview h4,
.k-listview h5,
.k-listview h6 {
  margin: 0!important;
  width: calc(100% - 130px);
}
.k-listview .grid-view h1,
.k-listview .grid-view h2,
.k-listview .grid-view h3,
.k-listview .grid-view h4,
.k-listview .grid-view h5,
.k-listview .grid-view h6 {
  margin: 0!important;
  width: 90%!important;
}
.process .divider {
  border-bottom: none;
}
.process .actions {
  margin-top: -26px;
  padding-right: 16px!important;
}
.grid-view .reportdetail {
  display: block!important;
}
.grid-view .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.27) !important;
}
.grid-view .actions {
  padding: 0 16px 12px!important;
  margin-top: 0!important;
}
.process .reportdetail {
  display: none;
}
.process .reportdetail p {
  margin: 16px;
  color: #757575;
}
.process .actions a.removeFavorite {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
.process .actions a {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.process .actions a:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
.current-processes + .k-pager-wrap {
  clear: both;
  background: transparent!important;
}
.current-processes + .k-pager-wrap .k-pager-numbers .k-state-selected,
.current-processes + .k-pager-wrap .k-pager-wrap {
  background: transparent!important;
  border: 0;
}
@media (max-width: 991px) {
  ul#LauncherPanelBar li.k-first,
  ul#LauncherPanelBar li.k-last {
    display: none;
  }
}
.k-panelbar .k-panel,
.k-panelbar.k-header {
  border-color: #ffffff !important;
}
.k-pager-wrap {
  border-color: transparent!important;
}
.side-panel {
  margin-top: 9px;
}
.side-panel .q-form-control-wrapper {
  background: transparent!important;
  border-left: none!important;
  border-right: none!important;
  width: 80%!important;
  margin: 0 16px!important;
}
.side-panel .k-panelbar {
  background-color: #ffffff;
}
.side-panel .k-panelbar .k-item {
  border-color: #ffffff !important;
}
.side-panel .k-panelbar .k-header {
  border-top: 1px solid blue!important;
  border-color: #ffffff !important;
}
.side-panel .k-panelbar .k-item,
.side-panel .k-panelbar .k-item > .k-header {
  background: transparent!important;
}
.side-panel .k-panelbar .k-item > .k-link {
  color: #3b3b3b !important;
  font-size: 15px!important;
  padding: 8px 16px!important;
}
.side-panel .k-panelbar .k-item > .k-header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27) !important;
  border-top: 0!important;
}
.side-panel .k-panelbar .k-item > .k-header {
  font-size: 18px;
  padding: 8px 16px!important;
}
.side-panel .k-panelbar .k-item .count {
  background: transparent!important;
  float: right;
  color: #757575 !important;
}
.side-panel .k-panelbar > li > .k-state-selected {
  font-weight: normal!important;
}
.side-panel .k-panelbar .k-i-arrow-n {
  background-position: -320px -458px !important;
}
.side-panel .k-panelbar .k-i-arrow-s {
  background-position: -380px -458px !important;
}
.side-panel .k-panelbar .k-panelbar-collapse,
.side-panel .k-panelbar .k-panelbar-expand {
  position: absolute;
  top: 10px;
}
.side-panel .k-panelbar li.k-item.k-state-default.k-last {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .responsivegrid .groupleft,
  .responsivegrid .groupright,
  .responsivegrid .groupsingle {
    background: none !important;
  }
}
@media only screen and (min-width: 761px) {
  .container,
  .k-window,
  .header-persona {
    scrollbar-base-color: #7f7f7f;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-highlight-color: #333333;
    scrollbar-track-color: #cacaca;
    scrollbar-arrow-color: #687d8c;
    scrollbar-shadow-color: #ffffff;
    scrollbar-dark-shadow-color: #ffffff;
  }
  .container ::-webkit-scrollbar,
  .k-window ::-webkit-scrollbar,
  .header-persona ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  .container ::-webkit-scrollbar-track,
  .k-window ::-webkit-scrollbar-track,
  .header-persona ::-webkit-scrollbar-track {
    background: #eeeeee;
  }
  .container ::-webkit-scrollbar-thumb,
  .k-window ::-webkit-scrollbar-thumb,
  .header-persona ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
  .container ::-webkit-scrollbar-thumb:window-inactive,
  .k-window ::-webkit-scrollbar-thumb:window-inactive,
  .header-persona ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
  }
}
.loadingindicator {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator.gif);
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.loadingindicatorsmall {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator.gif);
  background-size: 13px 13px;
  background-position: center center;
  background-repeat: no-repeat;
}
span.k-icon.k-loading {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator.gif) !important;
  background-size: 13px 13px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.k-autocomplete span.k-icon.k-loading {
  margin-right: 1px;
}
div.loadimage:before {
  content: " " !important;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/loadingindicator.gif) !important;
  background-size: 26px 26px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#lockText {
  margin-top: 24px;
  color: #3b3b3b;
}
.LockOff {
  display: none;
}
.LockOnInvisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10009;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=75);
  display: none;
}
.LockOn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10009;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  background-color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=75);
  display: block;
}
div.loadimage:before {
  content: url(/MID_ESUITE_PROD/Content/images/spinner.gif);
}
.content-loading-animation {
  background-size: 60px 60px;
  background-position: center center;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/quorum-loader.gif);
  background-repeat: no-repeat;
}
.alertlabel[data-title]:hover:after,
.datalabel[data-title]:hover:after,
.errorfreelabel[data-title]:hover:after,
.q-header_Item[data-title]:hover:after,
.unitselect[data-title]:hover:after,
.widget h1[data-title]:hover:after,
.widget h2[data-title]:hover:after,
.widget h3[data-title]:hover:after,
.widget h4[data-title]:hover:after,
.widget h5[data-title]:hover:after,
.widget h6[data-title]:hover:after,
.widgetfooter a[data-title]:hover:after {
  content: attr(data-title) !important;
  padding: 6px;
  position: absolute;
  left: 0;
  top: 70%;
  white-space: nowrap;
  z-index: 10001!important;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 14px;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.widget h1[data-title]:hover:after,
.widget h2[data-title]:hover:after,
.widget h3[data-title]:hover:after,
.widget h4[data-title]:hover:after,
.widget h5[data-title]:hover:after,
.widget h6[data-title]:hover:after {
  top: 10%;
  margin-left: 16px;
  opacity: 0;
}
.alertlabel[data-title]:hover:after,
.datalabel[data-title]:hover:after,
.errorfreelabel[data-title]:hover:after {
  top: 1%;
  margin-left: 6px;
  opacity: 0;
}
#AttachContainer .k-grid tr td,
#NotesContainer .k-grid tr td {
  border-bottom-width: 0!important;
}
#NotesContainer .k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#NotesContainer .k-state-selected .k-icon {
  opacity: 0.45;
}
#NotesContainer .k-state-selected .k-icon:hover {
  opacity: 0.75;
}
#NotesContainer .k-pager-sizes {
  display: block;
}
#NotesContainer .k-pager-sizes .k-widget.k-dropdown {
  margin-top: 2px;
  max-width: 60px;
}
.filtersearch {
  margin-right: 28px;
  display: inline-block;
}
@media (max-width: 767px) {
  .filtersearch {
    width: 90%!important;
  }
}
.filtersearch:after {
  content: "";
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  background-position: -463px -60px;
  position: absolute;
  top: 24px;
  right: -22px;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.autowidth {
  width: auto!important;
}
#Notes .q-content_View {
  background-position: -443px -380px;
}
#DocAttach span.k-icon.k-i-more-vertical,
#GridRowDocAttach span.k-icon.k-i-more-vertical,
#GridRowNotes span.k-icon.k-i-more-vertical,
#Notes span.k-icon.k-i-more-vertical {
  background-position: -483px 0px;
  padding: 0;
  height: 18px;
  width: 18px;
}
#DocAttach #toggleheight,
#GridRowDocAttach #toggleheight,
#GridRowNotes #toggleheight,
#Notes #toggleheight,
#DocAttach #toggleheight2,
#GridRowDocAttach #toggleheight2,
#GridRowNotes #toggleheight2,
#Notes #toggleheight2 {
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  overflow: hidden;
  height: 356px;
}
@media (max-width: 768px) {
  #DocAttach #toggleheight,
  #GridRowDocAttach #toggleheight,
  #GridRowNotes #toggleheight,
  #Notes #toggleheight,
  #DocAttach #toggleheight2,
  #GridRowDocAttach #toggleheight2,
  #GridRowNotes #toggleheight2,
  #Notes #toggleheight2 {
    overflow: auto;
    height: 440px;
  }
}
#DocAttach #toggleheight2,
#GridRowDocAttach #toggleheight2,
#GridRowNotes #toggleheight2,
#Notes #toggleheight2 {
  height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}
#DocAttach h3,
#GridRowDocAttach h3,
#GridRowNotes h3,
#Notes h3 {
  margin-bottom: 16px!important;
  margin-left: 0;
  margin-top: 24px !important;
}
#DocAttach .k-edit,
#GridRowDocAttach .k-edit,
#GridRowNotes .k-edit,
#Notes .k-edit {
  background-position: -403px -140px !important;
}
#DocAttach .k-delete,
#GridRowDocAttach .k-delete,
#GridRowNotes .k-delete,
#Notes .k-delete {
  background-position: -320px -378px !important;
}
#DocAttach .k-state-selected .actions,
#GridRowDocAttach .k-state-selected .actions,
#GridRowNotes .k-state-selected .actions,
#Notes .k-state-selected .actions,
#DocAttach .k-state-selected .detailscolumn,
#GridRowDocAttach .k-state-selected .detailscolumn,
#GridRowNotes .k-state-selected .detailscolumn,
#Notes .k-state-selected .detailscolumn {
  background: inherit;
}
#DocAttach .actions .k-delete,
#GridRowDocAttach .actions .k-delete,
#GridRowNotes .actions .k-delete,
#Notes .actions .k-delete,
#DocAttach .actions .k-edit,
#GridRowDocAttach .actions .k-edit,
#GridRowNotes .actions .k-edit,
#Notes .actions .k-edit {
  margin-left: 12px;
}
@media (min-width: 991px) {
  #DocAttach .actions .k-delete,
  #GridRowDocAttach .actions .k-delete,
  #GridRowNotes .actions .k-delete,
  #Notes .actions .k-delete,
  #DocAttach .actions .k-edit,
  #GridRowDocAttach .actions .k-edit,
  #GridRowNotes .actions .k-edit,
  #Notes .actions .k-edit {
    display: none;
  }
}
#DocAttach .hidden,
#GridRowDocAttach .hidden,
#GridRowNotes .hidden,
#Notes .hidden {
  display: none;
}
#DocAttach .actions .k-icon,
#GridRowDocAttach .actions .k-icon,
#GridRowNotes .actions .k-icon,
#Notes .actions .k-icon {
  width: 18px;
  height: 18px;
}
#DocAttach #docgrid tbody:empty:after,
#GridRowDocAttach #docgrid tbody:empty:after,
#GridRowNotes #docgrid tbody:empty:after,
#Notes #docgrid tbody:empty:after,
#DocAttach #docgridrow tbody:empty:after,
#GridRowDocAttach #docgridrow tbody:empty:after,
#GridRowNotes #docgridrow tbody:empty:after,
#Notes #docgridrow tbody:empty:after {
  content: "No attachments currently exist on this record";
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  color: #757575;
}
#DocAttach #docgrid tr.k-state-selected .k-delete,
#GridRowDocAttach #docgrid tr.k-state-selected .k-delete,
#GridRowNotes #docgrid tr.k-state-selected .k-delete,
#Notes #docgrid tr.k-state-selected .k-delete,
#DocAttach #docgridrow tr.k-state-selected .k-delete,
#GridRowDocAttach #docgridrow tr.k-state-selected .k-delete,
#GridRowNotes #docgridrow tr.k-state-selected .k-delete,
#Notes #docgridrow tr.k-state-selected .k-delete,
#DocAttach #docgrid tr:hover .k-delete,
#GridRowDocAttach #docgrid tr:hover .k-delete,
#GridRowNotes #docgrid tr:hover .k-delete,
#Notes #docgrid tr:hover .k-delete,
#DocAttach #docgridrow tr:hover .k-delete,
#GridRowDocAttach #docgridrow tr:hover .k-delete,
#GridRowNotes #docgridrow tr:hover .k-delete,
#Notes #docgridrow tr:hover .k-delete,
#DocAttach #docgrid tr.k-state-selected .k-edit,
#GridRowDocAttach #docgrid tr.k-state-selected .k-edit,
#GridRowNotes #docgrid tr.k-state-selected .k-edit,
#Notes #docgrid tr.k-state-selected .k-edit,
#DocAttach #docgridrow tr.k-state-selected .k-edit,
#GridRowDocAttach #docgridrow tr.k-state-selected .k-edit,
#GridRowNotes #docgridrow tr.k-state-selected .k-edit,
#Notes #docgridrow tr.k-state-selected .k-edit,
#DocAttach #docgrid tr:hover .k-edit,
#GridRowDocAttach #docgrid tr:hover .k-edit,
#GridRowNotes #docgrid tr:hover .k-edit,
#Notes #docgrid tr:hover .k-edit,
#DocAttach #docgridrow tr:hover .k-edit,
#GridRowDocAttach #docgridrow tr:hover .k-edit,
#GridRowNotes #docgridrow tr:hover .k-edit,
#Notes #docgridrow tr:hover .k-edit {
  display: inline-block;
}
#DocAttach #notesgrid tbody:empty:after,
#GridRowDocAttach #notesgrid tbody:empty:after,
#GridRowNotes #notesgrid tbody:empty:after,
#Notes #notesgrid tbody:empty:after,
#DocAttach #notesgridrow tbody:empty:after,
#GridRowDocAttach #notesgridrow tbody:empty:after,
#GridRowNotes #notesgridrow tbody:empty:after,
#Notes #notesgridrow tbody:empty:after {
  content: "No notes currently exist on this record";
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  color: #757575;
}
#DocAttach #notesgrid tr.k-state-selected .k-delete,
#GridRowDocAttach #notesgrid tr.k-state-selected .k-delete,
#GridRowNotes #notesgrid tr.k-state-selected .k-delete,
#Notes #notesgrid tr.k-state-selected .k-delete,
#DocAttach #notesgridrow tr.k-state-selected .k-delete,
#GridRowDocAttach #notesgridrow tr.k-state-selected .k-delete,
#GridRowNotes #notesgridrow tr.k-state-selected .k-delete,
#Notes #notesgridrow tr.k-state-selected .k-delete,
#DocAttach #notesgrid tr:hover .k-delete,
#GridRowDocAttach #notesgrid tr:hover .k-delete,
#GridRowNotes #notesgrid tr:hover .k-delete,
#Notes #notesgrid tr:hover .k-delete,
#DocAttach #notesgridrow tr:hover .k-delete,
#GridRowDocAttach #notesgridrow tr:hover .k-delete,
#GridRowNotes #notesgridrow tr:hover .k-delete,
#Notes #notesgridrow tr:hover .k-delete,
#DocAttach #notesgrid tr.k-state-selected .k-edit,
#GridRowDocAttach #notesgrid tr.k-state-selected .k-edit,
#GridRowNotes #notesgrid tr.k-state-selected .k-edit,
#Notes #notesgrid tr.k-state-selected .k-edit,
#DocAttach #notesgridrow tr.k-state-selected .k-edit,
#GridRowDocAttach #notesgridrow tr.k-state-selected .k-edit,
#GridRowNotes #notesgridrow tr.k-state-selected .k-edit,
#Notes #notesgridrow tr.k-state-selected .k-edit,
#DocAttach #notesgrid tr:hover .k-edit,
#GridRowDocAttach #notesgrid tr:hover .k-edit,
#GridRowNotes #notesgrid tr:hover .k-edit,
#Notes #notesgrid tr:hover .k-edit,
#DocAttach #notesgridrow tr:hover .k-edit,
#GridRowDocAttach #notesgridrow tr:hover .k-edit,
#GridRowNotes #notesgridrow tr:hover .k-edit,
#Notes #notesgridrow tr:hover .k-edit {
  display: inline-block;
}
#DocAttach #docgrid tbody:empty:after,
#GridRowDocAttach #docgrid tbody:empty:after,
#GridRowNotes #docgrid tbody:empty:after,
#Notes #docgrid tbody:empty:after {
  content: "No document attachments currently exist on this record" !important;
}
#DocAttach .accordion,
#GridRowDocAttach .accordion,
#GridRowNotes .accordion,
#Notes .accordion {
  margin-right: 30px;
  margin-top: 4px;
}
#DocAttach .docmgmt .k-tab-control-container,
#GridRowDocAttach .docmgmt .k-tab-control-container,
#GridRowNotes .docmgmt .k-tab-control-container,
#Notes .docmgmt .k-tab-control-container {
  visibility: hidden;
}
#DocAttach .docatt-buttons,
#GridRowDocAttach .docatt-buttons,
#GridRowNotes .docatt-buttons,
#Notes .docatt-buttons {
  float: right;
  width: 40px;
  height: 15px;
  margin-top: 7px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #d3dce0;
}
#DocAttach .docmgmt-btns div:first-child,
#GridRowDocAttach .docmgmt-btns div:first-child,
#GridRowNotes .docmgmt-btns div:first-child,
#Notes .docmgmt-btns div:first-child {
  float: left;
  margin-right: 0.25em;
}
#DocAttach .doc-attachments-tab .k-grid-content tr > td:first-child,
#GridRowDocAttach .doc-attachments-tab .k-grid-content tr > td:first-child,
#GridRowNotes .doc-attachments-tab .k-grid-content tr > td:first-child,
#Notes .doc-attachments-tab .k-grid-content tr > td:first-child,
#DocAttach .doc-attachments-tab .k-grid-header-wrap tr > th:first-child,
#GridRowDocAttach .doc-attachments-tab .k-grid-header-wrap tr > th:first-child,
#GridRowNotes .doc-attachments-tab .k-grid-header-wrap tr > th:first-child,
#Notes .doc-attachments-tab .k-grid-header-wrap tr > th:first-child {
  display: none;
}
#DocAttach .doc-attachments-tab .k-grid-content-locked tr > td:not(:nth-child(3)),
#GridRowDocAttach .doc-attachments-tab .k-grid-content-locked tr > td:not(:nth-child(3)),
#GridRowNotes .doc-attachments-tab .k-grid-content-locked tr > td:not(:nth-child(3)),
#Notes .doc-attachments-tab .k-grid-content-locked tr > td:not(:nth-child(3)),
#DocAttach .doc-attachments-tab .k-grid-header-locked tr > th:not(:nth-child(3)),
#GridRowDocAttach .doc-attachments-tab .k-grid-header-locked tr > th:not(:nth-child(3)),
#GridRowNotes .doc-attachments-tab .k-grid-header-locked tr > th:not(:nth-child(3)),
#Notes .doc-attachments-tab .k-grid-header-locked tr > th:not(:nth-child(3)) {
  display: none;
}
#DocAttach .k-widget .k-dropzone,
#GridRowDocAttach .k-widget .k-dropzone,
#GridRowNotes .k-widget .k-dropzone,
#Notes .k-widget .k-dropzone {
  padding: 0;
}
#DocAttach .k-widget .k-upload-button,
#GridRowDocAttach .k-widget .k-upload-button,
#GridRowNotes .k-widget .k-upload-button,
#Notes .k-widget .k-upload-button {
  /*width: 40px;
		height: 40px;*/
  background-color: #5aabf7 !important;
}
#DocAttach .docmgmt-btns .k-upload-button,
#GridRowDocAttach .docmgmt-btns .k-upload-button,
#GridRowNotes .docmgmt-btns .k-upload-button,
#Notes .docmgmt-btns .k-upload-button {
  height: auto;
}
#DocAttach .notes-buttons,
#GridRowDocAttach .notes-buttons,
#GridRowNotes .notes-buttons,
#Notes .notes-buttons {
  float: right;
  width: 40px;
  height: 15px;
  margin-top: 7px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #d3dce0;
}
#DocAttach .k-listview,
#GridRowDocAttach .k-listview,
#GridRowNotes .k-listview,
#Notes .k-listview {
  min-width: 100%;
  min-height: 300px;
  padding: 0;
  border: 0;
}
#DocAttach .da-product-view dl:after,
#GridRowDocAttach .da-product-view dl:after,
#GridRowNotes .da-product-view dl:after,
#Notes .da-product-view dl:after,
#DocAttach .k-listview:after,
#GridRowDocAttach .k-listview:after,
#GridRowNotes .k-listview:after,
#Notes .k-listview:after {
  display: block;
  height: 0;
  clear: both;
}
#DocAttach .lv-product-view,
#GridRowDocAttach .lv-product-view,
#GridRowNotes .lv-product-view,
#Notes .lv-product-view {
  position: relative;
  float: left;
  width: 99.8%;
}
#DocAttach .lv-edit-buttons,
#GridRowDocAttach .lv-edit-buttons,
#GridRowNotes .lv-edit-buttons,
#Notes .lv-edit-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}
#DocAttach .lv-edit-buttons .k-button,
#GridRowDocAttach .lv-edit-buttons .k-button,
#GridRowNotes .lv-edit-buttons .k-button,
#Notes .lv-edit-buttons .k-button {
  width: 100px;
  margin-bottom: 1px;
}
#DocAttach .lv-product-view dd,
#GridRowDocAttach .lv-product-view dd,
#GridRowNotes .lv-product-view dd,
#Notes .lv-product-view dd {
  float: left;
  width: 450px;
  margin: 0;
}
#DocAttach .lv-product-view dl,
#GridRowDocAttach .lv-product-view dl,
#GridRowNotes .lv-product-view dl,
#Notes .lv-product-view dl {
  float: left;
  min-width: 0;
  padding: 0;
  margin: 10px 0;
}
#DocAttach .lv-product-view dt,
#GridRowDocAttach .lv-product-view dt,
#GridRowNotes .lv-product-view dt,
#Notes .lv-product-view dt {
  float: left;
  width: 200px;
  margin-right: 1em;
  clear: left;
  text-align: right;
  opacity: 0.6;
}
#DocAttach .accordiontext:after,
#GridRowDocAttach .accordiontext:after,
#GridRowNotes .accordiontext:after,
#Notes .accordiontext:after,
#DocAttach .accordiontext:before,
#GridRowDocAttach .accordiontext:before,
#GridRowNotes .accordiontext:before,
#Notes .accordiontext:before {
  color: #0072ce;
}
#DocAttach .accordiontext:hover:after,
#GridRowDocAttach .accordiontext:hover:after,
#GridRowNotes .accordiontext:hover:after,
#Notes .accordiontext:hover:after,
#DocAttach .accordiontext:hover:before,
#GridRowDocAttach .accordiontext:hover:before,
#GridRowNotes .accordiontext:hover:before,
#Notes .accordiontext:hover:before {
  text-decoration: underline;
  color: #0072ce;
}
#DocAttach .panel-body,
#GridRowDocAttach .panel-body,
#GridRowNotes .panel-body,
#Notes .panel-body {
  padding: 0!important;
}
#DocAttach .notesPin.undock i.q-content_pin,
#GridRowDocAttach .notesPin.undock i.q-content_pin,
#GridRowNotes .notesPin.undock i.q-content_pin,
#Notes .notesPin.undock i.q-content_pin {
  background-position: -483px -160px !important;
}
#DocAttach .detailscolumn,
#GridRowDocAttach .detailscolumn,
#GridRowNotes .detailscolumn,
#Notes .detailscolumn {
  width: calc(100% - 100px);
  line-height: 1.6em!important;
  display: block!important;
}
#DocAttach .actionscolumn,
#GridRowDocAttach .actionscolumn,
#GridRowNotes .actionscolumn,
#Notes .actionscolumn {
  width: 100px;
}
#DocAttach .supportingdetails,
#GridRowDocAttach .supportingdetails,
#GridRowNotes .supportingdetails,
#Notes .supportingdetails {
  display: block;
  min-width: 160px!important;
  margin: 10px 0 0;
}
#DocAttach .supportingdetails .spacer,
#GridRowDocAttach .supportingdetails .spacer,
#GridRowNotes .supportingdetails .spacer,
#Notes .supportingdetails .spacer {
  margin-right: 32px;
}
@media (max-width: 767px) {
  #DocAttach .supportingdetails .spacer,
  #GridRowDocAttach .supportingdetails .spacer,
  #GridRowNotes .supportingdetails .spacer,
  #Notes .supportingdetails .spacer {
    display: block;
  }
}
#DocAttach .details,
#GridRowDocAttach .details,
#GridRowNotes .details,
#Notes .details {
  margin: 10px 0;
}
#DocAttach .k-grid.k-widget,
#GridRowDocAttach .k-grid.k-widget,
#GridRowNotes .k-grid.k-widget,
#Notes .k-grid.k-widget {
  border-color: transparent!important;
}
#DocAttach .k-grid-content,
#GridRowDocAttach .k-grid-content,
#GridRowNotes .k-grid-content,
#Notes .k-grid-content {
  overflow: auto!important;
}
#DocAttach .k-grid-header,
#GridRowDocAttach .k-grid-header,
#GridRowNotes .k-grid-header,
#Notes .k-grid-header {
  display: none;
}
#DocAttach .k-grid tr,
#GridRowDocAttach .k-grid tr,
#GridRowNotes .k-grid tr,
#Notes .k-grid tr {
  background: #ffffff;
}
#DocAttach .k-grid tr.k-alt,
#GridRowDocAttach .k-grid tr.k-alt,
#GridRowNotes .k-grid tr.k-alt,
#Notes .k-grid tr.k-alt {
  background: #eeeeee;
}
#DocAttach tr.k-state-selected,
#GridRowDocAttach tr.k-state-selected,
#GridRowNotes tr.k-state-selected,
#Notes tr.k-state-selected {
  background: #efefef !important;
}
.zeroheight {
  margin: 0;
  padding: 0 32px;
  height: 0!important;
}
.k-mobile #DocAttach .detailscolumn,
.k-mobile #GridRowDocAttach .detailscolumn,
.k-mobile #GridRowNotes .detailscolumn,
.k-mobile #Notes .detailscolumn {
  width: 100%;
}
.k-mobile #DocAttach .fullwindowmode,
.k-mobile #Notes .fullwindowmode {
  display: none;
}
.k-mobile #DocAttach h3,
.k-mobile #Notes h3 {
  padding-top: 16px;
}
.k-mobile div#noteArea3 {
  position: absolute;
  margin-top: -40px;
  right: -20px;
}
.k-mobile .notesblock1 {
  margin-top: 12px;
}
.fixednote {
  position: relative;
}
.fixednote .notesPin {
  float: right;
  margin-top: 24px;
}
.fixednote .k-filename {
  max-width: calc(100% - 56px);
}
.fixednote .docClose,
.fixednote .notesClose {
  float: right;
  margin-top: 24px;
  margin-left: 12px;
}
.fixednote .smalltextarea table.k-editor {
  height: 100px;
}
.fixednote .smalltextarea table.k-editor td.k-editable-area {
  height: 60px!important;
}
.fixednote table.k-editor {
  height: 100px;
}
.fixednote table.k-editor td.k-editable-area {
  height: 140px;
}
.disabledicon {
  opacity: 0.27 !important;
  filter: alpha(opacity=27) !important;
  cursor: default!important;
}
.disabledicon:hover {
  opacity: 0.27 !important;
  filter: alpha(opacity=27) !important;
}
.floatnote {
  background: #ffffff;
  bottom: -10px;
  right: -2px;
  position: fixed;
  z-index: 1001;
  width: 800px;
  padding: 0 12px 8px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.26);
}
.floatnote .k-overflow-tools {
  right: 44px;
}
.floatnote .k-editor-toolbar-wrap {
  height: 64px;
  overflow: hidden;
  display: block;
}
.floatnote .notesblock1,
.floatnote .notesblock2 {
  display: inline-block;
}
.floatnote .notesblock1 {
  width: 240px;
  margin-left: 6px;
}
.floatnote .notesblock2 {
  width: 540px;
  margin-left: 12px;
  height: 144px;
}
.floatnote .notesPin {
  position: absolute;
  top: -126px;
  right: -500px;
  z-index: 100;
}
.floatnote .docClose,
.floatnote .notesClose {
  position: absolute;
  top: -126px;
  right: -530px;
  z-index: 100;
}
.floatnote table.k-editor {
  height: 30px;
}
.floatnote table.k-editor td.k-editable-area {
  height: 48px;
}
.k-editor.k-header {
  background: transparent;
}
table.k-editor {
  border: 0;
}
.k-overflow-container .k-tool.k-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
.k-overflow-container .k-tool.k-button:hover {
  border: 0;
  background-color: #ccc !important;
  box-shadow: none !important;
  border-radius: 0;
}
.k-overflow-container .k-tool.k-button .k-tool-text {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 300;
}
.docClose,
.notesClose,
.notesPin {
  display: block;
  cursor: pointer;
  opacity: 0.54;
}
.docClose:hover,
.notesClose:hover,
.notesPin:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .notesPin {
    display: none;
  }
}
.freefloat {
  position: absolute;
  right: 24px;
  top: -12px;
}
.fixednote .k-upload-files {
  line-height: 1.5;
}
.fixednote .k-upload-status {
  top: 6px;
  right: 62px;
}
.fixednote ul.k-upload-files.k-reset {
  overflow-y: scroll;
  height: 400px;
}
.fixednote li.k-file .file-wrapper {
  margin-top: 12px;
}
.fixednote li.k-file .file-wrapper .k-upload-action {
  position: absolute;
  top: 0;
  right: 0;
}
.fixednote .file-heading {
  display: inline-block;
}
.fixednote li.k-file div.file-wrapper {
  position: relative;
  height: 35px;
}
.fixednote .filetype {
  display: inline-block;
  margin-right: 12px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.prominentlink {
  color: #047bc1;
}
.prominentlink:hover {
  text-decoration: underline;
}
.attachFile {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.attachFile input.attach {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.filedisplay {
  width: auto;
  border: 0;
  margin-top: 14px;
  width: calc(100% - 150px);
  background: transparent;
}
.q-hiddenupload {
  display: inline-block;
  width: 18px;
  min-width: 18px!important;
}
.q-hiddenupload .k-upload-button {
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 18px;
  height: 18px;
}
.q-hiddenupload .k-upload-button:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.q-hiddenupload .k-widget {
  display: none;
}
.fullworkspace {
  position: fixed!important;
  padding-top: 50px!important;
  z-index: 9;
  width: 100%;
  height: 100%!important;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.fullworkspace .k-content {
  padding: 0 0 0 5px!important;
}
.fullworkspace .gridholder .dropdown-menu .dropdown-submenu .dropdown-menu {
  max-height: 180px;
  overflow-y: auto;
}
.fullworkspace .formholder h1,
.fullworkspace .gridholder h1,
.fullworkspace .formholder h2,
.fullworkspace .gridholder h2,
.fullworkspace .formholder h3,
.fullworkspace .gridholder h3,
.fullworkspace .formholder h4,
.fullworkspace .gridholder h4,
.fullworkspace .formholder h5,
.fullworkspace .gridholder h5 {
  margin-top: 0!important;
  margin-left: 0px!important;
}
.content.formholder {
  padding: 0 32px 16px;
}
.k-ie #workspace .fullworkspacemode,
.k-ie .expandable .fullworkspacemode {
  right: 22px!important;
}
#workspace,
.expandable {
  position: relative;
  padding-bottom: 32px!important;
}
#workspace .fullworkspacemode,
.expandable .fullworkspacemode {
  position: absolute;
  right: 18px;
  bottom: 14px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
@media (max-width: 991px) {
  #workspace .fullworkspacemode,
  .expandable .fullworkspacemode {
    display: none!important;
  }
}
#workspace .fullworkspacemode:hover,
.expandable .fullworkspacemode:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  cursor: pointer;
}
.actionfix {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  z-index: 10;
  padding-left: 40px;
}
.actionfix .container {
  width: 98%!important;
}
#workspace *,
.expandable * {
  box-sizing: border-box !important;
}
.q-tab-panel .fullworkspace {
  height: calc(100% - 50px) !important;
}
.q-tab-panel #workspace,
.q-tab-panel .expandable {
  padding-bottom: 0!important;
}
.q-tab-panel .fullworkspace .gridholder {
  margin-left: 0!important;
  margin-right: 0!important;
}
.btn-group.dropdown {
  cursor: pointer;
}
.group {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #666;
}
.group,
.groupcontrols,
.groupcontrols2 {
  overflow: visible!important;
}
.group-conditions {
  margin: 8px 8px 8px 24px;
  border: 1px solid #ccc;
}
.alert-group {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #c09853;
  border-color: #fbeed5;
  border-color: #dcc896;
}
.condition {
  min-height: 60px;
  padding: 8px;
  position: relative;
}
.condition .andor,
.group .andor,
.querygroup .andor {
  display: inline-block;
  width: 80px;
}
.condition .querybuttons,
.group .querybuttons,
.querygroup .querybuttons {
  background: transparent!important;
  border: 0!important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.condition .querybuttons:hover,
.group .querybuttons:hover,
.querygroup .querybuttons:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.querystring {
  margin-bottom: 16px;
}
.querygroup {
  margin: 16px 0 12px 8px;
  border: 1px solid #ccc;
  padding: 8px;
  position: relative;
}
.querygroup .k-checkarea {
  margin-top: 8px!important;
}
.querygroup .conditioncontrols,
.querygroup .groupcontrols,
.querygroup .groupcontrols2,
.querygroup .operatorcontrols {
  display: inline-block;
  padding-right: 12px;
  padding-left: 6px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
  width: auto;
  min-width: 100px;
}
.querygroup .conditioncontrols .q-form-control-wrapper,
.querygroup .groupcontrols .q-form-control-wrapper,
.querygroup .groupcontrols2 .q-form-control-wrapper,
.querygroup .operatorcontrols .q-form-control-wrapper {
  min-height: inherit!important;
}
.querygroup .conditioncontrols .infolabel,
.querygroup .groupcontrols .infolabel,
.querygroup .groupcontrols2 .infolabel,
.querygroup .operatorcontrols .infolabel {
  margin-top: 0;
}
.querygroup .groupcontrols2 {
  padding-top: 6px;
  float: right;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 8px;
}
.querygroup .conditioncontrols,
.querygroup .operatorcontrols {
  border: 1px solid #ccc;
}
.queryholder,
.queryholdersmall {
  display: inline-block;
  margin-right: 16px;
}
.queryholder {
  width: 110px;
}
.queryholdersmall {
  width: 60px;
}
.toolbar {
  width: 100%;
  margin-bottom: 12px;
  text-align: right;
}
.toolbar button span {
  vertical-align: middle;
}
.toolbar a {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.toolbar a:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.card {
  width: 45%;
  float: left;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  padding: 16px;
}
.card .actionarea {
  width: 100px;
  position: absolute;
  right: -40px;
  margin-top: 8px;
  display: inline-block;
}
.card .actionarea a {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card .actionarea a:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.card .actionarea a span {
  margin-right: 12px;
}
.card h2 {
  width: calc(100% - 100px);
  margin-right: 0;
  margin-top: 0;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.addressaccordion {
  float: right;
  display: block;
  margin: 8px 16px 0 0 !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.addressaccordion:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  cursor: pointer;
}
.toolbar {
  margin-right: 16px;
}
.toolbar button {
  background: transparent;
  border: 0;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.toolbar button:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.toolbar button:disabled {
  opacity: 0.27;
  filter: alpha(opacity=27);
  cursor: default !important;
}
.card,
.detailscard {
  min-height: 60px;
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  padding: 8px;
}
.card .btn,
.detailscard .btn,
.card .cardbtn,
.detailscard .cardbtn {
  cursor: pointer;
}
.card:hover,
.detailscard:hover {
  background: #fafafa;
}
.card:hover .actionarea,
.detailscard:hover .actionarea,
.card:hover .cardbtn,
.detailscard:hover .cardbtn {
  display: inline-block !important;
}
@media (max-width: 480px) {
  .card .dtlbtn,
  .detailscard .dtlbtn {
    margin-right: 12px;
  }
}
.card .status-indicator,
.detailscard .status-indicator {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  opacity: 0.54;
  filter: alpha(opacity=54);
  font-size: 12px;
  line-height: 8px;
}
.card .dtlbtn,
.detailscard .dtlbtn {
  padding-right: 0!important;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.card .dtlbtn:before,
.detailscard .dtlbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3F3F3;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.card .dtlbtn:active:before,
.detailscard .dtlbtn:active:before,
.card .dtlbtn:hover:before,
.detailscard .dtlbtn:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.card .dtlbtn:focus:before,
.detailscard .dtlbtn:focus:before {
  background: #eeeeee;
}
.card .actionarea,
.detailscard .actionarea,
.card .cardbtn,
.detailscard .cardbtn {
  opacity: 0.54;
  filter: alpha(opacity=54);
  margin-top: 12px;
  margin-bottom: 12px;
  float: right;
  display: none!important;
  margin-left: 24px;
}
.card .actionarea:hover,
.detailscard .actionarea:hover,
.card .cardbtn:hover,
.detailscard .cardbtn:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
@media (max-width: 767px) {
  .card .actionarea,
  .detailscard .actionarea,
  .card .cardbtn,
  .detailscard .cardbtn {
    margin-left: 8px;
    display: inline-block !important;
  }
}
#statusmessage,
#statusmessage2,
#statusmessage3,
#statusmessage4,
#statusmessage5,
#statusmessage6,
.statusmessage {
  display: none;
  float: left;
}
#statusmessage a,
#statusmessage2 a,
#statusmessage3 a,
#statusmessage4 a,
#statusmessage5 a,
#statusmessage6 a,
.statusmessage a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
@media (max-width: 640px) {
  #statusmessage,
  #statusmessage2,
  #statusmessage3,
  #statusmessage4,
  #statusmessage5,
  #statusmessage6,
  .statusmessage {
    float: none!important;
    margin: 12px auto 18px;
    text-align: center;
  }
}
.card_added .status-indicator,
.card_deleted .status-indicator,
.card_modified .status-indicator {
  width: 10px;
  height: 10px;
  text-indent: 14px;
}
.card_added .status-indicator {
  background-position: -571px -180px !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_edit .status-indicator,
.card_modified .status-indicator {
  background-position: -264px -562px !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_deleted {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_deleted .status-indicator {
  background-position: -286px -546px !important;
}
.card_deleted .accordion,
.card_deleted .actionarea,
.card_deleted .cardbtn {
  display: none!important;
}
.card_deleted:hover {
  background: transparent!important;
}
.card_deleted:hover .accordion,
.card_deleted:hover .actionarea,
.card_deleted:hover .cardbtn {
  display: none!important;
}
.card_error {
  border: 1px solid #da4b37;
}
.card_error h2 {
  color: #da4b37;
}
.card_error h2:after {
  content: "";
  position: absolute;
  background-position: -483px -280px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.addresscard .actionarea,
.contactcard .actionarea {
  width: auto;
  z-index: 10;
  display: block;
  text-align: right;
  right: 24px;
  margin-left: 0!important;
}
.addresscard .actionarea a,
.contactcard .actionarea a {
  margin-right: 12px;
}
.addresscard .actionarea a:last-of-type,
.contactcard .actionarea a:last-of-type {
  margin-right: 0;
}
.addresscard h2,
.contactcard h2 {
  margin-top: 12px;
  margin-left: 12px;
  line-height: 18px;
  width: 100%;
  white-space: normal;
}
.addresscard h3,
.contactcard h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.addresscard .btn-link.pull-right,
.contactcard .btn-link.pull-right,
.detailscard .btn-link.pull-right {
  border-color: transparent;
  background-color: transparent;
  margin-top: 6px;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 10px !important;
}
.addresscard {
  width: 100%;
}
.contactcard {
  width: 47%;
  margin-left: 3%;
}
@media (max-width: 640px) {
  .contactcard {
    width: 100%;
    margin: 10px;
  }
}
.contactcard .accordion {
  top: 20px!important;
}
.addressholder {
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
}
.addressholder .accordion {
  top: 2px;
}
.addressholder:hover {
  background: #fafafa;
}
.addressholder h2 {
  margin-top: 12px;
  margin-left: 12px;
  line-height: 18px;
  width: 100%;
  white-space: normal;
}
.addressholder h2.title {
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}
.addressholder p {
  padding-bottom: 16px;
}
.addressholder .card {
  background: #ffffff;
}
.cardholder .k-widget * {
  box-sizing: border-box !important;
}
.k-loading-image {
  background-size: 24px 24px;
}
.error-container {
  min-width: 280px;
  max-width: 460px;
  margin: 65px auto;
  background-color: #047bc1;
  background-image: -webkit-gradient(linear, left top, right top, from(#047bc1), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.error-container h1,
.error-container p {
  text-align: center;
  width: 100%;
}
.error-container p {
  margin-top: 20px;
}
.error-content {
  padding: 25px 25px 15px;
}
.logoerror {
  width: 100%;
}
.erroranim {
  width: 150px;
  height: 150px;
  margin: 30px auto 60px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.errorLogo {
  width: 143px;
  height: 27px;
  margin: 60px 0 10px auto;
}
@media (max-width: 767px) {
  .error-content {
    padding: 25px 25px 15px 25px;
  }
  .errorLogo {
    width: 200px;
    height: 45px;
    margin: 42px auto 40px;
  }
}
.k-ie .multi-step-material .k-checkbox-label:after,
.k-edge .multi-step-material .k-checkbox-label:after,
.k-ie .multi-step-material .k-checkbox-label:before,
.k-edge .multi-step-material .k-checkbox-label:before {
  margin-top: -14px !important;
}
.clear-status {
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin: 12px 18px;
  position: absolute;
  display: inline-block;
  opacity: 0.54;
}
.clear-status:hover {
  opacity: 0.87;
}
.instanceenvironment {
  padding: 0 18px;
}
span.running {
  opacity: 1;
  color: #047bc1;
}
.packagestatus {
  margin: 0;
  text-align: left;
  padding: 0 0 0 18px;
  list-style-type: none;
  font-size: 12px;
}
.packagestatus.installed {
  margin-top: 18px;
}
.packagestatus .installstatus span.success,
.packagestatus .instancesstatus span.success {
  color: #4caf50;
}
.packagestatus .installstatus span.warnings,
.packagestatus .instancesstatus span.warnings {
  color: #f0ad4e;
}
.packagestatus .installstatus span.errors,
.packagestatus .instancesstatus span.errors {
  color: #da4b37;
}
.packagestatus .installstatus span.gray,
.packagestatus .instancesstatus span.gray {
  color: #9e9e9e;
}
.multi-step-material {
  margin: 0;
  padding: 0;
}
.multi-step-material > .row {
  margin: 0;
  height: 100%;
}
.multi-step-material .col-xs-24.col-sm-8 {
  padding: 0;
  height: 100%;
}
.multi-step-material .panewindow {
  height: 100%;
}
.multi-step-material .panewindow:not(.firstpane) {
  border-left: 1px solid #d5d5d5;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(2%, #ffffff));
  background: linear-gradient(to right, #e8e8e8 0%, #ffffff 2%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@white', GradientType=1);
}
.multi-step-material .panewindow.firstpane {
  background-color: #f6f6f6;
}
.multi-step-material .panewindow.firstpane .firstpaneheader,
.multi-step-material .panewindow.firstpane .packageactionarea {
  background-color: #ffffff;
}
.multi-step-material .panewindow.firstpane .packageactionarea {
  display: flex;
  align-items: center;
  padding: 0 15px 15px;
  flex-flow: row nowrap;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 992px) {
  .multi-step-material .panewindow.firstpane .packageactionarea {
    justify-content: left;
    padding-bottom: 0;
  }
}
.multi-step-material .panewindow.firstpane .packageactionarea .packageiconholder {
  display: flex;
  max-width: 8rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  margin-top: 1em;
}
.multi-step-material .panewindow.firstpane .packageactionarea .packageiconholder .packageaction {
  margin-top: 4px;
  font-size: 12px;
  line-height: 14px;
}
.multi-step-material .panewindow.firstpane .packageactionarea .packageiconholder:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #c5c5c5;
}
.multi-step-material .firstpanecontent {
  overflow-y: auto;
  background-color: #f6f6f6;
}
.multi-step-material .firstpanecontent .packagelist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.multi-step-material .firstpanecontent .packagelist .k-checkarea {
  margin-bottom: 0;
}
.multi-step-material .firstpanecontent li.packagesummary {
  width: 100%;
  height: 30px;
  display: block;
  padding-left: 12px;
}
.multi-step-material .firstpanecontent li.packagesummary h3 {
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  width: calc(100% - 16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-step-material .firstpanecontent li.packagesummary:nth-child(odd) {
  background-color: #e8e8e8;
}
.multi-step-material .firstpanecontent li.packagesummary:not(.activepackage):hover {
  cursor: pointer;
  background: #ededed;
}
.multi-step-material .firstpanecontent li.packagesummary .k-checkarea {
  width: 22px;
  height: 30px;
  overflow: hidden;
  margin-top: 1px !important;
}
.multi-step-material .firstpanecontent li.packagesummary .k-checkbox-label {
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
}
.multi-step-material .firstpanecontent li.packagesummary .k-checkbox-label:after,
.multi-step-material .firstpanecontent li.packagesummary .k-checkbox-label:before {
  margin-top: 6px;
}
.multi-step-material .firstpanecontent li.packagesummary.activepackage {
  background-color: #047bc1;
}
.multi-step-material .firstpanecontent li.packagesummary.activepackage h3 {
  color: #ffffff;
}
.multi-step-material .firstpanecontent li.packagesummary .emptylabel {
  display: block;
  width: 1px;
  height: 30px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus {
  float: right;
  height: 30px;
  width: 12rem;
  padding-top: 4px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus > span {
  margin-right: 10px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .sprite {
  width: 18px;
  height: 18px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus:after {
  border-top: none !important;
  border-left: none !important;
  content: '';
  border: 2px solid transparent;
  display: block;
  position: relative;
  margin-top: -20px;
  margin-left: 75px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.54);
  border-width: 4px !important;
  width: 12px !important;
  height: 12px !important;
}
.multi-step-material .firstpanecontent li.packagesummary.activepackage .summarystatus:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.multi-step-material .firstpanecontent li.packagesummary.activepackage .summarystatus .updateicon {
  opacity: 0.5;
  background-position: -400px -478px;
}
.multi-step-material .firstpanecontent li.packagesummary.activepackage .summarystatus .updateicon.updateavailable {
  opacity: 1;
  background-position: -400px -478px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusicon {
  opacity: 0.27;
  filter: alpha(opacity=27);
  background-position: -100px -438px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusicon.statusinstalled,
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusicon.statuserror {
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusicon.statusinstalled {
  background-position: -20px -478px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusicon.statuserror {
  background-position: -40px -478px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator {
  border: 0;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #9e9e9e;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator::after {
  top: 4px;
  left: 4px;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator + .tooltip .tooltip-inner {
  padding: 10px;
  max-width: none;
  white-space: nowrap;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator + .tooltip .tooltip-inner .packagestatus {
  padding: 0;
  font-size: 12px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.uninstalled {
  background-color: #9e9e9e;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.installed {
  background-color: #4caf50;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.warning {
  background-color: #f0ad4e;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.error {
  background-color: #da4b37;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.instances-unequal::after {
  background: #9e9e9e;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.instances-equal::after {
  background: #4caf50;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.instances-differ-from-master::after {
  background: url(/MID_ESUITE_PROD/Content/30_Quorum/images/packagemanager_status.gif) center no-repeat;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.instances-warnings::after {
  background: #f0ad4e;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .statusindicator.instances-errors::after {
  background: #da4b37;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .updateicon {
  opacity: 0.27;
  background-position: -463px 0px;
}
.multi-step-material .firstpanecontent li.packagesummary .summarystatus .updateicon.updateavailable {
  opacity: 0.87;
  background-position: -463px 0px;
}
.multi-step-material .firstpanelog {
  margin: 0;
  background-color: white;
  border-top: 1px solid #c5c5c5;
  text-align: center;
  padding: 4px 5px 5px 5px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firstpaneheader {
  height: 48px;
  padding: 8px 0 0 12px;
}
.firstpaneheader h2 {
  margin-top: 0 !important;
  width: calc(100% - 120px);
  display: inline-block;
}
.firstpanefilter {
  padding: 0 15px;
}
.firstpanefilter .searchfilter {
  margin-top: 4px;
}
.firstpaneactionblock {
  padding-top: 4px;
  width: 28px;
  display: inline-block;
}
.firstpaneactionblock button {
  border: 0;
  background: transparent;
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 28px;
  display: inline-block;
}
.firstpaneactionblock button:hover {
  opacity: 0.87;
}
.secondpane {
  height: 100%;
  overflow-y: auto;
}
.secondpane .packagetitle {
  padding: 12px 12px 0 18px;
  font-size: 14px;
  color: #000000;
  opacity: 0.87;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  overflow: hidden;
  max-height: 33px;
  width: calc(100% - 72px);
  display: inline-block;
}
.secondpane .packageversion {
  width: 64px;
  font-size: 12px;
  height: 33px;
  color: #000000;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
  padding: 12px 12px 0 0;
}
.secondpane .haserrors {
  color: #da4b37 !important;
  opacity: 1;
}
.secondpane .packagedescription {
  padding: 4px 12px 0 18px;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  height: 55px;
  max-height: 55px;
}
.secondpane .packagemanifestlink {
  padding: 0 12px 12px 18px;
  height: 28px;
  max-height: 28px;
}
.secondpane .packagemanifestlink a {
  float: right;
  font-size: 12px;
}
.secondpane .packageactionarea {
  height: 52px;
  max-height: 52px;
}
.secondpane .packagecontentlist {
  margin-top: 7px;
  overflow-y: auto;
  height: calc(100% - 219px);
}
.secondpane .packagecontentlist .packageoptionlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.secondpane .packagecontentlist li.packageoption {
  width: 100%;
  height: 30px;
  display: block;
  padding-left: 18px;
}
.secondpane .packagecontentlist li.packageoption.optiondisabled {
  opacity: 0.27;
}
.secondpane .packagecontentlist li.packageoption.optiondisabled:hover {
  cursor: default !important;
}
.secondpane .packagecontentlist li.packageoption h3 {
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.secondpane .packagecontentlist li.packageoption:nth-child(odd):not(.activeoption) {
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(12%, #f0f0f0));
  background: linear-gradient(to right, #e8e8e8 0%, #f0f0f0 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@gridhighlight', GradientType=1);
}
.secondpane .packagecontentlist li.packageoption:not(.activeoption):hover {
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(12%, #ededed));
  background: linear-gradient(to right, #e8e8e8 0%, #ededed 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@lightergray', GradientType=1);
}
.secondpane .packagecontentlist li.packageoption.activeoption {
  background-color: #047bc1 !important;
}
.secondpane .packagecontentlist li.packageoption.activeoption h3 {
  color: #ffffff !important;
}
.secondpane .packagecontentlist li.packageoption.needsconfiguration h3 {
  color: #da4b37;
  opacity: 1;
}
.secondpane .packagecontentlist li.packageoption.activeoption.needsconfiguration {
  background-color: #da4b37 !important;
}
.secondpane .packagecontentlist li.packageoption h3:after {
  border-top: none !important;
  border-left: none !important;
  content: '';
  border: 2px solid transparent;
  display: block;
  position: absolute;
  margin-top: -17px;
  right: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.54);
  border-width: 4px !important;
  width: 12px !important;
  height: 12px !important;
}
.secondpane .packagecontentlist li.packageoption.activeoption h3:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.secondpane .packageactionarea {
  width: 100%;
  padding: 8px 12px;
  text-align: center;
}
.secondpane .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.secondpane .packageiconholder .packageicon {
  width: 18px;
  opacity: 0.87;
  margin: 0 auto;
  display: block;
}
.secondpane .packageiconholder .packageaction {
  width: 100%;
  opacity: 0.87;
  display: block;
  font-size: 12px;
  text-transform: lowercase;
}
.secondpane .packageiconholder:hover .packageicon {
  opacity: 1;
}
.secondpane .packageiconholder:hover .packageaction {
  opacity: 1;
}
.thirdpane > div {
  height: 100%;
  overflow-y: auto;
}
.thirdpane .haserrors {
  color: #da4b37 !important;
  opacity: 1;
}
.thirdpane .thirdpaneheader {
  height: 48px;
  padding: 8px 0 0 12px;
}
.thirdpane .thirdpaneheader h2 {
  margin-top: 0 !important;
  width: calc(100% - 42px);
  display: inline-block;
}
.thirdpane .thirdpaneactionblock {
  padding-top: 4px;
  width: 28px;
  display: inline-block;
}
.thirdpane .thirdpaneactionblock button {
  border: 0;
  background: transparent;
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 28px;
  display: inline-block;
}
.thirdpane .thirdpaneactionblock button:hover {
  opacity: 0.87;
}
.thirdpane .packagelink {
  padding: 0 12px 12px 18px;
  height: 28px;
  max-height: 28px;
}
.thirdpane .packagelink a {
  float: right;
  font-size: 12px;
}
.thirdpane .packagedetailsheader {
  width: 100%;
  opacity: 0.87;
  color: #000000;
  font-size: 15px;
  padding: 12px 18px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.thirdpane .packagedetailsintro {
  width: 100%;
  opacity: 0.87;
  color: #000000;
  font-size: 12px;
  padding: 0 18px 12px 18px;
}
.thirdpane .packageactionarea {
  width: 100%;
  height: 52px;
  max-height: 52px;
  padding: 8px 12px;
  text-align: center;
}
.thirdpane .packageactionarea .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.thirdpane .packageactionarea .packageicon {
  display: block;
  width: 18px;
  margin: 0 auto;
  opacity: 0.87;
}
.thirdpane .packageactionarea .packageaction {
  width: 100%;
  opacity: 0.87;
  color: #000000;
  display: block;
  font-size: 12px;
  text-transform: lowercase;
}
.thirdpane .packageEnvTitle {
  font-size: 15px;
  font-weight: bold;
  padding-left: 32px;
  padding-bottom: 12px;
}
.thirdpane .packageEnvTitle + .packagedetailslist {
  margin-top: 0;
}
.thirdpane .packageEnvTitle + .packagedetailslist li:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.thirdpane .packagedetailslist + .packageEnvTitle {
  margin-top: 24px;
}
.thirdpane .packagedetailslistitem:first-child:before {
  content: '';
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 12px;
}
.thirdpane .packagedetailslistitem:first-child {
  padding-top: 0 !important;
  border: 0 !important;
}
.thirdpane .packagedetailslistitem:last-child:after {
  content: '';
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 12px;
}
.thirdpane .packagedetailslistitem:last-child {
  padding-bottom: 0 !important;
  border: 0 !important;
}
.thirdpane .packagedetailslist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thirdpane .packagedetailslist li.packagedetailslistitem {
  padding: 12px 12px 12px 32px;
  width: 100%;
  list-style: none;
}
.thirdpane .packagedetailslist li.packagedetailslistitem:nth-child(odd) {
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(12%, #f0f0f0));
  background: linear-gradient(to right, #e8e8e8 0%, #f0f0f0 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@gridhighlight', GradientType=1);
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder {
  width: 75%;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull {
  width: 100%;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull {
  display: inline-block;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageTitle,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageTitle {
  padding: 0 6px 0 0;
  font-size: 14px;
  color: #000000;
  opacity: 0.87;
  width: 100%;
  display: block;
  word-break: break-all;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBriefTruncated,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBriefTruncated {
  max-height: 124px;
  word-break: break-all;
  overflow: hidden;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBrief,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBrief,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBriefTruncated,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBriefTruncated {
  padding: 4px 6px 0 0;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  width: 100%;
  display: block;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageversion,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageversion {
  font-size: 12px;
  padding: 0 0 4px 0;
  color: #000000;
  white-space: nowrap;
  display: block;
  text-align: left;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemanifestlink,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemanifestlink {
  padding: 6px 0 0 0;
  height: 28px;
  max-height: 28px;
  float: right;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemanifestlink a,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemanifestlink a {
  font-size: 12px;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageModTitle,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageModTitle {
  width: 15%;
  float: left;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageModHost,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageModHost {
  width: calc(85% - 80px);
  display: inline-block;
  word-break: break-all;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemoduleversion,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemoduleversion {
  width: 64px;
  float: right;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .installedWithErrors,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .installedWithErrors {
  color: #da4b37;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .installed,
.thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .installed {
  color: #4caf50;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion {
  width: 22%;
  text-align: center;
  float: right;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .needsconfiguration span {
  color: #da4b37;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion p {
  font-size: 13px;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageicon {
  display: block;
  width: 18px;
  margin: 0 auto;
  opacity: 0.87;
}
.thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageaction {
  display: block;
  width: 100%;
  text-transform: lowercase;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
}
.secondpane .calltoactionmessage,
.thirdpane .calltoactionmessage {
  opacity: 0.27;
  font-size: 12px;
  color: #000000;
  width: 100%;
  text-align: center;
}
/* Versioning */
.multi-step-material {
  min-height: calc(100vh - 12rem);
  height: calc(100vh - 12rem);
}
.firstpanecontent {
  height: calc(100vh - 208px);
}
.filterActive .firstpanecontent {
  height: calc(100vh - 273px);
}
.versiontwo .firstpanecontent {
  height: calc(100% - 154px);
}
.versiontwo .filterActive .firstpanecontent {
  height: calc(100% - 219px);
}
.mypersona:after {
  display: inline-block;
  content: "my";
  float: left;
  font-size: 10px;
  width: 14px;
  height: 20px;
  top: -6px;
  left: 0;
  position: relative;
}
.k-treelist .k-state-selected,
.k-treelist .k-state-selected td,
.k-treelist .k-alt.k-state-selected,
.k-treelist .k-alt.k-state-selected > td {
  background-color: #d9d9d9 !important;
}
.treelist {
  margin-bottom: 4px;
}
.treelist .k-icon.k-i-none {
  width: 14px;
  height: 14px;
}
.treelist .k-i-expand {
  background-position: -480px -530px !important;
  width: 14px !important;
  height: 14px !important;
}
.treelist .k-i-collapse {
  background-position: -448px -530px !important;
  width: 14px !important;
  height: 14px !important;
}
.treelist .k-i-expand:hover,
.treelist .k-i-collapse:hover {
  cursor: pointer!important;
}
.proc-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  margin-left: 12px;
}
.proc-icon:before {
  content: "";
  margin: 4px 0 0 4px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.proc-step {
  border-radius: 10px;
}
.proc-cat-queued {
  background-color: #d5d5d5;
}
.proc-cat-queued:before {
  background-position: -571px -396px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.proc-cat-processing {
  background-color: #d5d5d5;
}
.proc-cat-processing:before {
  background-position: -571px 0px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.proc-cat-completed {
  background-color: #a5d6a7;
}
.proc-cat-suspended {
  background-color: #da4b37;
}
.proc-cat-suspended:before {
  background-position: -84px -562px;
}
.proc-i-UNK {
  background-color: #f0ad4e;
  color: white;
  text-align: center;
}
.proc-i-UNK:before {
  background-position: -180px -562px;
}
.proc-i-CS {
  background-color: #4caf50;
}
.proc-i-CS:before {
  background-position: -96px -562px;
}
.proc-i-CW {
  background-color: #f0ad4e;
}
.proc-i-CW:before {
  background-position: -571px -420px;
}
.proc-i-CE,
.proc-i-CSE {
  background-color: #da4b37;
}
.proc-i-CE:before,
.proc-i-CSE:before {
  background-position: -48px -562px;
}
.errorlog h3 {
  margin-bottom: 6px!important;
  margin-top: 12px!important;
}
.errorlog h4 {
  margin-bottom: 12px!important;
  margin-top: 8px!important;
}
.errorlog p {
  overflow-wrap: break-word;
}
.errorlog li:nth-child(odd) {
  background: #fafafa;
  padding: 6px 12px;
}
.errorlog-noerrors {
  width: 100%;
  text-align: center;
  padding-top: 24px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.context-selector {
  min-height: 48px;
  width: 100%;
}
.context-selector:hover {
  background: #dee1e3;
}
.context-holder {
  display: flex;
  height: 100%;
}
.context-selector-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: auto;
}
.context-selector-content:hover {
  cursor: pointer;
}
.context-selector-edit {
  flex: 0;
  width: 90px;
  min-height: 48px;
}
.horizontal-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.edit-area {
  height: 24px;
}
.context-selector-content-block {
  display: flex;
  height: 24px;
  margin: 0 24px 4px 0;
  flex: 1;
}
.context-name,
.context-label,
.context-value {
  line-height: 24px;
  white-space: nowrap;
}
.context-name {
  font-weight: bold;
  padding-right: 12px;
  min-width: 64px;
}
.context-label {
  min-width: 100px;
  padding-right: 4px;
}
.context-value {
  min-width: 100px;
  padding-right: 4px;
}
.context-notset {
  color: #da4b37;
}
.context-value span {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.27);
}
.q-summary--content {
  margin: 0 12px 0 0;
}
.q-summary--section {
  margin: 12px 0 24px 0;
}
.q-summary--row:nth-of-type(even) {
  background: #ededed;
}
.q-summary--text {
  padding: 10px 0 4px;
}
.q-summary--heading {
  position: relative;
  overflow: hidden;
}
.q-summary--heading:after {
  display: inline-block;
  content: "";
  height: 1px;
  background: #eeeeee;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-left: 10px;
}
/* Set grid to autoheight to show all rows in summary */
.q-summary--grid-auto-height .k-grid-content {
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 10px;
}
.q-summary--grid-auto-height .k-grid,
.q-summary--grid-auto-height .k-grid-content,
.q-summary--grid-auto-height .k-grid-content-locked {
  height: auto!important;
}
/* No pagination */
.q-summary--grid-no-pager .k-pager-wrap {
  display: none;
}
.q-summary--grid-read-only .gridholder .data-field-static {
  cursor: default;
}
.iconholdertemp2 span.new:before {
  color: #ffffff !important;
}
.iconholdertemp span.new:before {
  color: #da4b37 !important;
}
span.new {
  display: inline-block;
}
span.new:before {
  content: 'NEW';
  font-size: 10px;
}
#notice-template {
  display: none;
}
.notices-wrapper--loading {
  bottom: -120px !important;
  transition: all 1s linear;
}
.notices-wrapper {
  position: fixed;
  bottom: 0;
  height: 90px;
  width: 100%;
  overflow: visible;
  z-index: 999;
  transition: height 0.5s ease;
  transition-delay: 0s;
}
.notices-wrapper.notice-simple .notices-left-col {
  display: none;
}
.notices-wrapper.notice-simple .notices-right-col {
  border-left: none;
  width: calc(100% - 40px);
}
.notices-wrapper--expanded {
  height: 40vh;
  transition: height 0.22s ease;
}
.notice-inner-wrapper {
  margin: 0;
}
.notice-overlay {
  width: 100%;
  height: 60px;
  background: rgba(0, 91, 153, 0);
  background: -moz-linear-gradient(top, rgba(0, 91, 153, 0) 0%, rgba(0, 91, 153, 0.09) 9%, rgba(0, 91, 153, 0.37) 37%, rgba(0, 91, 153, 0.61) 61%, #005b99 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 91, 153, 0)), color-stop(9%, rgba(0, 91, 153, 0.09)), color-stop(37%, rgba(0, 91, 153, 0.37)), color-stop(61%, rgba(0, 91, 153, 0.61)), color-stop(100%, #005b99));
  background: -webkit-linear-gradient(top, rgba(0, 91, 153, 0) 0%, rgba(0, 91, 153, 0.09) 9%, rgba(0, 91, 153, 0.37) 37%, rgba(0, 91, 153, 0.61) 61%, #005b99 100%);
  background: -o-linear-gradient(top, rgba(0, 91, 153, 0) 0%, rgba(0, 91, 153, 0.09) 9%, rgba(0, 91, 153, 0.37) 37%, rgba(0, 91, 153, 0.61) 61%, #005b99 100%);
  background: -ms-linear-gradient(top, rgba(0, 91, 153, 0) 0%, rgba(0, 91, 153, 0.09) 9%, rgba(0, 91, 153, 0.37) 37%, rgba(0, 91, 153, 0.61) 61%, #005b99 100%);
  background: linear-gradient(to bottom, rgba(0, 91, 153, 0) 0%, rgba(0, 91, 153, 0.09) 9%, rgba(0, 91, 153, 0.37) 37%, rgba(0, 91, 153, 0.61) 61%, #005b99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005b99', endColorstr='#005b99', GradientType=0);
  z-index: 1000;
  position: absolute;
  bottom: 0;
  transition: height 0.22s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.notices-wrapper--expanded .notice-overlay {
  height: 0;
  transition-delay: 0.2s;
  transition: height 0.44s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.notice {
  background-color: #005b99;
  border-top: 25px solid #005b99;
  position: absolute;
  width: 100%;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.22s linear;
}
.notices-wrapper--expanded .notice {
  top: 0;
  left: 0;
  transition-delay: 0;
  transition: all 0.05s linear;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.26);
  overflow: auto;
}
.notice p,
.notice h2,
.notice li,
.notice #message * {
  margin-top: 0;
  color: #fff;
}
.notices-left-col li {
  list-style-type: none;
}
.notices-left-col ul {
  padding: 0;
}
.notice h2 {
  font-size: 14px;
  margin-bottom: 10px !important;
}
@media (max-width: 990px) {
  .notices-left-col h2#category-title {
    width: calc(100% - 40px);
  }
}
.notices-wrapper:not(.notice-simple) .notices-right-col h2#message-header {
  width: calc(100% - 40px);
}
.notice .k-button {
  border: 1px solid #fff;
  background: #005b99 !important;
  padding: 9px 35px;
  margin: 0 0 9px 0;
  box-shadow: none;
}
.notice .k-button:hover {
  box-shadow: none !important;
}
.notice .k-button::before {
  content: none;
}
.notice-placeholder:nth-of-type(3),
.notice-placeholder:nth-of-type(4) {
  top: -20px;
  left: 20px;
  transition: all 0.22s linear;
}
.notice--latest {
  margin-top: 90px;
  transition: all 0.22s linear;
}
.notice--active {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin-top: 0;
  transition: all 0.22s ease;
}
.notice--active.notice--hovering {
  top: -5px !important;
  transition: all 0.15s ease;
}
.notice--removing {
  top: 130px;
  left: 0px;
  bottom: -20px;
  opacity: 100;
  z-index: 1000;
  transition: all 2s ease-out;
}
.notice--removing + .notice-placeholder {
  top: -10px;
  left: 10px;
  z-index: 2;
  transition: all 0.22s ease;
}
.notice--active + .notice-placeholder {
  top: -10px;
  left: 10px;
  z-index: 2;
  transition: all 0.22s ease;
}
.notices-wrapper--expanded .notice-placeholder {
  top: 0;
  z-index: 2;
  transition: all 0.22s ease;
}
.notices-wrapper--expanded .notice-placeholder {
  box-shadow: none;
}
.notices-expand-icon {
  transform: rotate(180deg);
  transition-delay: 0.44s;
}
.notices-wrapper--expanded .notices-expand-icon {
  transform: rotate(0deg);
  transition-delay: 0.44s;
}
.notice-controls {
  position: absolute;
  z-index: 1000;
}
.notice-controls .notices-close {
  margin-left: 10px;
}
.notice-controls i:hover {
  cursor: pointer;
}
@media (min-width: 991px) {
  .notices-right-col {
    border-left: 1px solid #fff;
  }
}
.notices-right-col #eff-date {
  font-style: italic;
  font-weight: 100;
}
.notices-close:hover {
  background-color: #004a7d !important;
}
.ind-tst #page,
.ind-dev #page,
.ind-dmo #page {
  background: transparent;
}
.ind-tst .q-actionbar:before,
.ind-dev .q-actionbar:before,
.ind-dmo .q-actionbar:before {
  width: 48px;
  height: 16px;
  display: block;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  left: -16px;
  top: calc(100vh - 98px);
  letter-spacing: 2px;
  font-size: 1.125rem;
  z-index: 1;
}
.ind-tst .login-container .fpCol .label.label-default,
.ind-dev .login-container .fpCol .label.label-default,
.ind-dmo .login-container .fpCol .label.label-default {
  color: #ffffff;
  padding: 4px;
  border-radius: 4px;
}
.ind-tst {
  background: -moz-linear-gradient(left, #67bb00 0%, #67bb00 4px, #eaf1f4 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #67bb00 0%, #67bb00 4px, #eaf1f4 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #67bb00 0%, #67bb00 4px, #eaf1f4 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-tst .header-new h1 {
  color: #67bb00;
}
.ind-tst .header-new h1 .header-text {
  color: #67bb00;
}
.ind-tst .q-actionbar:before {
  content: "TST";
  background: #67bb00;
}
.ind-tst .login-container {
  background-color: #67bb00;
  background-image: -webkit-gradient(linear, left top, right top, from(#67bb00), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #67bb00 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #67bb00 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #67bb00 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #67bb00 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.ind-tst .login-container .fpCol .label.label-default {
  background-color: #67bb00;
}
.ind-tst .login-container .fpCol .label.label-default:before {
  content: "TST: ";
}
.ind-dev {
  background: -moz-linear-gradient(left, #9336aa 0%, #9336aa 4px, #eaf1f4 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9336aa 0%, #9336aa 4px, #eaf1f4 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9336aa 0%, #9336aa 4px, #eaf1f4 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-dev .header-new h1 {
  color: #9336aa;
}
.ind-dev .header-new h1 .header-text {
  color: #9336aa;
}
.ind-dev .q-actionbar:before {
  content: "DEV";
  background: #9336aa;
}
.ind-dev .login-container {
  background-color: #9336aa;
  background-image: -webkit-gradient(linear, left top, right top, from(#9336aa), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #9336aa 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #9336aa 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #9336aa 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #9336aa 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.ind-dev .login-container .fpCol .label.label-default {
  background-color: #9336aa;
}
.ind-dev .login-container .fpCol .label.label-default:before {
  content: "DEV: ";
}
.ind-dmo {
  background: -moz-linear-gradient(left, #1da396 0%, #1da396 4px, #eaf1f4 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1da396 0%, #1da396 4px, #eaf1f4 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1da396 0%, #1da396 4px, #eaf1f4 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-dmo .header-new h1 {
  color: #1da396;
}
.ind-dmo .header-new h1 .header-text {
  color: #1da396;
}
.ind-dmo .q-actionbar:before {
  content: "DMO";
  background: #1da396;
}
.ind-dmo .login-container {
  background-color: #1da396;
  background-image: -webkit-gradient(linear, left top, right top, from(#1da396), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #1da396 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #1da396 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #1da396 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #1da396 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.ind-dmo .login-container .fpCol .label.label-default {
  background-color: #1da396;
}
.ind-dmo .login-container .fpCol .label.label-default:before {
  content: "DMO: ";
}
.carouselExpand .carousel-inner {
  min-height: 120px;
  height: auto!important;
}
.carouselExpand .notice-body {
  font-size: 12px;
}
.carouselExpand .notice-body:not(.notice-body-hidden) {
  -webkit-transition: max-height 2s;
  -moz-transition: max-height 2s;
  -ms-transition: max-height 2s;
  -o-transition: max-height 2s;
  transition: max-height 2s;
  overflow: hidden;
  max-height: 1100px;
  padding-bottom: 32px;
  font-size: 12px;
  color: #333;
  margin-bottom: 32px;
}
.carouselExpand .notice-body:not(.notice-body-hidden) p {
  margin: 0 0 12px 0;
}
.carouselExpand .notice-body-hidden {
  max-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  flex: 1;
}
.carouselExpand .notice-flex {
  display: flex;
}
.carouselExpand .notice-view-link {
  flex: 0 0 90px;
  font-size: 12px;
  color: #047bc1;
}
.carouselExpand .notice-body:not(.notice-body-hidden) + .notice-view-link {
  display: none;
}
.carouselExpand .additional-link {
  margin-top: 12px;
  font-size: 12px;
  color: #047bc1;
  display: block;
}
.carouselExpand .notice-body.notice-body-hidden .additional-link {
  display: none;
}
.carouselExpand .masterlink:hover {
  cursor: pointer;
}
.slide-out-pane {
  top: 40px;
  z-index: 20;
  width: 400px;
  min-width: 400px;
  /* Changed from width as min-width fixes the width in flex */
  height: calc(100% - 66px);
  right: -48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  position: fixed;
  box-sizing: border-box;
  /* Ensure the widths are accurate and not including padding and border on top of defined widths */
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-shadow: -6px 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -6px 0 2px 0 rgba(0, 0, 0, 0.4);
}
.slide-out-pane.affix {
  top: 48px;
  height: calc(100% - 48px);
}
.slide-out-pane:not(.docked) {
  -webkit-transition: right .2s linear;
  transition: right .2s linear;
}
.slide-out-pane.docked {
  top: 0;
  height: 100%;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  z-index: 0 !important;
  border-left: 1px solid #d2d2d2;
}
.slide-out-pane.docked.visible {
  position: relative;
}
.slide-out-pane.docked:not(.visible) {
  display: none;
}
.slide-out-pane.docked .pane-dock {
  opacity: 0.87 !important;
  filter: alpha(opacity=87) !important;
}
.slide-out-pane.large-pane {
  min-width: 800px;
  /* Changed from width as min-width fixes the width in flex */
  right: -81rem;
}
.slide-out-pane.large-pane .q-content_Expansion {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.slide-out-pane.visible,
.slide-out-pane.visible.large-pane {
  right: 0;
  z-index: 15;
}
.slide-out-pane .k-splitbar {
  width: 100% !important;
}
.slide-out-pane .k-splitbar.custom-border {
  border-top: 1px solid #d2d2d2;
}
.slide-out-pane table.auto-resize {
  width: 100%;
  height: 100%;
  border-width: 0;
}
.slide-out-pane .pane-content {
  height: 100%;
}
.slide-out-pane .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.slide-out-pane .top-wrapper .title-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-out-pane .top-wrapper .actions button {
  border: none;
  padding: 0;
  opacity: 0.54;
  filter: alpha(opacity=54);
  margin-right: 1rem;
  background-color: transparent;
}
.slide-out-pane .top-wrapper .actions button:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
  cursor: pointer;
}
.slide-out-pane .top-wrapper .actions button:last-child {
  margin-right: 0;
}
.slide-out-pane .top-wrapper .filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-out-pane .top-wrapper .filters > span {
  margin-right: 2rem;
}
.slide-out-pane .top-wrapper .filters > span:last-child {
  margin-right: 0;
}
.slide-out-pane .top-wrapper .filters .k-dropdown {
  margin-top: 1rem;
}
.slide-out-pane .submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .slide-out-pane .pane-resize {
    display: none;
  }
}
@media (max-width: 992px) {
  .slide-out-pane .pane-dock {
    display: none;
  }
}
.notes-2 #show-pane-notes table[role="treegrid"],
.notes-2 #show-pane-notes table[role="grid"] {
  width: 100%!important;
}
.notes-2 .add-note.k-button[disabled],
.notes-2 .edit-note.k-button[disabled] {
  background-color: #bdbdbd !important;
}
.notes-2 .add-note.k-button[disabled]:hover,
.notes-2 .edit-note.k-button[disabled]:hover {
  cursor: default !important;
}
.notes-2 #show-pane-notes {
  height: calc(100% - 61px);
}
.notes-2 .richtextparent {
  height: 100%;
}
.notes-2 #add-edit-notes {
  height: calc(100% - 23px);
  border: 0;
}
.notes-2 td.note div {
  height: 18px;
  overflow: hidden;
}
.notes-2 td.k-state-focused {
  box-shadow: none;
}
.notes-2 #notes-detail {
  width: 300px;
}
.notes-2 #hide-pane-notes p {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.notes-2 .dropdown-menu {
  top: 0;
  margin-left: -150px;
  margin-top: 6px;
}
.notes-2 .actions {
  position: relative;
  overflow: visible;
}
.notes-2 .k-splitbar:not(.k-splitbar-draggable-vertical) {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.notes-2 .k-icon.k-resize-handle {
  background: none;
  border-bottom: 1px dashed #333;
}
.notes-2 table.k-editor {
  height: 100%;
}
.notes-2 table.k-editor iframe.k-content {
  height: calc(100% - 2px);
}
.notes-2 .notes-list {
  overflow: hidden;
}
.notes-2 .notes-list .k-filter,
.notes-2 .notes-list .k-i-filter {
  background-position: -430px -546px !important;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -8px;
}
.notes-2 .notes-list .k-state-active span.k-icon.k-i-filter {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-position: 0px -562px !important;
}
.notes-2 .notes-list .k-i-sort-desc-sm,
.notes-2 .notes-list .k-si-arrow-s {
  background-position: -240px -458px !important;
  width: 18px;
  height: 18px;
}
.notes-2 .notes-list .k-i-sort-asc-sm,
.notes-2 .notes-list .k-si-arrow-n {
  background-position: -300px -458px !important;
  width: 18px;
  height: 18px;
}
.notes-2 .notes-list .k-hierarchy-cell {
  padding: 0;
  padding-left: 0.75rem;
}
.notes-2 .notes-list .k-master-row.q-note-edit {
  background-color: #dee9f8;
}
.notes-2 .notes-list .k-master-row.q-note-edit .note:before {
  content: "editing";
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  padding: 4px;
  left: 0;
  margin-top: -18px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.notes-2 .notes-list .k-master-row td {
  white-space: nowrap;
}
.notes-2 .notes-list .k-grid,
.notes-2 .notes-list .k-grid-header th,
.notes-2 .notes-list .k-grid-header tr,
.notes-2 .notes-list .k-grid-header {
  border: 0!important;
}
.notes-2 .notes-list .expanded-row {
  border: 0;
}
.notes-2 .notes-list .expanded-row .note-area {
  margin-bottom: 1rem;
}
.notes-2 .notes-list .expanded-row .note {
  white-space: normal;
}
.notes-2 .submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notes-2 .submit-wrapper .submit-childarea1,
.notes-2 .submit-wrapper .submit-childarea2 {
  flex: 1;
  overflow-x: hidden;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.notes-2 .submit-wrapper .cancel-btn,
.notes-2 .submit-wrapper .cancel-btn:hover {
  border: 0;
  background: transparent;
  background: transparent!important;
  width: 6rem;
  color: #333!important;
  box-shadow: none!important;
  padding: 0;
}
.notes-2.large-pane #notes-detail {
  width: 700px;
}
.notes-2.large-pane .expanded-row .side-by-side-in-large {
  width: 33.3%;
}
.notes-2 .k-header > .k-grid-filter,
.notes-2 .k-header > .k-header-column-menu {
  float: none;
  display: inline-block;
}
.notes-2 .k-grid-header th.k-header > .k-link {
  display: inline-block;
  padding-left: 1rem;
}
.notes-2 .k-grid-header th.k-header {
  padding-left: 0;
}
.notes-2 span.k-icon.k-i-filter {
  margin-top: -10px;
}
.notes-2 #middle-pane .pane-content {
  overflow: hidden;
}
.notes-2 #middle-pane .pane-content .k-editor {
  height: calc(100% - 2px) !important;
}
.notes-2 .notes-expand-collapse {
  margin-top: 10px;
  z-index: 1;
  position: absolute;
  left: 2px;
  border: 0;
  background: transparent;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.notes-2 .notes-expand-collapse:hover,
.notes-2 .notes-expand-collapse:focus {
  opacity: 0.87;
  filter: alpha(opacity=87);
  outline: none;
}
.notes-with-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@-webkit-keyframes flash {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: #e0e9f7;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes flash {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: #e0e9f7;
  }
  100% {
    background-color: transparent;
  }
}
.attachments #show-pane-attachments table[role="treegrid"],
.attachments #show-pane-attachments table[role="grid"] {
  width: 100%!important;
}
.attachments .add-attachment.k-button[disabled],
.attachments .claim-attachment.k-button[disabled],
.attachments .save-attachment.k-button[disabled],
.attachments #SaveClaimDoc.disabled {
  background-color: #bdbdbd !important;
}
.attachments .add-attachment.k-button[disabled]:hover,
.attachments .claim-attachment.k-button[disabled]:hover,
.attachments .save-attachment.k-button[disabled]:hover,
.attachments #SaveClaimDoc.disabled:hover {
  cursor: default !important;
}
.attachments #DocAttachEdit {
  width: calc(100% - 20px);
}
.attachments a#SaveEditDoc,
.attachments a#SaveClaimDoc {
  float: right;
  margin-top: 6px;
}
.attachments a#docSave {
  margin-top: 4px;
}
.attachments .attachments-list {
  height: calc(100% - 90px);
}
.attachments .attachments-list .k-filter,
.attachments .attachments-list .k-i-filter {
  background-position: -430px -546px !important;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -8px;
}
.attachments .attachments-list .k-state-active span.k-icon.k-i-filter {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-position: 0px -562px !important;
}
.attachments .attachments-list .k-i-sort-desc-sm,
.attachments .attachments-list .k-si-arrow-s {
  background-position: -240px -458px !important;
  width: 18px;
  height: 18px;
}
.attachments .attachments-list .k-i-sort-asc-sm,
.attachments .attachments-list .k-si-arrow-n {
  background-position: -300px -458px !important;
  width: 18px;
  height: 18px;
}
.attachments .attachments-list #show-pane-attachments,
.attachments .attachments-list .richtextparent {
  height: 100%;
}
.attachments .attachments-list #show-pane-attachments.with-filter {
  height: calc(100% - 61px);
}
.attachments .attachments-list #hide-pane-attachments {
  position: absolute;
  width: 96%;
  margin-top: 2rem;
}
.attachments .attachments-list #hide-pane-attachments p {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.attachments .attachments-list td.k-state-focused {
  box-shadow: none;
}
.attachments .attachments-list .dropdown-menu {
  top: 0;
  margin-left: -150px;
  margin-top: 6px;
}
.attachments .attachments-list .actions {
  position: relative;
  overflow: visible;
}
.attachments .attachments-list .k-splitbar:not(.k-splitbar-draggable-vertical) {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.attachments .attachments-list .k-icon.k-resize-handle {
  background: none;
  border-bottom: 1px dashed #333;
}
.attachments .attachments-list table.k-editor {
  height: 100%;
}
.attachments .attachments-list table.k-editor iframe.k-content {
  height: calc(100% - 50px);
}
.attachments .attachments-list .k-hierarchy-cell {
  padding: 0;
  padding-left: 0.75rem;
}
.attachments .attachments-list .k-master-row td {
  white-space: nowrap;
}
.attachments .attachments-list .attachments-list-headers {
  color: #757575;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.attachments .attachments-list .attachment-wrapper {
  cursor: pointer;
  padding: 0.5rem 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(45px - 1rem);
}
.attachments .attachments-list .attachment-wrapper:before {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-animation: flash 2s normal forwards;
  animation: flash 2s normal forwards;
}
.attachments .attachments-list .attachment-wrapper:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.attachments .attachments-list .attachment-wrapper div > span {
  display: none;
}
.attachments .attachments-list .attachment-wrapper .chevron {
  margin-left: 0.5rem;
}
.attachments .attachments-list .attachment-wrapper .chevron,
.attachments .attachments-list .attachment-wrapper .q-grid_MoreActions {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}
.attachments .attachments-list .attachment-wrapper:hover {
  background-color: #e0e9f7;
}
.attachments .attachments-list .attachment-wrapper:hover .chevron,
.attachments .attachments-list .attachment-wrapper:hover .q-grid_MoreActions {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: inline-block;
}
.attachments .attachments-list .attachment-wrapper.expanded {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e9f7;
}
.attachments .attachments-list .attachment-wrapper.expanded .chevron,
.attachments .attachments-list .attachment-wrapper.expanded .q-grid_MoreActions {
  display: inline-block;
}
.attachments .attachments-list .attachment-wrapper.expanded div > span {
  display: block;
  color: #757575;
}
.attachments .attachments-list .k-master-row td {
  white-space: nowrap;
}
.attachments .attachments-list .k-grid,
.attachments .attachments-list .k-grid-header th,
.attachments .attachments-list .k-grid-header tr,
.attachments .attachments-list .k-grid-header {
  border: 0!important;
}
.attachments .attachments-list .expanded-row {
  border: 0;
}
.attachments .attachments-list .expanded-row .note-area {
  margin-bottom: 1rem;
}
.attachments .attachments-list .expanded-row .description {
  white-space: normal;
}
.attachments .upload-from.recent-attachments-wrapper {
  display: none;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers {
  color: #757575;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper {
  cursor: pointer;
  padding: 0.5rem 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(45px - 1rem);
  border-bottom: 1px solid #efefef;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .radio {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  justify-self: center;
  border: 2px solid #333333;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #e0e9f7;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.active .radio {
  border: 2px solid #ffffff;
  background-color: #047bc1;
  -webkit-box-shadow: 0 0 0 2px #047bc1;
  box-shadow: 0 0 0 2px #047bc1;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e9f7;
}
.attachments.large-pane .hide-in-large {
  display: none;
}
.attachments.large-pane .attachment-wrapper .postedBy,
.attachments.large-pane .attachment-wrapper .comment {
  display: block;
}
.attachments.large-pane .attachment-wrapper .postedBy > span,
.attachments.large-pane .attachment-wrapper .comment > span {
  display: none !important;
}
.attachments.large-pane .expanded .side-by-side-in-large {
  width: 33.3%;
}
.attachments .submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #efefef;
  padding: 1rem 0;
}
.attachments .submit-wrapper .submit-childarea1,
.attachments .submit-wrapper .submit-childarea2 {
  flex: 1;
  overflow-x: hidden;
  padding-right: 1rem;
  text-align: center;
}
.attachments #DocAttachClaim {
  padding-left: 8px;
}
.attachments .add-attachments-pane,
.attachments .edit-attachments-pane {
  bottom: 0;
  display: none;
  padding-top: 1rem;
  position: absolute;
  background: #ffffff;
  width: calc(100% - 2rem);
  height: calc(100% - 4rem); 
  border-top: 1px solid #efefef;
  overflow-y: auto;
  z-index: 1;
}
.attachments .add-attachments-pane .lightboxClose,
.attachments .edit-attachments-pane .lightboxClose {
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 7px 12px;
}
.attachments .add-attachments-pane h4.file-heading,
.attachments .edit-attachments-pane h4.file-heading {
  display: inline-block;
}
.attachments .add-attachments-pane .filetype,
.attachments .edit-attachments-pane .filetype {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.attachments .add-attachments-pane .k-upload-files,
.attachments .edit-attachments-pane .k-upload-files {
  line-height: normal!important;
}
.attachments .add-attachments-pane .k-upload-files .k-file .q-form-control-label,
.attachments .edit-attachments-pane .k-upload-files .k-file .q-form-control-label {
  display: block;
}
.attachments .add-attachments-pane .file-wrapper,
.attachments .edit-attachments-pane .file-wrapper {
  margin-bottom: 1.5rem;
}
.attachments .add-attachments-pane .title-filter,
.attachments .edit-attachments-pane .title-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.attachments .add-attachments-pane .create-buttons,
.attachments .edit-attachments-pane .create-buttons {
  display: grid;
  padding-top: 1rem;
  -ms-grid-columns: 33% 34% 33%;
  grid-template-columns: 33% 34% 33%;
}
.attachments .add-attachments-pane .create-buttons button,
.attachments .edit-attachments-pane .create-buttons button {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 1rem;
  background: none;
  border: 1px solid #777777;
}
.attachments .add-attachments-pane .create-buttons button.active,
.attachments .edit-attachments-pane .create-buttons button.active {
  color: #ffffff;
  border: #047bc1;
  background-color: #047bc1;
}
.attachments .add-attachments-pane .create-buttons button:first-child,
.attachments .edit-attachments-pane .create-buttons button:first-child {
  border-radius: .5rem 0 0 .5rem;
}
.attachments .add-attachments-pane .create-buttons button:last-child,
.attachments .edit-attachments-pane .create-buttons button:last-child {
  border-radius: 0 .5rem .5rem 0;
}
.attachments .add-attachments-pane .create-buttons button:not(:last-child),
.attachments .edit-attachments-pane .create-buttons button:not(:last-child) {
  border-right: none;
}
.attachments .add-attachments-pane .attachment-form .k-widget,
.attachments .edit-attachments-pane .attachment-form .k-widget {
  margin-bottom: 8px;
}
.attachments .add-attachments-pane .attachment-form .save-attachment,
.attachments .edit-attachments-pane .attachment-form .save-attachment {
  width: 8rem;
  float: right;
}
.attachments .add-attachments-pane .attachment-form .hidden-file-input,
.attachments .edit-attachments-pane .attachment-form .hidden-file-input {
  display: none;
}
.attachments .add-attachments-pane .attachment-form input,
.attachments .edit-attachments-pane .attachment-form input,
.attachments .add-attachments-pane .attachment-form textarea,
.attachments .edit-attachments-pane .attachment-form textarea {
  width: 100%;
}
.attachments .add-attachments-pane .attachment-form .button-wrapper button,
.attachments .edit-attachments-pane .attachment-form .button-wrapper button {
  border: none;
  color: #047bc1;
  padding: 1rem 2rem;
  background-color: #ffffff;
  text-transform: uppercase;
}
.attachments .add-attachments-pane .attachment-form .button-wrapper button[type="submit"],
.attachments .edit-attachments-pane .attachment-form .button-wrapper button[type="submit"] {
  color: #ffffff;
  border-radius: .5rem;
  background-color: #047bc1;
}
.attachments .add-attachments-pane .attachment-form .button-wrapper button:not(:last-child),
.attachments .edit-attachments-pane .attachment-form .button-wrapper button:not(:last-child) {
  margin-right: 1rem;
}
.attachments .k-header > .k-grid-filter,
.attachments .k-header > .k-header-column-menu {
  float: none;
  display: inline-block;
}
.attachments .k-grid-header th.k-header > .k-link {
  display: inline-block;
  padding-left: 1rem;
}
.attachments .k-grid-header th.k-header {
  padding-left: 0;
}
.attachments span.k-icon.k-i-filter {
  margin-top: -10px;
}
.attachments td.comment div {
  height: 18px;
  overflow: hidden;
}
.attachments .k-editable-area .k-tooltip-validation {
  position: absolute;
  left: 0;
  bottom: -30px;
  background: none;
  color: #bd0000;
}
.attachments .k-editable-area .k-tooltip-validation span.k-icon {
  display: none;
}
.attachments .k-editable-area .k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
  display: none!important;
}
/* Kendo upload bar */
.k-progress-override {
  height: 6px !important;
  border-radius: 6px !important;
  background-color: #49b9fb !important;
  margin: 0 0 0 8px;
  max-width: 98%;
}
.extrapad {
  padding-top: 10px;
}
.widget {
  padding: 0 0 0 5px!important;
}
.widget > div,
.widget * > div {
  padding: 0;
  margin: 0;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget p,
.widget span {
  margin: 0;
  padding: 0;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
.widget .widget {
  background-image: none;
  margin-left: 1px;
}
.widget h1 {
  font-size: 16px;
  padding: 8px 40px 8px 16px;
}
.widget h2 {
  font-size: 15px;
  padding: 8px 16px;
}
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-size: 14px;
  padding: 8px 16px 16px 16px;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  opacity: 0.87;
  filter: alpha(opacity=87);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.q-widget-not-found {
  padding: 8px 10px;
  display: inline-block;
}
.alertlabel,
.datalabel,
.errorfreelabel,
.q-widget-total-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #047bc1 !important;
  font-size: 14px;
}
@media (max-width: 991px) {
  .datalabel,
  .alertlabel {
    margin-top: 12px!important;
  }
  .datalabel:nth-child(1),
  .alertlabel:nth-child(1) {
    margin-top: 0!important;
  }
}
.alertlabel {
  margin: 0 6px!important;
}
.alertdata,
.alertdatasmall {
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  display: inline-block;
  overflow: visible;
}
.alertdata:before,
.alertdatasmall:before {
  content: "";
  width: 26px;
  height: 26px;
  background-position: -94px 0px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.alertdata,
.q-widget-total-large {
  font-size: 70px;
  line-height: 54px;
  font-weight: 400;
}
.alertdata:before,
.q-widget-total-large:before {
  margin: 0 4px 15px 0;
}
.alertdatasmall,
.datamedium,
.q-widget-total-medium {
  font-size: 50px;
  line-height: 38px;
  font-weight: 400;
}
.alertdatasmall:before,
.datamedium:before,
.q-widget-total-medium:before {
  margin: 0 4px 4px 0;
}
.errorfreedata {
  color: #000000;
  opacity: 0.27;
  filter: alpha(opacity=27);
  display: inline-block;
  overflow: visible;
}
.datamedium:before,
.q-widget-total-medium:before {
  margin: 0 4px 4px 0!important;
}
.datalabel {
  display: block;
  text-transform: capitalize;
}
.data,
.datasmall,
.datatext,
.datatextlarge,
.q-widget-total-small {
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.data,
.q-widget-total-small {
  font-size: 35px;
  line-height: 28px;
  font-weight: 400;
}
.datasmall {
  font-size: 24px;
  line-height: 26px;
  vertical-align: top;
  font-weight: 400;
}
.datatext,
.datatextlarge {
  line-height: 26px;
  vertical-align: top;
  font-weight: 400;
}
.datatext {
  font-size: 24px;
}
.datatextlarge {
  font-size: 35px;
}
.mainwidget {
  padding-top: 10px!important;
}
.cyclearea,
.cycledate {
  padding: 16px 4px 24px 4px!important;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cyclearea,
  .cycledate {
    padding: 16px 4px 24px 12px!important;
  }
}
.cycledate > div > div {
  opacity: 0.87;
  filter: alpha(opacity=87);
  font-size: 14px;
}
.cyclelabel {
  text-align: right;
}
.cyclelabel:after {
  content: "";
  margin-right: 4px;
}
.cyclelabel span {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cyclelabel {
    text-align: left;
  }
}
.cycleheader > div {
  text-align: center;
}
.cycleheader > div span {
  font-size: 15px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.numericcyclearea {
  padding-bottom: 24px!important;
  text-align: center;
}
.numericcyclearea > div {
  text-align: center;
}
.numericcyclearea > div span {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.numericcyclearea > div span.flagwarning {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #da4b37;
}
.cycledata > div {
  text-align: center;
  margin-top: 8px;
}
.cycledata > div:nth-child(1) {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cycledata > div:nth-child(1) {
    text-align: center!important;
  }
}
.cycleopen {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.cycleclosed,
.cyclepending {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.carousel-inner {
  height: 120px;
}
.carousel-inner .item:not(.section-item) span:first-child {
  overflow: hidden;
  display: block;
  max-height: 64px;
  width: 100%;
}
.carousel-control {
  background-image: none!important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.right .q-content_expand {
  margin-top: 8px;
  opacity: 0.27;
  filter: alpha(opacity=27);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.right .q-content_expand:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.left .q-content_expand {
  margin-top: 8px;
  opacity: 0.27;
  filter: alpha(opacity=27);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.left .q-content_expand:hover {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.carousel-indicators li {
  opacity: 0.27;
  filter: alpha(opacity=27);
  background-color: #000000 !important;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.carousel-inner {
  width: 70%;
  margin: 0 auto!important;
}
.item:not(.section-item) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item:not(.section-item) span {
  font-size: 14px;
  opacity: 0.87;
  filter: alpha(opacity=87);
  display: block;
}
.item:not(.section-item) span:nth-child(2) {
  font-size: 12px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.item:not(.section-item) {
  height: 80px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .item:not(.section-item) {
    height: 120px;
  }
}
.carousel-section .carousel-control {
  width: 10%!important;
}
.carousel-section .carousel-control:hover .carousel-section-control {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.carousel-section-control {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 9px);
  margin-top: 0!important;
}
.carousel-inner-section {
  width: 80%!important;
}
.carousel-inner-section,
.carousel-inner-section .item {
  height: auto!important;
}
.carousel-inner-section .item {
  padding-bottom: 24px;
}
.section-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.singledataarea {
  padding: 4px 0 2px 12px!important;
}
.singledataarea:first-child {
  padding: 12px 0 2px 12px!important;
}
.carousel-indicators {
  bottom: 0;
}
.contactarea,
.datearea,
.q-widget-area-content {
  padding: 16px 12px!important;
}
.title,
.datetitle,
.position,
.phone,
.other,
.livechat,
.subtitle,
.dateview {
  display: block;
}
.title {
  font-size: 15px;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.datetitle {
  font-size: 14px;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.position,
.subtitle {
  font-size: 14px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.phone,
.dateview {
  font-size: 15px;
  opacity: 0.87;
  filter: alpha(opacity=87);
  text-align: right;
}
.other {
  font-size: 12px;
  text-align: right;
  color: rgba(0, 0, 0, 0.27);
}
.other a {
  opacity: 0.54;
  filter: alpha(opacity=54);
  color: #000000;
}
.other a:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .phone,
  .other,
  .dateview {
    text-align: left!important;
  }
}
.livechat {
  padding-top: 8px!important;
  font-size: 12px;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.livechat.offline {
  opacity: 0.27;
  filter: alpha(opacity=27);
  cursor: default;
}
.livechat.offline a {
  cursor: default!important;
  text-decoration: none!important;
  color: #757575;
}
.livechaticon {
  background-position: -214px -546px;
}
.esuitebox {
  height: 90px;
}
.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
}
.enterbutton {
  margin-top: 24px !important;
}
.linkarea {
  padding: 12px 0 24px 0!important;
}
.linkarea h2 {
  padding: 8px 28px 8px 16px;
}
.linkarea h2:hover {
  text-decoration: underline;
}
.q-widget-area-links {
  padding: 12px 0 24px 0!important;
}
.q-widget-area-links a {
  color: #047bc1;
  font-size: 15px;
  display: block;
  padding: 8px 28px 8px 16px;
}
.q-widget-area-links a:hover {
  text-decoration: underline;
}
.alertarea,
.dataalert,
.dataarea,
.q-widget-area-total {
  padding: 12px 0 24px 0!important;
}
.alertarea * > div,
.dataalert * > div,
.dataarea * > div,
.q-widget-area-total * > div {
  text-align: center;
}
.dataarea > .row:nth-child(2),
.dataarea > .row:nth-child(4),
.q-widget-area-total > .row:nth-child(2),
.q-widget-area-total > .row:nth-child(4) {
  margin-top: 24px;
}
.revenuearea,
.totalrevenuearea,
.q-widget-area-numeric {
  padding: 0 0 24px 0!important;
}
.revenuearea .datalabel,
.totalrevenuearea .datalabel,
.q-widget-area-numeric .datalabel,
.revenuearea .q-widget-total-label,
.totalrevenuearea .q-widget-total-label,
.q-widget-area-numeric .q-widget-total-label {
  text-align: left;
}
.revenuearea .datalabel:first-of-type,
.totalrevenuearea .datalabel:first-of-type,
.q-widget-area-numeric .datalabel:first-of-type,
.revenuearea .q-widget-total-label:first-of-type,
.totalrevenuearea .q-widget-total-label:first-of-type,
.q-widget-area-numeric .q-widget-total-label:first-of-type {
  margin-top: 12px;
}
.revenuearea * > div,
.totalrevenuearea * > div,
.q-widget-area-numeric * > div {
  text-align: right;
  padding: 0 16px 0 16px;
}
.totalrevenuearea .datalabel {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.widgetfooter,
.q-widget-area-footer {
  text-align: center;
  padding: 8px 0!important;
}
.widgetfooter a,
.q-widget-area-footer a {
  font-size: 13px;
  text-transform: lowercase;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-left: 4px;
  font-weight: 400;
  color: #0072ce;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.widgetfooter a:hover,
.q-widget-area-footer a:hover {
  text-decoration: underline;
}
.widgetfooter .q-dropdown-menu.dropdown-menu > li > a,
.q-widget-area-footer .q-dropdown-menu.dropdown-menu > li > a {
  color: #0072ce !important;
}
.widgetfooter .q-dropdown-menu.dropdown-menu > li > a:hover,
.q-widget-area-footer .q-dropdown-menu.dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.dth:after,
.mcf:after,
.mmbtu:after,
.gj:after,
.gal:after,
.usd:before {
  font-size: 10px;
  color: #bdbdbd;
  margin: 0 0 0 2px;
  line-height: 26px;
  vertical-align: top;
}
.dth:after {
  content: "Dth";
}
.gj:after {
  content: "GJ";
}
.mcf:after {
  content: "MCF";
}
.mmbtu:after {
  content: "MMBTU";
}
.gal:after {
  content: "Gal";
}
.usd:before {
  font-size: 14px;
  color: #bdbdbd;
  margin: 0 4px 0 0;
  line-height: 26px;
  vertical-align: top;
  content: "$";
}
.prelim:after {
  content: "(Do Not Pay)";
  font-size: 18px;
  color: #da4b37;
  margin: 0 0 0 2px;
  line-height: 26px;
  vertical-align: top;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widgetchart,
.q-widget-area-chart {
  height: 400px;
  width: 94%;
  margin: 0 auto!important;
}
.download {
  text-align: right;
}
.download span {
  font-size: 14px;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.hovshow:hover,
.q-widget-interaction-hover:hover {
  background: #f5f5f5;
}
.hovdownload:before {
  margin: 0px 10px 10px 0;
  content: " ";
  display: block;
  background-position: -322px -546px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hovdownload:hover:before {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .download {
    text-align: left;
  }
}
.widget-Alert:before,
.widget-Warning:before,
.widget-Complete:before {
  content: "";
  margin: 0 4px 0 0;
  width: 26px;
  height: 26px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.widget-Alert:before {
  background-position: -94px 0px;
}
.widget-Warning:before {
  background-position: -66px -28px;
}
.widget-Complete:before {
  background-position: -28px -66px;
}
.footer-add:before,
.q-widget-icon-add:before,
.footer-view:before,
.q-widget-icon-view:before,
.footer-tool:before,
.q-widget-icon-settings:before,
.footer-withdraw:before,
.q-widget-icon-download:before,
.footer-recallreput:before,
.q-widget-icon-separate:before,
.footer-submit:before,
.q-widget-icon-transfer:before,
.footer-open:before,
.q-widget-icon-validateDate:before,
.footer-closed:before,
.q-widget-icon-failDate:before,
.footer-pending:before,
.q-widget-icon-pending:before,
.footer-close:before,
.q-widget-icon-fail:before,
.q-widget-icon-clock:before,
.q-widget-icon-warning:before,
.q-widget-icon-back:before,
.q-widget-icon-calendar:before,
.q-widget-icon-validate:before,
.q-widget-icon-share:before,
.q-widget-icon-refresh:before,
.q-widget-icon-info:before,
.q-widget-icon-filter:before,
.q-widget-icon-edit:before,
.q-widget-icon-excel:before,
.q-widget-icon-pdf:before,
.q-widget-icon-delete:before {
  content: "";
  margin: 0 4px 0 0;
  width: 10px;
  height: 10px;
  opacity: 0.54;
  filter: alpha(opacity=54);
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
}
.footer-add:hover,
.q-widget-icon-add:hover,
.footer-view:hover,
.q-widget-icon-view:hover,
.footer-tool:hover,
.q-widget-icon-settings:hover,
.footer-withdraw:hover,
.q-widget-icon-download:hover,
.footer-recallreput:hover,
.q-widget-icon-separate:hover,
.footer-submit:hover,
.q-widget-icon-transfer:hover,
.footer-open:hover,
.q-widget-icon-validateDate:hover,
.footer-closed:hover,
.q-widget-icon-failDate:hover,
.footer-pending:hover,
.q-widget-icon-pending:hover,
.footer-close:hover,
.q-widget-icon-fail:hover,
.q-widget-icon-clock:hover,
.q-widget-icon-warning:hover,
.q-widget-icon-back:hover,
.q-widget-icon-calendar:hover,
.q-widget-icon-validate:hover,
.q-widget-icon-share:hover,
.q-widget-icon-refresh:hover,
.q-widget-icon-info:hover,
.q-widget-icon-filter:hover,
.q-widget-icon-edit:hover,
.q-widget-icon-excel:hover,
.q-widget-icon-pdf:hover,
.q-widget-icon-delete:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.footer-add:hover:before,
.q-widget-icon-add:hover:before,
.footer-view:hover:before,
.q-widget-icon-view:hover:before,
.footer-tool:hover:before,
.q-widget-icon-settings:hover:before,
.footer-withdraw:hover:before,
.q-widget-icon-download:hover:before,
.footer-recallreput:hover:before,
.q-widget-icon-separate:hover:before,
.footer-submit:hover:before,
.q-widget-icon-transfer:hover:before,
.footer-open:hover:before,
.q-widget-icon-validateDate:hover:before,
.footer-closed:hover:before,
.q-widget-icon-failDate:hover:before,
.footer-pending:hover:before,
.q-widget-icon-pending:hover:before,
.footer-close:hover:before,
.q-widget-icon-fail:hover:before,
.q-widget-icon-clock:hover:before,
.q-widget-icon-warning:hover:before,
.q-widget-icon-back:hover:before,
.q-widget-icon-calendar:hover:before,
.q-widget-icon-validate:hover:before,
.q-widget-icon-share:hover:before,
.q-widget-icon-refresh:hover:before,
.q-widget-icon-info:hover:before,
.q-widget-icon-filter:hover:before,
.q-widget-icon-edit:hover:before,
.q-widget-icon-excel:hover:before,
.q-widget-icon-pdf:hover:before,
.q-widget-icon-delete:hover:before {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.footer-add:before,
.q-widget-icon-add:before {
  background-position: -228px -562px;
}
.footer-view:before,
.q-widget-icon-view:before {
  background-position: -571px -264px;
}
.footer-tool:before,
.q-widget-icon-settings:before {
  background-position: -250px -546px;
}
.footer-withdraw:before,
.q-widget-icon-download:before {
  background-position: -571px -444px;
}
.footer-recallreput:before,
.q-widget-icon-separate:before {
  background-position: -571px -60px;
}
.footer-submit:before,
.q-widget-icon-transfer:before {
  background-position: -288px -562px;
}
.footer-open:before,
.q-widget-icon-validateDate:before {
  background-position: -538px -546px;
}
.footer-closed:before,
.q-widget-icon-failDate:before {
  background-position: -190px -546px;
}
.footer-pending:before,
.q-widget-icon-pending:before {
  background-position: -571px 0px;
}
.footer-close:before,
.q-widget-icon-fail:before {
  background-position: -178px -546px;
}
.q-widget-icon-clock:before {
  background-position: -571px -396px;
}
.q-widget-icon-warning:before {
  background-position: -571px -420px;
}
.q-widget-icon-back:before {
  background-position: -571px -372px;
}
.q-widget-icon-calendar:before {
  background-position: -571px -336px;
}
.q-widget-icon-validate:before {
  background-position: -571px -252px;
}
.q-widget-icon-share:before {
  background-position: -571px -516px;
}
.q-widget-icon-refresh:before {
  background-position: -571px -72px;
}
.q-widget-icon-info:before {
  background-position: -454px -546px;
}
.q-widget-icon-filter:before {
  background-position: -430px -546px;
}
.q-widget-icon-edit:before {
  background-position: -370px -546px;
}
.q-widget-icon-excel:before {
  background-position: -346px -546px;
}
.q-widget-icon-pdf:before {
  background-position: -358px -546px;
}
.q-widget-icon-delete:before {
  background-position: -274px -546px;
}
.hint {
  border: 4px solid red;
}
.widget.placeholder {
  opacity: 0.4;
  filter: alpha(opacity=40);
  border: 2px dashed #bdbdbd;
}
#leftcol,
#rightcol,
#sidecol,
#centercol {
  min-height: 600px;
  padding: 9px;
}
.widget {
  background-color: #047bc1;
  background-image: -webkit-gradient(linear, left top, right top, from(#047bc1), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #047bc1 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.widget.q-sidebar {
  background-color: #687d8c;
  background-image: -webkit-gradient(linear, left top, right top, from(#687d8c), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #687d8c 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #687d8c 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #687d8c 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #687d8c 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.widget.q-errorstate {
  background-color: #da4b37;
  background-image: -webkit-gradient(linear, left top, right top, from(#da4b37), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #da4b37 6px, #ffffff 6px);
  background-image: -moz-linear-gradient(left, #da4b37 6px, #ffffff 6px);
  background-image: -ms-linear-gradient(left, #da4b37 6px, #ffffff 6px);
  background-image: -o-linear-gradient(left, #da4b37 6px, #ffffff 6px);
  background-repeat: no-repeat;
}
.widget.q-processindicator-warning {
  background-color: #f0ad4e !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0ad4e), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(left, #f0ad4e 6px, #ffffff 6px) !important;
  background-image: -moz-linear-gradient(left, #f0ad4e 6px, #ffffff 6px) !important;
  background-image: -ms-linear-gradient(left, #f0ad4e 6px, #ffffff 6px) !important;
  background-image: -o-linear-gradient(left, #f0ad4e 6px, #ffffff 6px) !important;
  background-repeat: no-repeat !important;
}
.widget.q-processindicator-error {
  background-color: #da4b37 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#da4b37), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(left, #da4b37 6px, #ffffff 6px) !important;
  background-image: -moz-linear-gradient(left, #da4b37 6px, #ffffff 6px) !important;
  background-image: -ms-linear-gradient(left, #da4b37 6px, #ffffff 6px) !important;
  background-image: -o-linear-gradient(left, #da4b37 6px, #ffffff 6px) !important;
  background-repeat: no-repeat !important;
}
.widget.q-processindicator-success {
  background-color: #4caf50 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(left, #4caf50 6px, #ffffff 6px) !important;
  background-image: -moz-linear-gradient(left, #4caf50 6px, #ffffff 6px) !important;
  background-image: -ms-linear-gradient(left, #4caf50 6px, #ffffff 6px) !important;
  background-image: -o-linear-gradient(left, #4caf50 6px, #ffffff 6px) !important;
  background-repeat: no-repeat !important;
}
.widget.q-processindicator-processing {
  background-color: #047bc1 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#047bc1), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(left, #047bc1 6px, #ffffff 6px) !important;
  background-image: -moz-linear-gradient(left, #047bc1 6px, #ffffff 6px) !important;
  background-image: -ms-linear-gradient(left, #047bc1 6px, #ffffff 6px) !important;
  background-image: -o-linear-gradient(left, #047bc1 6px, #ffffff 6px) !important;
  background-repeat: no-repeat !important;
}
.widget.q-processfavorite {
  background-color: #03a9f4 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#03a9f4), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(left, #03a9f4 6px, #ffffff 6px) !important;
  background-image: -moz-linear-gradient(left, #03a9f4 6px, #ffffff 6px) !important;
  background-image: -ms-linear-gradient(left, #03a9f4 6px, #ffffff 6px) !important;
  background-image: -o-linear-gradient(left, #03a9f4 6px, #ffffff 6px) !important;
  background-repeat: no-repeat !important;
}
.widgetoverflow {
  float: right;
  display: block!important;
  width: 100%;
  position: relative;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.widgetoverflow:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
.widgetoverflow i {
  float: right;
  margin-right: 16px;
}
.widgetfooter .dropup .dropdown-menu,
.q-widget-area-footer .dropup .dropdown-menu {
  right: 24px;
  left: inherit!important;
}
.widgethelpicon {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.widgethelpicon:hover {
  opacity: 0.84;
  filter: alpha(opacity=84);
}
.drag-active [data-role="sortable"] {
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/dropzone.png);
  background-repeat: no-repeat, repeat;
  background-position: center center, center;
  background-size: 22px 22px, cover;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/dropzone.png), -moz-linear-gradient(left, rgba(184, 184, 184, 0) 0%, rgba(184, 184, 184, 0) 2%, rgba(184, 184, 184, 0.25) 2%, rgba(184, 184, 184, 0.25) 98%, rgba(184, 184, 184, 0) 98%, rgba(184, 184, 184, 0) 100%);
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/dropzone.png), -webkit-linear-gradient(left, rgba(184, 184, 184, 0) 0%, rgba(184, 184, 184, 0) 2%, rgba(184, 184, 184, 0.25) 2%, rgba(184, 184, 184, 0.25) 98%, rgba(184, 184, 184, 0) 98%, rgba(184, 184, 184, 0) 100%);
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/dropzone.png), linear-gradient(to right, rgba(184, 184, 184, 0) 0%, rgba(184, 184, 184, 0) 2%, rgba(184, 184, 184, 0.25) 2%, rgba(184, 184, 184, 0.25) 98%, rgba(184, 184, 184, 0) 98%, rgba(184, 184, 184, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b8b8b8', endColorstr='#00b8b8b8', GradientType=1);
}
.editmode {
  min-height: 730px;
}
.editmode .widget h1 {
  padding: 8px 100px 8px 16px!important;
}
.widgeteditcontrols {
  position: absolute;
  right: 12px;
  top: 8px;
  display: flex;
}
.widgeteditcontrols .drag {
  opacity: 0.27;
  filter: alpha(opacity=27);
  cursor: default!important;
  width: 18px;
  height: 18px;
}
.widgeteditcontrols .settings,
.widgeteditcontrols .delete {
  opacity: 0.54;
  filter: alpha(opacity=54);
  cursor: pointer!important;
}
.widgeteditcontrols .settings:hover,
.widgeteditcontrols .delete:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.widgeteditcontrols .sprite {
  margin-left: 8px;
  flex: 1;
}
.inputarea [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.inputarea .tooltip-inner {
  padding: 4px;
}
.inputarea .k-datetimepicker .k-picker-wrap.k-state-disabled {
  padding-right: 0;
}
.inputarea .k-dropdown-wrap,
.inputarea .k-picker-wrap,
.inputarea .k-numeric-wrap {
  padding: 0 2.571em 0 0 !important;
}
.inputarea .datepicker-openended .btnopenended {
  right: auto;
}
.inputarea .k-button {
  min-width: 100%;
}
.inputarea .k-datetimepicker .k-picker-wrap {
  padding-right: 5em !important;
}
.inputarea span.k-checkarea.q-form-checkarea-wrapper {
  padding-bottom: 20px;
}
.inputarea span.k-checkarea.q-form-checkarea-wrapper .tooltip.left {
  margin-left: -20px;
}
.inputarea .k-checkbox:disabled:checked + .k-checkbox-label:active:after {
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}
@media (max-width: 1199px) {
  .flex-widget-parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-widget-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-widget-child .widget {
    width: 100%;
  }
}
/* New - simplified Widget building blocks */
.q-widget-total-large {
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  display: inline-block;
  overflow: visible;
}
.q-widget-icon-total-alert:before,
.q-widget-icon-total-success:before,
.q-widget-icon-total-warning:before {
  content: "";
  width: 26px;
  height: 26px;
  background-size: 581px 572px !important;
  display: inline-block;
  background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/images/sprites-2x.png?v=13) !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.q-widget-icon-total-alert:before {
  background-position: -94px 0px;
}
.q-widget-icon-total-success:before {
  background-position: -28px -66px;
}
.q-widget-icon-total-warning:before {
  background-position: -66px -28px;
}
.q-widget-interaction-clickable:hover {
  cursor: pointer;
}
.q-widget-color-success {
  color: #4caf50 !important;
}
.q-widget-color-warning {
  color: #f0ad4e !important;
}
.q-widget-color-error {
  color: #da4b37 !important;
}
.q-widget-color-link {
  color: #047bc1 !important;
}
.q-widget-area-heading {
  padding: 12px !important;
  font-size: 15px;
}
.q-widget-area-heading h1,
.q-widget-area-heading h2,
.q-widget-area-heading h3,
.q-widget-area-heading h4,
.q-widget-area-heading h5,
.q-widget-area-heading h6 {
  padding: 0;
}
.q-widget-area-divider {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
}
@keyframes loadingText {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.04);
  }
  75% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
#lockText {
  animation-name: loadingText;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes accordionlink {
  0% {
    top: 0;
  }
  25% {
    top: 2px;
  }
  50% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
@keyframes accordionlink {
  0% {
    top: 0px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: -2px;
  }
  100% {
    top: 0px;
  }
}
.accordiontext:hover:after {
  opacity: 0.54;
  filter: alpha(opacity=54);
  animation-name: accordionlink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
@keyframes tooltipanimation {
  from {
    opacity: 0.1;
    transform: scale(0.3);
  }
  to {
    opacity: 1!important;
    transform: scale(1);
  }
}
.alertlabel[data-title]:hover:after,
.datalabel[data-title]:hover:after,
.errorfreelabel[data-title]:hover:after,
.q-header_Item[data-title]:hover:after,
.unitselect[data-title]:hover:after,
.widget h1[data-title]:hover:after,
.widget h2[data-title]:hover:after,
.widget h3[data-title]:hover:after,
.widget h4[data-title]:hover:after,
.widget h5[data-title]:hover:after,
.widget h6[data-title]:hover:after,
.widgetfooter a[data-title]:hover:after {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  animation-name: tooltipanimation;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}
.tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: tooltipanimation;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes footerlinkfade {
  0% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-webkit-keyframes footerlinkfade {
  0% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-moz-keyframes footerlinkfade {
  0% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-o-keyframes footerlinkfade {
  0% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
.footer-add:hover,
.footer-closed:hover,
.footer-open:hover,
.footer-pending:hover,
.footer-recallreput:hover,
.footer-submit:hover,
.footer-tool:hover,
.footer-view:hover,
.footer-withdraw:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  animation: footerlinkfade 0.5s ease-in-out;
  -webkit-animation: footerlinkfade 0.5s ease-in-out;
  -moz-animation: footerlinkfade 0.5s ease-in-out;
  -ms-animation: footerlinkfade 0.5s ease-in-out;
  -o-animation: footerlinkfade 0.5s ease-in-out;
}
.footer-add:hover:before,
.footer-closed:hover:before,
.footer-open:hover:before,
.footer-pending:hover:before,
.footer-recallreput:hover:before,
.footer-submit:hover:before,
.footer-tool:hover:before,
.footer-view:hover:before,
.footer-withdraw:hover:before {
  opacity: 0.87;
  filter: alpha(opacity=87);
  animation: footerlinkfade 0.5s ease-in-out;
  -webkit-animation: footerlinkfade 0.5s ease-in-out;
  -moz-animation: footerlinkfade 0.5s ease-in-out;
  -ms-animation: footerlinkfade 0.5s ease-in-out;
  -o-animation: footerlinkfade 0.5s ease-in-out;
}
.footer-animate:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
  animation: footerlinkfade 0.5s ease-in-out;
  -webkit-animation: footerlinkfade 0.5s ease-in-out;
  -moz-animation: footerlinkfade 0.5s ease-in-out;
  -ms-animation: footerlinkfade 0.5s ease-in-out;
  -o-animation: footerlinkfade 0.5s ease-in-out;
}
.footer-animate:hover:before {
  opacity: 0.87;
  filter: alpha(opacity=87);
  animation: footerlinkfade 0.5s ease-in-out;
  -webkit-animation: footerlinkfade 0.5s ease-in-out;
  -moz-animation: footerlinkfade 0.5s ease-in-out;
  -ms-animation: footerlinkfade 0.5s ease-in-out;
  -o-animation: footerlinkfade 0.5s ease-in-out;
}
@keyframes viewappear {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 10px 10px 0;
  }
  100% {
    opacity: 0.54;
    filter: alpha(opacity=54);
    margin: 0 15px 10px 0;
  }
}
@-webkit-keyframes viewappear {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 10px 10px 0;
  }
  100% {
    opacity: 0.54;
    filter: alpha(opacity=54);
    margin: 0 15px 10px 0;
  }
}
@-moz-keyframes viewappear {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 10px 10px 0;
  }
  100% {
    opacity: 0.54;
    filter: alpha(opacity=54);
    margin: 0 15px 10px 0;
  }
}
@-o-keyframes viewappear {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 10px 10px 0;
  }
  100% {
    opacity: 0.54;
    filter: alpha(opacity=54);
    margin: 0 15px 10px 0;
  }
}
.hovdownload:before,
.hovshow:before {
  margin: 0 15px 10px 0;
  content: " ";
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hovdownload:hover:before,
.hovshow:hover:before {
  opacity: 0.54;
  filter: alpha(opacity=54);
  animation: viewappear 0.5s ease-out;
  -webkit-animation: viewappear 0.5s ease-out;
  -moz-animation: viewappear 0.5s ease-out;
  -ms-animation: viewappear 0.5s ease-out;
  -o-animation: viewappear 0.5s ease-out;
  margin: 0 15px 10px 0;
}
@keyframes datainteract {
  0% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
  50% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-webkit-keyframes datainteract {
  0% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
  50% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-moz-keyframes datainteract {
  0% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
  50% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
@-o-keyframes datainteract {
  0% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
  50% {
    opacity: 0.54;
    filter: alpha(opacity=54);
  }
  100% {
    opacity: 0.87;
    filter: alpha(opacity=87);
  }
}
.hovdownload:hover .alertdata,
.hovshow:hover .alertdata,
.hovdownload:hover .alertdata:before,
.hovshow:hover .alertdata:before,
.hovdownload:hover .alertdatasmall,
.hovshow:hover .alertdatasmall,
.hovdownload:hover .alertdatasmall:before,
.hovshow:hover .alertdatasmall:before,
.hovdownload:hover .data,
.hovshow:hover .data,
.hovdownload:hover .data:before,
.hovshow:hover .data:before,
.hovdownload:hover .datasmall,
.hovshow:hover .datasmall,
.hovdownload:hover .datasmall:before,
.hovshow:hover .datasmall:before,
.hovdownload:hover .download span,
.hovshow:hover .download span {
  opacity: 0.87;
  filter: alpha(opacity=87);
  animation: datainteract 0.5s ease-in-out;
  -webkit-animation: datainteract 0.5s ease-in-out;
  -moz-animation: datainteract 0.5s ease-in-out;
  -ms-animation: datainteract 0.5s ease-in-out;
  -o-animation: datainteract 0.5s ease-in-out;
}
.arealink,
.q-widget-interaction-clickable {
  overflow: hidden;
}
.colorpop {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: pop 0.65s linear;
  -moz-animation: pop 0.65s linear;
  -ms-animation: pop 0.65s linear;
  -o-animation: pop 0.65s linear;
  animation: pop 0.65s linear;
}
@-webkit-keyframes pop {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes pop {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes pop {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes pop {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes widgethover {
  0% {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  100% {
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  }
}
@-webkit-keyframes widgethover {
  0% {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  100% {
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  }
}
@-moz-keyframes widgethover {
  0% {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  100% {
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  }
}
@-o-keyframes widgethover {
  0% {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  100% {
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  }
}
.widget:hover {
  -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
  animation: widgethover 0.75s ease-in-out;
  -webkit-animation: widgethover 0.75s ease-in-out;
  -moz-animation: widgethover 0.75s ease-in-out;
  -ms-animation: widgethover 0.75s ease-in-out;
  -o-animation: widgethover 0.75s ease-in-out;
}
@keyframes slideonicon {
  from {
    left: -60px;
  }
  to {
    left: 20px;
  }
}
@-webkit-keyframes slideonicon {
  from {
    left: -60px;
  }
  to {
    left: 20px;
  }
}
@-moz-keyframes slideonicon {
  from {
    left: -60px;
  }
  to {
    left: 20px;
  }
}
@-o-keyframes slideonicon {
  from {
    left: -60px;
  }
  to {
    left: 20px;
  }
}
/*
*********************
/* Animations */
/*********************
*/
.animated {
  transition: 0.25s margin linear;
}
.openscreenscontrol {
  overflow: hidden;
  -webkit-transition: background-color 250ms linear !important;
  -ms-transition: background-color 250ms linear !important;
  transition: background-color 250ms linear !important;
}
.openscreenscontrol.unsaved {
  background-color: #f0ad4e;
}
.saved-icon {
  left: 24px;
  top: 7px;
  position: absolute;
}
.saved-icon.exit {
  margin-top: 40px !important;
}
.saved-icon.exit-complete {
  margin-top: -40px !important;
}
.saved-icon.enter {
  animation: overshoot-rev 1s cubic-bezier(0.35, 0.68, 0, 1.51) both;
  animation-delay: 0.25s;
  margin-top: 0px !important;
}
.unsaved-icon {
  transition: top 0.25s linear;
  position: absolute;
  left: 24px;
  top: -12px;
}
.unsaved-icon.enter {
  animation: overshoot 1s cubic-bezier(0.35, 0.68, 0, 1.51) both;
  animation-delay: 0.25s;
  top: 7px;
}
.unsaved-icon.enter.complete {
  animation: overshoot 1s cubic-bezier(0.35, 0.68, 0, 1.51) both;
  top: 7px;
}
.unsaved-icon.exit {
  top: -12px;
}
@keyframes overshoot {
  10% {
    transform: translate3d(0, -1.5px, 0);
  }
  80% {
    transform: translate3d(0px, 0, 0);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes overshoot-rev {
  10% {
    transform: translate3d(0, 1.5px, 0);
  }
  80% {
    transform: translate3d(0px, 0, 0);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #757575 0%, #696969 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #696969 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #696969 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff757575', endColorstr='#ff696969', GradientType=0);
  background-color: #696969;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #757575 0%, #696969 100%);
    background-image: -o-linear-gradient(top, #757575 0%, #696969 100%);
    background-image: linear-gradient(to bottom, #757575 0%, #696969 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff757575', endColorstr='#ff696969', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu .divider {
  background-color: transparent;
}
.dropdown-menu li {
  overflow: hidden;
  position: relative;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #047bc1;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
a:hover,
a:focus {
  color: #047bc1;
}
/*# sourceMappingURL=quorum-bootstrap-theme.css.map */
/*!
(The MIT License)

Copyright (c) 2012-2014 Marcin Warpechowski
Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/
.handsontable {
  position: relative;
}

.handsontable .hide{
  display: none;
}
.handsontable .relative {
  position: relative;
}

.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

.handsontable .wtHider {
  width: 0;
}

.handsontable .wtSpreader {
  position: relative;
  width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  height: auto;
}

.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable input,
.handsontable textarea {
  min-height: initial;
}

.handsontable table.htCore {
  border-collapse: separate;
  /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
  /*this actually only changes appearance of user selection - does not make text unselectable
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /*user-select: none; /*no browser supports unprefixed version*/
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

.handsontable col {
  width: 50px;
}

.handsontable col.rowHeader {
  width: 50px;
}

.handsontable th,
.handsontable td {
  border-right: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
}

.handsontable td.htInvalid {
  background-color: #ff4c42 !important; /*gives priority over td.area selection background*/
}

.handsontable td.htNoWrap {
  white-space: nowrap;
}

.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.handsontable th:first-child,
.handsontable td:first-of-type,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}

.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #CCC;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}

.ht_master:not(.innerBorderLeft) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderLeft) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child
{
  border-right-width: 0;
}

.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #CCC;
}

.handsontable thead th .relative {
  padding: 2px 4px;
}

/* plugins */

.handsontable .manualColumnMover {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 5px;
  height: 25px;
  z-index: 999;
  cursor: move;
}

.handsontable .manualRowMover {
  position: fixed;
  left: -4px;
  top: 0;
  background-color: transparent;
  height: 5px;
  width: 50px;
  z-index: 999;
  cursor: move;
}

.handsontable .manualColumnMoverGuide,
.handsontable .manualRowMoverGuide {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #CCC;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  display: none;
}

.handsontable .manualColumnMoverGuide.active,
.handsontable .manualRowMoverGuide.active {
  display: block;
}

.handsontable .manualColumnMover:hover,
.handsontable .manualColumnMover.active,
.handsontable .manualRowMover:hover,
.handsontable .manualRowMover.active{
  background-color: #88F;
}

/* row + column resizer*/

.handsontable .manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 25px;
}

.handsontable .manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}

.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #AAB;
}

.handsontable .manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #AAB;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}

.handsontable .manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #AAB;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
}

.handsontable .columnSorting {
  position: relative;
}

.handsontable .columnSorting:hover {
  text-decoration: underline;
  cursor: pointer;
}

.handsontable .columnSorting.ascending::after {
  content: '\25B2';
  color: #5f5f5f;
  position: absolute;
  right: -15px;
}

.handsontable .columnSorting.descending::after {
  content: '\25BC';
  color: #5f5f5f;
  position: absolute;
  right: -15px;
}

.handsontable th.beforeHiddenColumn {
  position: relative;
}

.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  content: '\25C0';
  color: #bbb;
  position: absolute;
  right: 1px;
  top: 2px;
  font-size: 5pt;
}

.handsontable th.afterHiddenColumn {
  position: relative;
}

.handsontable th.afterHiddenColumn::before {
  left: 1px;
  top: 2px;
  right: auto;
  content: '\25B6';
}

.handsontable td.afterHiddenColumn.firstVisible {
  border-left: 1px solid #CCC;
}

.handsontable thead th.hiddenHeader {
  display: none;
}

/* border line */

.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder.hidden{
  display:none !important;
}

.handsontable td.area {
  background: -moz-linear-gradient(top,  rgba(181,209,255,0.34) 0%, rgba(181,209,255,0.34) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,209,255,0.34)), color-stop(100%,rgba(181,209,255,0.34))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b5d1ff', endColorstr='#57b5d1ff',GradientType=0 ); /* IE6-9 */
  background-color: #fff;
}

/* fill handle */

.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

.handsontableInput {
  border:none;
  outline-width: 0;
  margin: 0 ;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: inline-block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}

/*
TextRenderer readOnly cell
*/

.handsontable .htDimmed {
  color: #777;
}

.handsontable .htSubmenu {
  position: relative;
}

.handsontable .htSubmenu :after{
  content: '▶';
  color: #777;
  position: absolute;
  right: 5px;
}


/*
TextRenderer horizontal alignment
*/
.handsontable .htLeft{
  text-align: left;
}
.handsontable .htCenter{
  text-align: center;
}
.handsontable .htRight{
  text-align: right;
}
.handsontable .htJustify{
  text-align: justify;
}
/*
TextRenderer vertical alignment
*/
.handsontable .htTop{
  vertical-align: top;
}
.handsontable .htMiddle{
  vertical-align: middle;
}
.handsontable .htBottom{
  vertical-align: bottom;
}

/*
TextRenderer placeholder value
*/

.handsontable .htPlaceholder {
  color: #999;
}

/*
AutocompleteRenderer down arrow
*/

.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}

/*
CheckboxRenderer
*/

.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
.handsontable .htCheckboxRendererLabel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

/*
NumericRenderer
*/

.handsontable .htNumeric {
  text-align: right;
}

/*
Comment For Cell
*/
.htCommentCell{
  position: relative;
}
.htCommentCell:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid red;
}

@-webkit-keyframes opacity-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    /*display: none;*/
  }
}
@keyframes opacity-hide {
  from {
    /*display: block;*/
    opacity: 1;
  }
  to {
    opacity: 0;
    /*display: none;*/
  }
}

@-webkit-keyframes opacity-show {
  from {
    opacity: 0;
    /*display: none;*/
  }
  to {
    opacity: 1;
    /*display: block;*/
  }
}
@keyframes opacity-show {
  from {
    opacity: 0;
    /*display: none;*/
  }
  to {
    opacity: 1;
    /*display: block;*/
  }
}

/**
 * Handsontable in Handsontable
 */

.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px 0;
}

/* removing shadows, TODO: remove the commented code and this comment  */
/*.handsontable .handsontable:not(.ht_master) table {*/
  /*-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);*/
/*}*/

/**
* Autocomplete Editor
*/
.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}
.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}


/**
 * Handsontable listbox theme
 */

.handsontable.listbox {
  margin: 0;
}

.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}

.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent;
}

.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}

.ht_clone_top {
  z-index: 101;
}

.ht_clone_left {
  z-index: 102;
}

.ht_clone_top_left_corner,
.ht_clone_bottom_left_corner {
  z-index: 103;
}

.ht_clone_debug {
  z-index: 103;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/*
Cell borders
*/
.htBordered{
  /*box-sizing: border-box !important;*/
  border-width: 1px;
}
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}

.htCommentTextArea{
  -moz-box-shadow: 1px 1px 2px #bbb;
  -webkit-box-shadow: 1px 1px 2px #bbb;
  background-color: #FFFACD;
  border: 1px solid #999;
  box-shadow: 1px 1px 2px #bbb;
  font-family: 'Arial';
}

.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}


.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}

.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  /*top: -300%;*/
  bottom: 10px;
}


thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}

thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}

.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}

.handsontable thead tr th .htExpandButton {
  /*left: 5px;*/
  top: 5px;
}

.handsontable tr th .htExpandButton.clickable {
  display: block;
}

.collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translate(0% ,-50%);
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 10px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(238,238,238,1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(238,238,238,1);
  box-shadow: 0px 0px 0px 6px rgba(238,238,238,1);
  background: #eee;
}

.handsontable col.hidden {
  width: 0 !important;
}

.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #E6E6E6;
}

.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}

.ht_master,
.ht_clone_left,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}

.ht_master .wtHolder {
  overflow: auto;
}

.ht_clone_left .wtHolder {
  overflow-x: hidden;
  overflow-y: auto;
}

.ht_clone_top .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow-x: auto;
  overflow-y: hidden;
}


/*WalkontableDebugOverlay*/

.wtDebugHidden {
  display: none;
}

.wtDebugVisible {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: wtFadeInFromNone;
  animation-duration: 0.5s;
  animation-name: wtFadeInFromNone;
}

@keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
/*

 Handsontable Mobile Text Editor stylesheet

 */

.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}

.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/*.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
  z-index: 9999;
}*/

/* Initial left/top coordinates - overwritten when actual position is set */
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}

.htMobileEditorContainer.active {
  display: block;
}

.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}

.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}

.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}

.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}

.htMobileEditorContainer .cellPointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}

.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0px;
  cursor: move;
  z-index: 9999;
}

.htMobileEditorContainer .moveHandle:after {
  content: "..\a..\a..\a..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}

.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}

.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}

.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}

.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
  transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}

.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
  /*margin-top: 17pt;*/
  /*margin-left: 20pt;*/
}
.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
  /*margin-top: 17pt;*/
  /*margin-left: 10pt;*/
}
.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .upButton:after {
  /*border-top: 2px solid #cfcfcf;*/
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
  /*margin-top: 22pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
  /*margin-top: 15pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}

.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.3s;
  animation: opacity-hide 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.handsontable.show-tween {
  -webkit-animation: opacity-show 0.3s;
  animation: opacity-show 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
/*!
 * Handsontable ContextMenu
 */

.htContextMenu {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner,
.htContextMenu .ht_clone_debug {
  display: none;
}

.htContextMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #bbb;
  height: 0;
  padding: 0;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr.htHidden {
  display: none;
}

.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(/MID_ESUITE_PROD/Content/30_Quorum/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

