/* 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;
}
/*! 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 #dddddd;
  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: #ffffff;
  background-color: #333333;
  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 #cccccc;
  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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
  }
  .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: #ffffff;
  border: 1px solid #cccccc;
  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: #ffffff;
  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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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;
}
.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 #dddddd;
  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: #ffffff;
  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: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  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: #ffffff;
  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: #ffffff;
  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 #dddddd;
  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 #dddddd;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #757575;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #ffffff;
}
.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: -3px;
  padding: 0 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 0;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 0 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 0;
}
.tooltip-inner {
  max-width: 400px;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Kendo base CSS */
.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-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;
}
/* main gradient */
.k-block,
.k-button,
.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;
}
/* widget */
.k-textbox > input,
.k-input[type="text"],
.k-input[type="number"],
.k-textbox,
.k-picker-wrap .k-input,
.k-button {
  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;
}
/* Block */
.k-block {
  padding: 2px;
}
/* button */
.k-button {
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  font-family: inherit;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  cursor: default;
}
a.k-button {
  user-select: none;
  text-decoration: none;
}
/* Override the important default line-height in Firefox 4+ */
.k-ff input.k-button {
  padding-bottom: 0.37em;
  padding-top: 0.37em;
}
button.k-button::-moz-focus-inner,
input.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.k-button-expand {
  display: block;
}
button.k-button-expand,
input[type="submit"].k-button-expand,
input[type="button"].k-button-expand,
input[type="reset"].k-button-expand {
  width: 100%;
}
body .k-button-icon,
body .k-split-button-arrow {
  padding-left: .4em;
  padding-right: .4em;
}
.k-button-icontext {
  overflow: visible;
  /*IE9*/
}
.k-toolbar .k-button-icontext {
  padding-right: .8em;
}
.k-button-icontext .k-icon,
.k-button-icontext .k-image,
.k-button-icontext .k-sprite {
  margin-right: 3px;
  margin-right: .3rem;
  margin-left: -3px;
  margin-left: -0.3rem;
}
.k-button.k-button-icontext .k-icon,
.k-button.k-button-icontext .k-image {
  vertical-align: text-top;
}
.k-button.k-bare {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  opacity: .7;
}
.k-button.k-bare:hover,
.k-button.k-bare.k-state-hover,
.k-button.k-bare:active,
.k-button.k-bare.k-state-active,
.k-button.k-bare.k-state-active:hover {
  color: inherit;
}
.k-button.k-bare:focus,
.k-button.k-bare .k-state-focused {
  opacity: .8;
}
.k-button.k-bare:hover,
.k-button.k-bare.k-state-hover,
.k-button.k-bare:active,
.k-button.k-bare.k-state-active {
  opacity: 1;
}
.k-button.k-bare .k-icon,
.k-button.k-bare .k-font-icon {
  overflow: visible;
}
.k-button.k-bare:focus .k-icon,
.k-button.k-bare .k-state-focused .k-icon,
.k-button.k-bare:focus .k-font-icon,
.k-button.k-bare .k-state-focused .k-font-icon {
  text-shadow: 0 0 3px currentColor;
}
/* link */
.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.k-grid-header span.k-link {
  cursor: default;
}
/* states */
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-icon,
.k-state-disabled .k-button,
.k-state-disabled .k-draghandle,
.k-state-disabled .k-upload-button input {
  cursor: default !important;
  outline: 0;
}
@media print {
  .k-state-disabled,
  .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}
.k-state-error {
  border-style: ridge;
}
.k-state-empty {
  font-style: italic;
}
/* icons */
.k-icon.k-i-none {
  background-image: none !important;
  /* should never be a background on these */
}
/* In IE7 vertical align: middle can't be overridden */
.k-ie8 .k-icon,
.k-ie8 .k-sprite,
.k-ie8 .k-tool-icon {
  vertical-align: middle;
}
.k-file > .k-icon {
  background-position: -115px -91px;
}
.k-image {
  border: 0;
}
/* Colors */
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;
}
/* loading */
.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-loading-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  /*rtl*/
}
.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;
}
/* drag n drop */
.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;
}
/* ListBox Drag Clue */
.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;
  background-position: -4px -166px;
}
.k-reorder-cue .k-i-arrow-60-up {
  bottom: -4px;
  background-position: -4px -134px;
}
/* virtual scrollbar */
.k-scrollbar {
  position: absolute;
  overflow: scroll;
}
.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}
.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}
@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;
  /*needed by IE8*/
}
/* current time indicator */
.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;
}
/* override box sizing for grid layout framework integration (Bootstrap 3, Foundation 4) */
.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-button,
.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;
}
/* Fix for Bootstrap 3 */
.input-group .form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control.k-widget {
  padding: 0;
}
a.k-button:hover {
  text-decoration: none;
}
/* override iOS styles in mobile Kendo */
.km-widget,
.km-widget * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
input.k-checkbox,
.k-radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  overflow: hidden;
}
.k-ff input.k-checkbox,
.k-ff .k-radio {
  position: absolute;
}
.k-checkbox-label,
.k-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  vertical-align: text-top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}
.k-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  width: 8px;
  height: 8px;
  font-size: 16px;
  text-align: center;
  content: " ";
}
.k-checkbox:checked + .k-checkbox-label:before {
  content: "\2713";
}
.k-checkbox:disabled + .k-checkbox-label {
  cursor: auto;
}
.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-style: solid;
}
.k-radio:checked + .k-radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.k-radio:disabled + .k-radio-label {
  cursor: auto;
}
.k-ie8 input.k-checkbox,
.k-ie8 .k-radio {
  display: inline-block;
  width: auto;
}
.k-ie8 .k-checkbox-label,
.k-ie8 .k-radio-label {
  padding-left: 0;
}
.k-ie8 .k-checkbox-label:before,
.k-ie8 .k-radio-label:before,
.k-ie8 .k-radio-label:after {
  display: none;
}
/* RTL for checkboxes and radio buttons */
.k-rtl .k-checkbox-label,
.k-rtl .k-radio-label {
  padding-right: 1.5em;
}
.k-rtl .k-checkbox-label:before,
.k-rtl .k-radio-label:before {
  right: 0;
}
.k-rtl .k-radio:checked + .k-radio-label:after {
  right: 3px;
}
input.k-checkbox + label {
  -webkit-user-select: none;
}
/* Off-screen container used during export */
.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;
}
/* Font Icons */
.k-icon,
.k-font-icon,
.k-font-icon.k-icon,
.k-font-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;
  overflow: visible;
  color: inherit;
}
.k-icon:before,
.k-font-icon:before {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.k-icon,
.k-tool-icon,
.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 {
  width: initial;
  height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
}
.k-button.k-button-icon .k-icon,
.k-grid-filter .k-icon,
.k-header .k-icon {
  text-indent: -99999px;
}
.k-button.k-button-icon .k-icon:before,
.k-grid-filter .k-icon:before,
.k-header .k-icon:before {
  text-indent: 0;
}
/* Sprite icons */
.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;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-list-container .k-footer:before,
.k-list-container .k-footer:after {
  content: "";
  display: block;
  overflow: hidden;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* responsive panel */
.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-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 > input[type="checkbox"],
.k-edit-field > input[type="radio"] {
  margin-top: .4em;
}
.k-edit-form-container .k-button {
  margin: 0 .16em;
}
.k-edit-field > input[type="checkbox"]:first-child,
.k-edit-field > input[type="radio"]:first-child,
.k-edit-field > label:first-child > input[type="checkbox"],
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Window */
div.k-window {
  display: inline-block;
  position: absolute;
  z-index: 10001;
  border-style: solid;
  border-width: 1px;
  padding-top: 2em;
}
.k-block > .k-header,
.k-window-titlebar {
  position: absolute;
  width: 100%;
  height: 1.1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: -2em;
  padding: .4em 0;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
  /* icon size */
}
.k-block > .k-header {
  position: relative;
  margin: -2px 0 10px -2px;
  padding: .3em 2px;
}
.k-window-title {
  position: absolute;
  left: .44em;
  right: .44em;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
}
.k-window-title .k-image {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
div.k-window-titleless {
  padding-top: 0;
}
div.k-window-content {
  position: relative;
  height: 100%;
  padding: .58em;
  overflow: auto;
  outline: 0;
}
div.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}
.k-window-content > .km-scroll-container {
  height: 100%;
}
.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 0;
  right: .3em;
  padding-top: .3em;
  white-space: nowrap;
}
.k-window-titlebar .k-window-action {
  width: 22px;
  height: 22px;
  padding: 2px;
}
.k-window-action .k-icon {
  margin: 0;
  vertical-align: top;
}
.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}
.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}
.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}
.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}
.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}
.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 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;
  filter: alpha(opacity=50);
  opacity: .5;
}
.k-window .k-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.k-action-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: .6em;
  margin: 0 -1em;
}
.k-action-buttons .k-button {
  display: inline-block;
  margin: 0 0 0 6px;
  min-width: 75px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* TabStrip */
.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}
.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}
.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}
.k-tabstrip > .k-button {
  position: absolute;
  top: .4em;
  z-index: 2;
  user-select: none;
}
.k-tabstrip-bottom > .k-button {
  top: auto;
  bottom: .4em;
}
.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;
  margin: 0 -1px 0 0;
  padding: 0;
  vertical-align: top;
}
.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-state-active,
.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -2px;
  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;
}
/* TabStrip Loading Progress */
.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;
  -webkit-transition: "width 200ms linear";
  -ms-transition: "width 200ms linear";
  -o-transition: "width 200ms linear";
  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;
  }
}
/* left and right tabs */
.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;
}
/* left tabs */
.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: -2px;
  padding-right: 1px;
}
/* right tabs */
.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;
}
/* bottom tabs */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* PanelBar */
.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 {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  vertical-align: middle;
}
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link {
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}
.k-panelbar-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 {
  clear: both;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 1px;
  line-height: 2.0em;
  padding: 0.333em 0 0.333em 0.250em;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
.k-pager-numbers {
  margin: 0 2px;
}
.k-pager-numbers .k-state-selected {
  vertical-align: top;
}
.k-pager-numbers .k-current-page {
  display: none;
}
.k-pager-numbers li,
.k-pager-input {
  float: left;
}
.k-pager-info {
  float: right;
  padding: 0 1.333em;
}
.k-pager-numbers .k-link {
  text-decoration: none;
}
.k-pager-wrap > .k-link,
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  min-width: 2em;
}
.k-pager-wrap > .k-link {
  float: left;
  margin: 0 0.08333em;
  height: 2em;
  /*IE7*/
  line-height: 2em;
  /*IE7*/
  border-radius: 1.0833em;
  cursor: pointer;
  text-align: center;
}
.k-pager-wrap > a.k-state-disabled:hover {
  background: none;
  cursor: default;
}
.k-pager-numbers .k-link {
  text-align: center;
  line-height: 2em;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0833em;
}
.k-pager-wrap > .k-link {
  border-style: solid;
  border-width: 1px;
}
.k-pager-wrap .k-pager-refresh {
  float: right;
  margin-right: 0.5em;
  border-width: 0;
  border-radius: 0;
}
.k-pager-numbers .k-state-selected {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  border-radius: 1.0833em;
}
.k-pager-wrap .k-textbox {
  width: 3.333em;
}
.k-pager-wrap .k-dropdown {
  width: 4.500em;
}
.k-pager-refresh {
  float: right;
}
.k-pager-input,
.k-pager-sizes {
  padding: 0 1.4166em;
}
.k-pager-sizes {
  display: inline-block;
  padding-top: 1px;
}
.k-pager-sizes .k-widget.k-dropdown {
  margin-top: -2px;
}
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-widget {
  margin: 0 .4em 0;
}
@media only screen and (max-width: 1024px) {
  .k-webkit .k-pager-wrap,
  .k-ff .k-pager-wrap,
  .k-ie11 .k-pager-wrap,
  .k-edge .k-pager-wrap,
  .k-safari .k-pager-wrap {
    overflow: visible;
    min-height: 2.1em;
  }
  .k-webkit .k-pager-wrap .k-pager-nav,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-edge .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-ff .k-pager-input,
  .k-ie11 .k-pager-input,
  .k-edge .k-pager-input,
  .k-safari .k-pager-input {
    display: inline-block;
    vertical-align: top;
  }
  .k-webkit .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-edge .k-pager-numbers,
  .k-safari .k-pager-numbers {
    position: absolute;
    left: 4.8em;
    display: inline-flex;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-webkit .k-pager-numbers:first-child,
  .k-ff .k-pager-numbers:first-child,
  .k-ie11 .k-pager-numbers:first-child,
  .k-edge .k-pager-numbers:first-child,
  .k-safari .k-pager-numbers:first-child {
    left: .2em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-edge .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers {
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .k-webkit .k-rtl .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-edge .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers {
    left: auto;
    right: 4.8em;
    width: 4.5em;
  }
  .k-webkit .k-rtl .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-pager-numbers:first-child {
    left: auto;
    right: .2em;
  }
  .k-webkit .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-ff .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-edge .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-pager-numbers {
    right: 5.8em;
  }
  .k-webkit .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-edge .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }
  .k-webkit .k-pager-numbers li:not(.k-current-page),
  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-edge .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    width: 3.2em;
    padding: 0 .429em 0 .714em;
    border-radius: 1.0833em;
  }
  .k-webkit .k-pager-numbers + .k-link,
  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-edge .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link {
    margin-left: 4.8em;
  }
  .k-webkit .k-rtl .k-pager-numbers + .k-link,
  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-edge .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.1em;
    margin-left: 0;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-edge .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-edge .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    display: block;
    margin-right: 0;
    padding: 1px 5px 1px 5px;
    text-align: left;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    box-sizing: border-box;
    padding: 2px 2px 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2em -3px 0;
    padding: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 1.0833em 1.0833em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded li,
  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-edge .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .k-webkit .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-edge .k-pager-info,
  .k-safari .k-pager-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .k-webkit .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-edge .k-pager-sizes,
  .k-safari .k-pager-sizes {
    display: none;
  }
}
.k-rtl .k-pager-wrap .k-i-seek-e,
.k-rtl .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-arrow-w {
  transform: scaleX(-1);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Grid */
.k-grid,
.k-listview {
  position: relative;
  zoom: 1;
}
.k-grid table {
  width: 100%;
  margin: 0;
  /* override CSS libraries */
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: none;
}
.k-header.k-drag-clue {
  overflow: hidden;
}
.k-grid-header th.k-header,
.k-filter-row th {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: .5em .6em .4em .6em;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.k-grid-header th.k-header {
  vertical-align: bottom;
}
.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;
}
.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}
.k-filtercell > span > label {
  vertical-align: middle;
}
.k-filter-row label > input[type="radio"] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.k-ie10 .k-grid-header a:active {
  background-color: transparent;
  /*remove gray background*/
}
.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  /* due to sorting icons*/
  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 {
  /*reset default webkit styles*/
  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;
  /* scrollbar width; may vary; can be calculated */
  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%;
  /* IE9 bug workaround - expanding Grid on hover */
}
.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;
}
/* Grid :: locked columns */
.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;
  /* generally uneeded */
  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: 1px 0 0;
}
.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-grid-toolbar:first-child,
.k-grouping-header + .k-grid-toolbar {
  border-width: 0 0 1px;
}
/* Grid :: footer */
.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;
}
/* Grid :: paging */
.k-grid-pager {
  border-width: 1px 0 0;
}
.k-grid .k-pager-numbers {
  float: left;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
.k-widget.k-grid .k-pager-numbers {
  position: relative;
}
/* Grid :: filtering */
.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;
  /*mvc site.css*/
}
.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-button {
  width: 48%;
  margin: .5em 4% 0 0;
}
.k-filter-menu .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;
}
/* Grid :: grouping */
.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: none;
}
.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}
.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
  width: 27px;
}
.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.k-grouping-header {
  line-height: 2;
}
.k-grouping-dropclue {
  position: absolute;
  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-grouping-header .k-group-indicator {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  margin: 0 3px;
  padding: .15em .15em .15em .4em;
  line-height: 1.5em;
}
.k-grouping-header .k-link {
  display: inline-block;
  border-width: 0;
  padding: 0;
  line-height: normal;
  text-decoration: none;
}
.k-grouping-header .k-button {
  border: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}
.k-grouping-header .k-link .k-icon {
  margin: 0 0 0 -3px;
}
.k-grouping-header .k-button .k-icon {
  margin: 0 0 0 3px;
}
.k-grouping-header a,
.k-grouping-header .k-button {
  display: inline-block;
  vertical-align: middle;
}
/* Grid :: editing */
.k-dirty-cell:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  float: left;
}
.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #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 {
  margin: 0 .16em;
}
.k-grid tbody .k-button,
.k-ie8 .k-grid tbody button.k-button {
  min-width: 64px;
}
.k-grid tbody button.k-button {
  min-width: 78px;
  /* for all except IE8 */
}
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-edit-cell > .k-widget,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget,
.k-grid-edit-row > td > .text-box {
  width: 100%;
}
html .k-edit-cell .k-tooltip,
html .k-grid-edit-row .k-tooltip {
  width: auto;
  max-width: 300px;
}
.k-edit-cell input[type="checkbox"] {
  margin-left: .6em;
}
.k-grid tbody td > .k-grid-delete {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
/* Grid :: resizing */
.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;
  /*fix flicker on item hover*/
}
.k-ie8 .k-grid-filter,
.k-ie8 .k-header-column-menu {
  font-size: 100%;
  /* Fix small menus in IE8 */
}
.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;
}
/* Remove Grid scrollbar during built-in export */
.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}
/* Remove all sizes and scrolling */
.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;
}
/* Remove empty space reserved above the scrollbar */
.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .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;
}
/* responsive styles  */
.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 input.k-checkbox {
  width: 16px;
  margin-left: 1px;
  position: absolute;
  z-index: 1;
}
.k-grid input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}
.k-grid .k-checkbox-label.k-no-text {
  padding: 0;
}
.k-grid th input.k-checkbox {
  margin-top: 1px;
}
.k-grid .k-edit-cell input[type='checkbox'],
.k-grid .k-edit-cell input.k-checkbox {
  margin-left: 0!important;
}
.k-grid .k-edit-cell input[type='checkbox'] + label.k-checkbox-label,
.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
  margin-left: 0!important;
}
.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
  position: absolute;
  margin-left: 1px;
  margin-top: 0.8em;
  width: 14px;
  z-index: 1;
}
.k-window .k-popup-edit-form .k-edit-field input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}
.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.6em;
}
.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;
}
@media only screen and (max-width: 1024px) {
  .k-webkit .k-grid .k-pager-numbers,
  .k-ff .k-grid .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-edge .k-grid .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers {
    position: absolute;
    left: 4.8em;
    display: inline-flex;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-webkit .k-grid .k-pager-numbers:first-child,
  .k-ff .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-grid .k-pager-numbers:first-child,
  .k-edge .k-grid .k-pager-numbers:first-child,
  .k-safari .k-grid .k-pager-numbers:first-child {
    left: .2em;
  }
  .k-webkit .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-grid .k-pager-numbers.k-state-expanded,
  .k-edge .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .k-grid .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-edge .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers {
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-edge .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers {
    left: auto;
    right: 4.8em;
    width: 4.5em;
  }
  .k-webkit .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-grid .k-pager-numbers:first-child {
    left: auto;
    right: .2em;
  }
  .k-webkit .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-edge .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers {
    right: 5.8em;
  }
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-edge .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-webkit .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ff .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ie11 .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-edge .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-safari .k-grid .k-pager-number.k-state-expanded .k-current-page {
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }
}
.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-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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Gantt Chart start */
/* Gantt Main Layout */
.k-gantt {
  white-space: nowrap;
  position: relative;
}
.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.k-gantt .k-gantt-layout th {
  vertical-align: bottom;
}
.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}
.k-gantt-treelist > .k-treelist,
.k-gantt-timeline > .k-timeline {
  border-width: 0;
  height: 100%;
}
/* Gantt Toolbar, footer */
.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;
}
/* Gantt TreeList */
.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;
}
/* Gantt TimeLine */
.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}
.k-gantt-tasks {
  /*needed for RTL*/
  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 {
  text-align: center;
}
.k-gantt .k-gantt-timeline tr:first-child th {
  border-bottom-width: 1px;
}
/* Gantt TimeLine objects */
/* Summary */
.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;
}
/* Lines */
.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;
}
/* Milestone */
.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
}
.k-ie8 .k-task-milestone {
  margin-left: 1px;
}
/* Button */
.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;
}
/* Tasks */
.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}
.k-task-wrap {
  position: absolute;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}
.k-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-left: 16px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}
.k-task-wrap:hover .k-task-draghandle,
.k-task-wrap-active .k-task-draghandle {
  display: block;
}
.k-dependency-hint {
  z-index: 4;
}
/* Higher row height styles */
.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(98%);
}
.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}
.k-gantt-rowheight .k-task-content {
  height: 100%;
}
.k-gantt-rowheight .k-task-content > .k-resize-e:after,
.k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}
/*Task Hover Tooltip*/
.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;
}
/*Resources*/
.k-resources-wrap {
  position: absolute;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k-resources-wrap .k-resource {
  margin: 0px 5px;
}
/* Gantt Edit form */
.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;
}
/* Gantt Chart PDF export */
.k-pdf-export-shadow .k-gantt {
  float: left;
}
/* Remove all sizes and scrolling */
.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;
}
/* Remove empty space reserved above the scrollbar */
.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}
/* Hide the splitter */
.k-pdf-export-shadow .k-gantt .k-splitbar,
.k-pdf-export-shadow .k-pdf-export {
  display: none;
}
/* Responsive styles  */
button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: .5em;
}
.k-rtl button.k-gantt-toggle {
  float: right;
  margin-right: 0;
  margin-left: .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 {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 16px;
    height: 16px;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li,
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }
  .k-gantt-create span + span,
  .k-gantt-pdf span + span {
    display: none;
  }
  .k-gantt-create .k-icon,
  .k-gantt-pdf .k-icon {
    margin: 0;
  }
  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }
  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }
  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }
  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}
/* Gantt Chart end */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Calendar */
.k-calendar {
  position: relative;
  display: inline-block;
  width: 19em;
  overflow: hidden;
}
.k-week-number {
  width: 21.71428571em;
}
.k-calendar td,
.k-calendar .k-link {
  text-decoration: none;
}
.k-calendar .k-action-link {
  text-decoration: underline;
}
.k-calendar .k-header,
.k-calendar .k-footer {
  position: relative;
  text-align: center;
  zoom: 1;
}
.k-widget.k-calendar .k-nav-prev,
.k-widget.k-calendar .k-nav-next {
  position: absolute;
  top: 0.16666em;
  line-height: 1.8333em;
  height: 1.8333em;
}
.k-widget.k-calendar .k-nav-prev {
  left: 1%;
}
.k-widget.k-calendar .k-nav-next {
  right: 1%;
}
.k-calendar .k-content {
  float: left;
  border-spacing: 0;
  width: 100%;
  height: 14.167em;
  border-width: 0;
  margin: 0;
  table-layout: fixed;
  outline: 0;
}
.k-calendar .k-content,
.k-calendar .k-content th {
  text-align: right;
}
.k-calendar .k-content .k-alt {
  border-radius: 0;
  text-align: center;
  font-weight: normal;
  cursor: default;
  line-height: 1.8333em;
}
.k-calendar .k-animation-container .k-content {
  height: 100%;
}
.k-widget.k-calendar .k-nav-fast {
  display: inline-block;
  width: 75%;
  height: 1.8333em;
  line-height: 1.8333em;
  margin: 0.16666em -0.08333em 0.3333em 0;
}
.k-calendar .k-header .k-icon {
  vertical-align: middle;
}
.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
  height: 1.8333em;
  width: 1.8333em;
}
.k-calendar th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: .4em .45em .4em .1em;
  font-weight: normal;
  cursor: default;
}
.k-calendar td {
  padding: 0.08333em;
  cursor: pointer;
}
.k-calendar .k-state-focus {
  border-style: dotted;
  border-width: 0.08333em;
  padding: 0;
}
.k-calendar .k-content .k-link {
  display: block;
  overflow: hidden;
  min-height: 1.8333em;
  line-height: 1.8333em;
  padding: 0 .45em 0 .1em;
}
.k-calendar .k-meta-view .k-link {
  padding: .25em 0 .3em;
  text-align: center;
}
.k-calendar .k-century .k-link {
  text-align: left;
  padding: 0 .45em;
}
.k-calendar .k-footer {
  clear: both;
}
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  display: block;
  height: 100%;
  padding: .5em 0;
}
.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* TreeView */
div.k-treeview {
  /* due to k-widget */
  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-treeview .k-checkbox {
  margin-top: .2em;
}
.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-top: .05em;
  margin-left: -16px;
  cursor: pointer;
}
.k-treeview .k-i-collapse {
  margin-top: -0.4em;
}
.k-treeview .k-sprite,
.k-treeview .k-image {
  margin-right: 3px;
}
.k-treeview .k-in {
  margin: 1px 0 1px 0.3333em;
  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;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.k-treeview .k-state-hover,
.k-treeview .k-state-hover:hover {
  cursor: pointer;
}
.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: -16px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ComboBox & DropDownList */
span.k-datepicker,
span.k-timepicker,
span.k-datetimepicker,
span.k-colorpicker,
span.k-numerictextbox,
span.k-combobox,
span.k-dropdown,
.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-selectbox,
.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-combobox > .k-dropdown-wrap > .k-i-close,
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  display: none;
  position: absolute;
  right: 0;
}
.k-autocomplete > .k-i-close,
.k-combobox > .k-dropdown-wrap > .k-i-close {
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.k-ie8 .k-autocomplete > .k-i-close,
.k-ie8 .k-combobox > .k-dropdown-wrap > .k-i-close {
  margin-top: -8px;
}
.k-combobox > .k-dropdown-wrap > .k-i-close {
  font-size: 100%;
  right: 2.4em;
}
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  top: 6px;
}
.k-autocomplete > .k-i-close,
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  margin-right: 6px;
}
.k-autocomplete.k-state-hover > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-hover > .k-i-close,
.k-autocomplete.k-state-focused > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-focused > .k-i-close {
  display: inline-block;
  outline: none;
}
.k-autocomplete > .k-hidden,
.k-combobox > .k-dropdown-wrap > .k-hidden,
.k-multiselect .k-hidden {
  display: none !important;
}
.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-state-border-down > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-border-down > .k-i-close {
  margin-top: -1px;
}
.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-autocomplete,
.k-filter-menu .k-textbox {
  width: 13.2em;
}
.k-autocomplete,
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-colorpicker,
.k-numerictextbox,
.k-dropdown,
.k-selectbox,
.k-toolbar .k-split-button {
  white-space: nowrap;
}
.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 {
  position: relative;
}
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  display: block;
}
.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-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-state-border-down,
.k-autocomplete.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-bottom-width: 0;
  padding-bottom: 1px;
}
.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}
.k-textbox,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  border-width: 1px;
  border-style: solid;
  padding: 0 1.9em 0 0;
}
.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}
.k-textbox,
.k-autocomplete {
  padding: 0;
}
.k-textbox {
  padding-right: 20px;
}
.k-textbox.k-space-left {
  padding-left: 1.9em;
}
.k-textbox.k-space-right {
  padding-right: 1.9em;
}
.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}
.k-space-left .k-icon {
  left: 3px;
}
.k-space-right .k-icon {
  right: 3px;
}
/*prevent missing bottom border at some zoom levels*/
span.k-textbox:after {
  content: "\a0";
  display: block;
  height: .4px;
  overflow: hidden;
}
.k-autocomplete,
.k-dropdown-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover {
  transition: box-shadow .15s ease-out;
  -webkit-transition: "box-shadow .15s ease-out";
  -ms-transition: "box-shadow .15s ease-out";
  -o-transition: "box-shadow .15s ease-out";
  transition: "box-shadow .15s ease-out";
}
.k-textbox > input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-combobox .k-input {
  width: 100%;
  vertical-align: top;
}
.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-selectbox .k-input {
  background: transparent;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  position: absolute;
  /* icon positioning */
  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;
  /* skin-related, inherit does not work in ie7- */
}
span.k-datetimepicker .k-select,
span.k-datetimepicker .k-select + .k-select {
  right: 0;
}
.k-textbox > input,
.k-autocomplete .k-input {
  display: block;
}
.k-combobox .k-icon {
  /*margin-top: 1px;*/
}
.k-dropdown .k-select,
.k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.k-dropdown .k-input,
.k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  height: 2.214em;
  line-height: 2.214em;
  padding: 0.177em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}
.k-combobox .k-dropdown-wrap:before,
.k-picker-wrap:before,
.k-numeric-wrap:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 2.214em;
  padding-bottom: 0.3em;
}
.k-combobox-clearable .k-input {
  padding-right: 1.9em;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.568em;
}
/* fix missing bottom border on browser zoom in Chrome */
.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-picker-wrap:before,
.k-webkit .k-numeric-wrap:before {
  padding-bottom: 0.38em;
}
/* above style breaks NumericTextBox layout due display:block style applied to the input */
.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 {
  min-height: 2.214em;
  line-height: 2.564em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: 1.9em;
  height: 100%;
}
.k-numeric-wrap .k-select {
  padding: 0;
}
body .k-datetimepicker .k-select {
  border-radius: 0;
}
.k-combobox .k-select,
.k-dropdown,
.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-button.k-state-disabled,
.k-overflow-container .k-button.k-state-disabled:hover {
  border: 0 ;
  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;
}
/* MultiSelect */
.k-multiselect-wrap {
  position: relative;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  border-color: #C5C5C5;
  background-color: #FFF;
  min-height: 2.04em;
  padding-right: 22px;
}
.k-multiselect-wrap .k-input {
  background-color: transparent;
  height: 1.31em;
  line-height: 1.31em;
  padding: 0.18em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 1px 0 0;
  float: left;
}
.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}
.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: .1em 1.6em .1em .4em;
  line-height: 2.064em;
  float: left;
  position: relative;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  position: absolute;
  right: 3px;
  bottom: 4px;
}
.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: .03em .2em;
}
/* Date/Time Pickers */
.k-datetimepicker .k-picker-wrap {
  padding-right: 3.8em;
}
.k-datetimepicker .k-select {
  width: 3.8em;
}
.k-datetimepicker .k-select .k-link-date {
  margin-left: -0.285em;
}
.k-datetimepicker .k-select .k-link-time {
  margin-right: -0.285em;
  margin-left: .428em;
}
.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}
.k-picker-wrap .k-icon {
  cursor: pointer;
}
.k-button,
.k-textbox,
.k-timepicker,
.k-datepicker,
.k-datetimepicker {
  display: inline-block;
  vertical-align: middle;
}
.k-picker-wrap .k-input {
  margin: 0;
}
.k-time-popup .k-item {
  padding: 1px 3px;
}
/* inputs */
.k-input {
  padding: 0.25em 0;
}
.k-input,
.k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-textbox {
  outline: 0;
}
input.k-textbox,
textarea.k-textbox {
  padding: 2px .3em;
}
input.k-textbox {
  height: 2.694em;
  text-indent: 0.8em;
  line-height: 1.6em;
}
.k-ie input.k-textbox {
  text-indent: 0.4em;
}
.k-ff input.k-textbox {
  height: 2.17em;
}
textarea.k-textbox {
  height: auto;
}
/* NumericTextBox */
span.k-numerictextbox {
  background-color: transparent;
}
.k-numerictextbox .k-input {
  margin: 0;
}
.k-numerictextbox .k-link {
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
  overflow: hidden;
}
.k-numerictextbox .k-icon {
  display: block;
  margin: auto;
  height: 100%;
}
.k-numerictextbox .k-i-arrow-60-up {
  top: 2px;
}
.k-numerictextbox .k-i-arrow-60-down {
  bottom: 2px;
}
.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* ColorPicker */
.k-colorpicker .k-picker-wrap {
  line-height: 2em;
}
.k-colorpicker .k-selected-color {
  vertical-align: top;
  display: inline-block;
  height: 2em;
  width: 2em;
}
.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-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}
.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}
.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover {
  z-index: 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);
}
.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 265px;
  padding-bottom: 5px;
}
div.k-flatcolorpicker {
  background-color: transparent;
  background-image: none;
}
.k-flatcolorpicker .k-selected-color {
  background-image: url("../Content/Quorum/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 .65em;
  border: 0;
  margin: 0;
  width: 82%;
}
.k-flatcolorpicker .k-selected-color .k-color-input {
  background-color: #fff;
  display: inline-block;
  width: 84%;
  text-align: left;
}
.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 #444444;
  -webkit-box-shadow: 0 1px 2px #444444;
  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 #000000;
  -webkit-box-shadow: 0 1px 5px #000000;
}
.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 #444444;
  -webkit-box-shadow: 0 1px 4px #444444;
}
.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 #000000;
  -webkit-box-shadow: 0 1px 5px #000000;
  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("../Content/Quorum/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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url("../Content/Quorum/textures/hue.png") repeat 0 50%;
}
.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background: url("../Content/Quorum/textures/transparency.png") repeat 0 50%;
}
.k-ie8 .k-flatcolorpicker .k-hsv-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00ffffff',GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0);
}
.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: 1.9em;
  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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Editor */
table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}
.k-editor-inline {
  border-width: 2px;
  padding: .3em .5em;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
}
.k-editortoolbar-dragHandle {
  cursor: move;
  padding-left: 0;
  padding-right: 3px;
  box-shadow: none !important;
}
.k-editor-widget > .k-window-content {
  overflow: hidden;
}
.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}
.k-editor-toolbar {
  margin: 0;
  padding: .1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
  /* allow tools to wrap properly in IE */
}
.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-webkit .k-editor-toolbar li,
.k-safari .k-editor-toolbar li,
.k-ff .k-editor-toolbar li,
.k-ie9 .k-editor-toolbar li,
.k-ie10 .k-editor-toolbar li,
.k-edge .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 {
  white-space: nowrap;
}
.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;
}
/* default tool widths */
.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-button-group .k-state-disabled {
  display: none;
}
.k-button-group .k-state-hover,
.k-button-group .k-state-active {
  vertical-align: middle;
}
.k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: .3;
}
.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  outline: 0;
}
.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}
.k-editor .k-tool {
  outline: 0;
}
.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
  /*fixes missing top border caused by the inline display*/
}
.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-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-editor .k-resize-handle {
  position: absolute;
  padding: 5px;
  right: 0;
  bottom: 0;
}
.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}
.k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
}
.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}
.k-editor-overflow-popup .k-tool.k-state-disabled {
  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-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.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Notification */
.k-notification-wrap {
  padding: .6em .5em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
.k-notification-button .k-notification-wrap {
  padding-right: 20px;
}
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-warning,
.k-notification-wrap > .k-i-information {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 7px;
  right: 4px;
  display: none;
}
.k-notification-button .k-notification-wrap > .k-i-close {
  display: block;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Progressbar */
.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%;
}
.k-ie8 .k-progressbar-vertical .k-progress-status {
  writing-mode: bt-lr;
  padding: .5em 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Slider */
div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  user-select: none;
}
.k-slider-vertical {
  width: 26px;
  height: 200px;
  /* default height */
}
.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  /* default width */
  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-slider .k-button .k-icon {
  margin-top: 3px;
  vertical-align: top;
}
.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;
  /*prevent window resize in IE8 when appending*/
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Scheduler */
.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-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-phone .k-scheduler-toolbar + .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  text-align: center;
}
.k-scheduler-phone .k-scheduler-toolbar + .k-scheduler-toolbar .k-scheduler-navigation > li {
  background: none;
  border: 0;
}
.k-scheduler-phone .k-toolbar .k-nav-next {
  float: right;
}
.k-scheduler-phone .k-toolbar .k-nav-prev {
  float: left;
}
.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-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;
}
/* fix smashed second layout column in iPad */
.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: .334em .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-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: 80px;
  text-align: right;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td,
.k-scheduler-phone .k-scheduler-monthview .k-hidden {
  height: 40px;
}
.k-scheduler-table td,
.k-slot-cell {
  vertical-align: top;
}
/* separate due to old IEs */
.k-scheduler-layout tr + tr .k-scheduler-times th:last-child {
  vertical-align: top;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td {
  text-align: center;
  vertical-align: middle;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span {
  font-size: 1.5em;
}
.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-scheduler-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 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
}
.k-more-events > span {
  display: block;
  margin-top: -0.6em;
}
.k-event,
.k-more-events {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
}
.k-event {
  cursor: default;
  min-height: 1.3em;
}
.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: .6;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.k-scheduler-header .k-event {
  white-space: nowrap;
}
.k-event-template {
  padding: .3em 1.4em .3em .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-phone .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}
.k-scheduler-phone .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}
.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}
.k-scheduler-marquee.k-first:before,
.k-scheduler-marquee.k-last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}
div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}
.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: .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;
}
.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
  clear: right;
  margin-right: 2%;
  margin-left: 2%;
  padding: 0 0 .6em;
}
.k-edit-box {
  float: left;
}
.k-edit-box + .k-edit-box {
  float: right;
}
.k-scheduler-edit-form label + input {
  margin-left: 1em;
}
.k-edit-field > ul.k-reset > li {
  margin: .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 {
  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 li.k-nav-current .k-sm-date-format {
  display: none;
}
.k-scheduler-refresh {
  float: right;
  padding: 0 .5em;
}
/* Responsive styles  */
@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-ie11 .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 {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-edge .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-edge .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline;
  }
  .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-ie11 .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 {
    display: block;
    border-width: 1px;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .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-ie11 .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 {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .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-ie11 .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,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .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-ie11 .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: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .k-webkit .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ff .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-edge .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }
  .k-webkit .k-scheduler-timecolumn,
  .k-ff .k-scheduler-timecolumn,
  .k-ie11 .k-scheduler-timecolumn,
  .k-edge .k-scheduler-timecolumn,
  .k-safari .k-scheduler-timecolumn {
    width: 5em;
  }
  .k-webkit .k-scheduler-datecolumn,
  .k-ff .k-scheduler-datecolumn,
  .k-ie11 .k-scheduler-datecolumn,
  .k-edge .k-scheduler-datecolumn,
  .k-safari .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }
  .k-webkit .k-scheduler-timecolumn > div,
  .k-ff .k-scheduler-timecolumn > div,
  .k-ie11 .k-scheduler-timecolumn > div,
  .k-edge .k-scheduler-timecolumn > div,
  .k-safari .k-scheduler-timecolumn > div,
  .k-webkit .k-scheduler-datecolumn > div,
  .k-ff .k-scheduler-datecolumn > div,
  .k-ie11 .k-scheduler-datecolumn > div,
  .k-edge .k-scheduler-datecolumn > div,
  .k-safari .k-scheduler-datecolumn > div {
    white-space: normal;
  }
}
/* Remove scrollbars during PDF export */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Tooltip */
.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;
  /*slider tooltip only*/
  text-align: center;
  /*slider tooltip only*/
}
.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;
  pointer-events: none;
}
.k-callout-n {
  top: -12px;
  left: 50%;
  pointer-events: none;
}
.k-callout-w {
  top: 50%;
  left: -12px;
  pointer-events: none;
}
.k-callout-s {
  left: 50%;
  bottom: -12px;
  pointer-events: none;
}
.k-callout-e {
  top: 50%;
  right: -12px;
  pointer-events: none;
}
.k-slider-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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Splitter */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Upload */
html .k-upload {
  position: relative;
}
.k-dropzone em,
.k-upload-button {
  vertical-align: middle;
}
.k-dropzone,
.k-file {
  position: relative;
}
.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: .8em;
  background-color: transparent;
}
.k-dropzone em {
  display: none;
  margin-left: .6em;
}
.k-dropzone-active em {
  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-sync .k-upload-button,
.k-ie8 .k-upload-button,
.k-ie9 .k-upload-button {
  margin: .8em;
}
.k-upload-button input {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  /* critical for correct operation; larger values lead to ignoring or text layout problems in IE */
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.k-upload-files {
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
  padding-bottom: 5px;
}
.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-si-refresh,
.k-i-srefresh {
  background-position: -160px -128px;
}
.k-link:not(.k-state-disabled):hover > .k-si-refresh,
.k-link:not(.k-state-disabled):hover > .k-i-srefresh,
.k-state-hover > .k-si-refresh,
.k-state-hover > .k-i-srefresh,
.k-state-hover > * > .k-si-refresh,
.k-state-hover > * > .k-i-srefresh,
.k-button:not(.k-state-disabled):hover .k-si-refresh,
.k-button:not(.k-state-disabled):hover .k-i-srefresh,
.k-textbox:hover .k-si-refresh,
.k-textbox:hover .k-i-srefresh,
.k-button:active .k-si-refresh,
.k-button:active .k-i-srefresh {
  background-position: -160px -128px;
}
.k-si-tick,
.k-i-stick,
.k-success {
  background-position: -160px -96px;
}
.k-link:not(.k-state-disabled):hover > .k-si-tick,
.k-link:not(.k-state-disabled):hover > .k-i-stick,
.k-link:not(.k-state-disabled):hover > .k-success,
.k-state-hover > .k-si-tick,
.k-state-hover > .k-i-stick,
.k-state-hover > .k-success,
.k-state-hover > * > .k-si-tick,
.k-state-hover > * > .k-i-stick,
.k-state-hover > * > .k-success,
.k-button:not(.k-state-disabled):hover .k-si-tick,
.k-button:not(.k-state-disabled):hover .k-i-stick,
.k-button:not(.k-state-disabled):hover .k-success,
.k-textbox:hover .k-si-tick,
.k-textbox:hover .k-i-stick,
.k-textbox:hover .k-success,
.k-button:active .k-si-tick,
.k-button:active .k-i-stick,
.k-button:active .k-success {
  background-position: -160px -96px;
}
.k-si-cancel,
.k-i-scancel {
  background-position: -160px -112px;
}
.k-link:not(.k-state-disabled):hover > .k-si-cancel,
.k-link:not(.k-state-disabled):hover > .k-i-scancel,
.k-state-hover > .k-si-cancel,
.k-state-hover > .k-i-scancel,
.k-state-hover > * > .k-si-cancel,
.k-state-hover > * > .k-i-scancel,
.k-button:not(.k-state-disabled):hover .k-si-cancel,
.k-button:not(.k-state-disabled):hover .k-i-scancel,
.k-textbox:hover .k-si-cancel,
.k-textbox:hover .k-i-scancel,
.k-button:active .k-si-cancel,
.k-button:active .k-i-scancel {
  background-position: -160px -112px;
}
.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: .65em .17em .65em 1em;
}
.k-file .k-upload-action {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin-right: 3px;
}
.k-file .k-icon {
  display: inline-block;
  position: relative;
}
.k-file-extension-wrapper,
.k-file-name-size-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-state {
  visibility: hidden;
}
.k-file-name-size-wrapper {
  vertical-align: middle;
  margin-left: 1em;
}
.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;
  min-width: 10em;
  max-width: 16.667em;
  vertical-align: middle;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-ie8 .k-upload-status-total {
  line-height: 29px;
}
.k-ie8 .k-upload-status-total,
.k-ie9 .k-upload-status-total {
  top: 1.5em;
}
.k-ie8 .k-upload-status-total > .k-icon,
.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;
}
div.k-chart,
div.k-gauge,
span.k-sparkline,
.k-stockchart {
  background-color: transparent;
}
.k-gauge {
  text-align: left;
  position: relative;
}
.k-baseline-marker {
  zoom: 1;
  *display: inline;
}
.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 12000;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}
.k-chart-tooltip-inverse {
  color: #000;
}
.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}
.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}
.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: .1em .2em;
}
.k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
}
/*Stock Charts*/
/* Selection */
.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;
}
/* Navigator hint */
.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;
}
/* Sparklines */
.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}
.k-sparkline span {
  height: 100%;
  width: 100%;
}
/* Map */
.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 {
  position: absolute;
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  cursor: pointer;
}
.k-map .k-marker-pin {
  background-position: 0px 40px;
}
.k-map .k-marker-pin-target {
  background-position: 0px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    width: 56px;
    height: 80px;
    margin: -80px 0 0 -28px;
  }
  .k-map .k-marker-pin {
    background-position: 0px 80px;
  }
}
/* Control positions */
.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;
}
/* Map navigator */
.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;
  /*IE7*/
  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;
}
/* Attribution */
.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}
/* Zoom */
.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;
}
/* RTL */
.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;
}
/* Diagram */
.k-diagram {
  height: 600px;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-canvas-container {
  width: 100%;
  height: 100%;
}
/* IE8- */
.k-diagram img {
  box-sizing: content-box;
}
/* TreeMap start */
.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,
.k-treemap-tile.k-state-hover: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;
}
/* TreeMap end */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* common mobile css */
.km-root,
.km-pane,
.km-pane-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
.km-pane-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.km-pane,
.km-shim {
  font-family: sans-serif;
}
.km-pane {
  overflow-x: hidden;
}
.km-view {
  top: 0;
  left: 0;
  position: absolute;
  display: -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-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: flex;
}
.km-content {
  min-height: 1px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-align: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}
.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  line-height: 2em;
}
.km-actionsheet {
  padding: 0;
  margin: 0;
}
.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}
.km-shim .k-animation-container,
.km-actionsheet-wrapper {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.km-shim .k-animation-container {
  width: auto;
}
/* /common mobile css */
.km-pane-wrapper .k-grid-edit-form > .km-header,
.km-pane-wrapper .k-grid-column-menu > .km-header,
.km-pane-wrapper .k-grid-filter-menu > .km-header,
.km-pane-wrapper .k-scheduler-edit-form > .km-header {
  border-style: solid;
  border-width: 1px;
  padding: .3em .6em;
  text-align: center;
  width: auto;
  line-height: 2em;
}
.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-toolbar,
.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-footer {
  line-height: 2em;
}
.km-pane-wrapper .k-grid-edit-form .k-multiselect,
.km-pane-wrapper .k-scheduler-edit-form .k-multiselect {
  width: 15em;
}
.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,
.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap {
  display: block;
}
.km-pane-wrapper .k-grid-column-menu .k-done,
.km-pane-wrapper .k-grid-filter-menu .k-submit,
.km-pane-wrapper .k-grid-edit-form .k-grid-update,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update {
  float: right;
}
.km-pane-wrapper .k-grid-filter-menu .k-i-cancel,
.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel {
  float: left;
}
.km-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}
/* Actiosheet Styles */
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,
*:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  display: block;
  text-align: center;
}
*:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  font-size: 1.4em;
  margin: .3em 1em;
}
*:not(.km-pane) > .km-shim .km-actionsheet-title {
  text-align: center;
  line-height: 3em;
  margin-bottom: -0.3em;
}
*:not(.km-pane) > .km-shim > .k-animation-container {
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
}
/* Adaptive Grid */
.km-pane-wrapper > div.km-pane {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: normal;
}
.km-pane-wrapper .k-popup-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-column-menu .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-filter-menu .km-content > .km-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  width: 74%;
}
.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.km-pane-wrapper .k-grid-edit-form .k-edit-form-container {
  width: auto;
}
.km-pane-wrapper .k-filter-menu .k-button {
  width: 100%;
  margin: 0;
}
.k-grid-mobile {
  border-width: 0;
}
.k-grid-mobile .k-resize-handle-inner {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -7px;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}
.k-grid-mobile .k-resize-handle-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -53px;
}
.k-grid-mobile .k-resize-handle-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -21px;
}
/* Adaptive Grid & Scheduler */
.km-pane-wrapper .km-pane * {
  background-clip: border-box;
}
.km-pane-wrapper .km-pane .k-mobile-list,
.km-pane-wrapper .k-mobile-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  background: none;
}
.km-pane-wrapper .km-switch {
  top: 50%;
  right: .8rem;
  position: absolute;
  margin-top: -1.1rem;
}
.km-pane-wrapper .k-mobile-list .k-state-disabled {
  opacity: 1;
}
.km-pane-wrapper .k-mobile-list .k-state-disabled > * {
  opacity: .7;
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-item > .k-link,
.km-pane-wrapper .k-mobile-list .k-item > .k-label,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  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 0 .5em 1em;
  font-size: 1em;
}
.km-pane-wrapper .k-edit-form-container,
.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container {
  padding-top: 1em;
  width: 100%;
}
.km-pane-wrapper .k-mobile-list .k-edit-label {
  position: absolute;
  margin: 0;
  float: none;
  clear: none;
  width: 100%;
}
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label label {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .1em 0;
  margin: 0;
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  font-size: 1em;
  line-height: 1.6em;
  overflow: hidden;
}
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  width: 100%;
  float: none;
  clear: none;
  min-height: 2.7em;
}
.km-pane-wrapper .km-header .k-icon,
.km-pane-wrapper .k-grid-toolbar .k-icon,
.km-pane-wrapper .k-grid-edit .k-icon,
.km-pane-wrapper .k-grid-delete .k-icon {
  display: none;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  padding: .5em 0;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar {
  padding: .3em 0;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li {
  line-height: 2em;
}
.km-pane-wrapper .k-mobile-list .k-item > * {
  line-height: normal;
}
.km-pane-wrapper .k-mobile-list .k-edit-buttons,
.km-pane-wrapper .k-mobile-list .k-button-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
  margin: 0;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-filter-help-text > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  display: block;
  padding: .2em 1em;
  font-size: .95em;
  position: -webkit-sticky;
  margin: 0;
  font-weight: normal;
  line-height: 2em;
  background: transparent;
  border-top: 1em solid transparent;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  position: relative;
}
.km-pane-wrapper .k-mobile-list .k-item:first-child {
  border-top: 0;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  border-bottom: 0;
}
.km-pane-wrapper .k-mobile-list .k-item > .k-link,
.km-pane-wrapper .k-mobile-list .k-item > .k-label {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em 0 -0.5em -1em;
}
/* Mobile list form elements */
.k-check[type=checkbox],
.k-check[type=radio],
.k-mobile-list .k-edit-field [type=checkbox],
.k-mobile-list .k-edit-field [type=radio] {
  appearance: none;
  background-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-link .k-check,
.km-pane-wrapper .k-mobile-list .k-label .k-check,
.k-mobile-list .k-edit-field [type=checkbox],
.k-mobile-list .k-edit-field [type=radio] {
  border: 0;
  font-size: inherit;
  width: 13px;
  height: 13px;
  margin: .26em 1em .26em 0;
}
.k-ie .km-pane-wrapper .k-icon,
.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check,
.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,
.k-ie .k-mobile-list .k-edit-field [type=checkbox],
.k-ie .k-mobile-list .k-edit-field [type=radio] {
  font-size: inherit;
  text-indent: -9999px;
  width: 1.01em;
  height: 1em;
}
.km-pane-wrapper .k-column-menu .k-label .k-check {
  height: 16px;
  width: 16px;
}
.km-pane-wrapper .km-pane .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
  text-indent: 0;
  font-size: 1em;
  line-height: 1.6em;
  vertical-align: middle;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.km-pane-wrapper .k-mobile-list .k-widget {
  border: 0;
  border-radius: 0;
}
.k-ie .km-pane-wrapper .k-mobile-list .k-widget {
  height: initial;
}
.km-pane-wrapper .k-mobile-list .k-widget .k-input,
.km-pane-wrapper .k-mobile-list .k-widget .k-state-default {
  border: 0;
  background: transparent;
}
.km-pane-wrapper *:not(.k-state-default):not(.k-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
  width: 80%;
  padding: .6em 0;
  margin: -0.5em 0;
}
.km-pane-wrapper .km-pane .k-mobile-list input,
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-mobile-list .k-edit-field > * {
  appearance: none;
  float: right;
  z-index: 1;
  position: relative;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right {
  padding: 10px;
  border-radius: 0;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input {
  float: none;
  width: 100%;
  padding: 1px 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 30px;
  border-width: 1px;
  border-style: solid;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-icon {
  position: absolute;
  left: 20px;
  z-index: 1;
}
.km-pane-wrapper .k-scheduler-views {
  width: 18em;
}
.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar {
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: .5em 1em;
}
.km-pane-wrapper #recurrence .k-scheduler-navigation {
  width: 100%;
}
.km-pane-wrapper .k-scheduler-views,
.km-pane-wrapper .k-mobile-list .k-scheduler-navigation {
  display: table;
  table-layout: fixed;
}
.km-pane-wrapper .k-scheduler-views li,
.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li {
  display: table-cell;
  text-align: center;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  margin: 0;
  padding-left: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  margin-top: -0.5em;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:last-child {
  margin-bottom: -0.5em;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
  text-indent: 1em;
}
.km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
  margin-left: 20%;
  float: left;
}
.km-pane-wrapper .k-mobile-list .k-picker-wrap,
.km-pane-wrapper .k-mobile-list .k-numeric-wrap,
.km-pane-wrapper .k-mobile-list .k-dropdown-wrap {
  position: static;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select {
  position: absolute;
  top: 0;
  right: 0;
  line-height: normal;
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link {
  height: 50%;
}
.km-pane-wrapper .k-grid .k-button,
.km-pane-wrapper .k-edit-form-container .k-button {
  margin: 0;
}
.km-pane-wrapper .k-grid .k-button + .k-button,
.km-pane-wrapper .k-edit-form-container .k-button + .k-button {
  margin: 0 0 0 .18em;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected,
.km-pane-wrapper .k-pager-wrap > .k-link {
  width: 2.4em;
  height: 2.4em;
  line-height: 2.1em;
  border-radius: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected {
  width: auto;
  line-height: 2.2em;
  padding: 0 .86em;
  min-width: .7em;
}
.km-pane-wrapper .k-pager-wrap {
  line-height: 2.4em;
}
@media all and (max-width: 1024px) {
  .km-pane-wrapper .k-pager-nav + .k-pager-nav ~ .k-pager-nav {
    position: absolute;
    right: .3em;
    top: .3em;
  }
  .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav {
    right: 3em;
  }
  .km-pane-wrapper .k-pager-info,
  .km-pane-wrapper .k-pager-refresh {
    display: none;
  }
}
@media all and (max-width: 699px), (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 800px) {
  .km-pane-wrapper *:not(.k-state-default):not(.k-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
  .km-pane-wrapper .k-mobile-list select:not([multiple]),
  .km-pane-wrapper .k-mobile-list textarea,
  .km-pane-wrapper .k-mobile-list .k-widget,
  .km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
    width: 50%;
  }
  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
    margin-left: 50%;
  }
  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-timezone-button {
    margin-left: 1em;
  }
  .km-pane-wrapper .k-nav-today a {
    padding-left: .6em;
    padding-right: .6em;
  }
  .km-pane-wrapper li.k-nav-current {
    margin-left: 0;
    margin-right: 0;
  }
  .km-pane-wrapper .k-pager-wrap {
    position: relative;
  }
  .km-pane-wrapper .k-pager-numbers {
    width: auto;
    display: block;
    overflow: hidden;
    margin-right: 5.5em;
    float: none;
    text-overflow: ellipsis;
    height: 2.4em;
    text-align: center;
  }
  .km-pane-wrapper .k-pager-numbers li {
    float: none;
    display: inline-block;
  }
  .km-pane-wrapper .k-pager-nav {
    float: left;
  }
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check,
.km-pane-wrapper .k-mobile-list .k-edit-field > * > select:not([multiple]),
.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
  width: 100%;
}
/* Mobile Scroller */
.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;
  -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: 2px;
}
.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}
/* Responsive styles  */
@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;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
/* 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%);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Virtual List */
.k-virtual-wrap {
  position: relative;
}
.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}
.k-virtual-content {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Dialog */
.k-dialog {
  min-width: 90px;
  min-height: 3em;
  max-width: 100%;
  max-height: 100%;
}
.k-window.k-dialog {
  position: fixed;
  padding-top: 0;
}
.k-dialog .k-dialog-titlebar {
  position: static;
  margin: 0;
  padding: 0.6em 0.8em 1em 0.8em;
  width: auto;
}
.k-dialog .k-dialog-titlebar .k-dialog-title {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 98%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  line-height: 1.2em;
}
.k-dialog .k-content {
  margin: 0;
  padding: 1.8em 1em 1.8em 1em;
}
.k-dialog.k-dialog-titleless .k-content {
  padding: 2.4em;
}
.k-dialog .k-dialog-buttongroup {
  margin: 0;
  padding: 0;
}
.k-dialog a.k-dialog-action.k-dialog-close {
  position: absolute;
  top: .35em;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close {
  right: .5em;
  top: 1em;
}
.k-dialog.k-alert .k-dialog-titlebar,
.k-dialog.k-confirm .k-dialog-titlebar,
.k-dialog.k-prompt .k-dialog-titlebar {
  background: none;
  border-bottom: none;
}
.k-dialog.k-alert .k-content,
.k-dialog.k-confirm .k-content {
  padding: 2.4em;
}
.k-dialog.k-prompt .k-content {
  padding: 1.2em 1.2em 0.6em 1.2em;
}
.k-dialog .k-prompt-container {
  width: auto;
  padding: 0.6em 1.2em 1.8em 1.2em;
}
.k-dialog .k-prompt-container .k-textbox {
  width: 100%;
}
.k-dialog .k-button {
  box-sizing: border-box;
}
/* Default fonts for PDF export */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* sans-serif */
@font-face {
  font-family: "DejaVu Sans";
  src: url("../Content/Quorum/css/DejaVuSans.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  src: url("../Content/Quorum/css/DejaVuSans-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSans-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSans-BoldOblique.ttf?v=1.1") format("truetype");
}
/* serif */
@font-face {
  font-family: "DejaVu Serif";
  src: url("../Content/Quorum/css/DejaVuSerif.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  src: url("../Content/Quorum/css/DejaVuSerif-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSerif-Italic.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSerif-BoldItalic.ttf?v=1.1") format("truetype");
}
/* monospace */
@font-face {
  font-family: "DejaVu Mono";
  src: url("../Content/Quorum/css/DejaVuSansMono.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  src: url("../Content/Quorum/css/DejaVuSansMono-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSansMono-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  font-style: italic;
  src: url("../Content/Quorum/css/DejaVuSansMono-BoldOblique.ttf?v=1.1") format("truetype");
}
.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,
.k-toolbar .k-button {
  line-height: 1.143em;
  padding: 9px 14px;
}
.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 > 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-panelbar .k-image {
  margin-top: 12px;
}
.k-panelbar .k-link > .k-sprite {
  margin-top: 16px;
}
.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 {
  padding: .786em .6em;
}
.k-grid-header th.k-header {
  padding-left: 1.286em;
}
.k-rtl .k-grid-header th.k-header {
  padding-right: 1.286em;
}
.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-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 {
  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: .45em;
  min-width: 2.429em;
}
.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: 3.3em;
}
.k-combobox-clearable .k-input {
  padding-right: 2.5em;
}
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  top: 7px;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  bottom: 10px;
}
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  top: 10px;
}
.k-autocomplete > .k-i-close,
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  margin-right: 10px;
}
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  padding: 0 2.571em 0 0;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  width: 2.571em;
}
.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-calendar .k-header {
  margin: 0 -5px;
}
.k-calendar td {
  padding: 0;
}
.k-calendar .k-content .k-link {
  min-height: 2.571em;
  line-height: 2.571em;
  padding: 0;
  text-align: center;
}
.k-calendar .k-century .k-link {
  text-align: left;
  padding: 0 .7em;
  line-height: 1.3em;
}
.k-calendar th {
  border-bottom-width: 0;
  padding: .714em .45em .714em 0;
}
.k-calendar .k-footer {
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0 -5px;
}
.k-popup.k-list-container {
  padding: 0.286em 0;
}
.k-popup.k-calendar-containe {
  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-fieldselector .k-pivot-configurator-settings li.k-item {
  padding-right: 3.8em;
}
.k-popup .k-list .k-item {
  padding: 1px 11px;
}
.k-button,
.k-calendar .k-header .k-link,
.k-calendar .k-footer {
  text-transform: uppercase;
}
.k-widget.k-calendar .k-nav-fast {
  width: 65%;
  height: 2.571em;
  line-height: 2.571em;
  margin: 0.429em -0.08333em 0.429em 0;
}
.k-calendar .k-header .k-icon {
  vertical-align: middle;
}
.k-widget.k-calendar .k-nav-prev,
.k-widget.k-calendar .k-nav-next {
  position: absolute;
  top: 0.429em;
  line-height: 2.571em;
  height: 2.571em;
}
.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
  height: 2.571em;
  width: 2.571em;
}
.k-widget.k-calendar .k-nav-prev {
  left: 0.429em;
}
.k-widget.k-calendar .k-nav-next {
  right: 0.429em;
}
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  padding: 1.143em 0 1.071em;
}
.k-popup.k-calendar-container {
  padding: 0;
  border: 0;
}
.k-multiselect-wrap .k-input {
  height: 2.214em;
}
.k-multiselect-wrap li {
  border-radius: 1.071em;
  margin: 3px 0 3px 3px;
  padding: 0 1.6em 0 .857em;
  line-height: 1.86em;
}
.k-multiselect-wrap li span {
  margin-right: .4em;
}
.k-multiselect-wrap .k-select {
  padding-top: 0;
}
.k-numeric-wrap .k-select {
  vertical-align: baseline;
}
.k-numerictextbox .k-link {
  display: block;
  height: 1.284em;
}
.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: 2.143rem;
}
.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-editable-area {
  border-width: 1px 0 0;
}
.k-editor .k-editor-toolbar-wrap {
  padding-left: 10px;
}
.k-toolbar {
  line-height: 3.42em;
}
.k-toolbar > div > label {
  line-height: 3.42em;
}
.k-toolbar .k-overflow-anchor > .k-icon {
  margin-top: -6px;
  margin-bottom: -6px;
}
.k-toolbar .k-dropdown {
  margin-top: -1px;
}
.k-toolbar .k-split-button .k-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.k-toolbar .k-button-group {
  line-height: 3.286em;
}
.k-toolbar .k-button-group .k-button {
  line-height: inherit;
  padding: 0 .857em;
}
.k-toolbar .k-input {
  height: 2.214em;
  line-height: 2.214em;
  padding: 0.177em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}
.k-toolbar .k-overflow-anchor {
  border-width: 0;
  line-height: 3.286em;
  width: 3.42em;
  height: 3.42em;
  padding: 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-toolbar .k-split-button-arrow {
  padding-left: .4em;
  padding-right: .4em;
}
.k-editor-toolbar li.k-tool-group,
.k-editor-toolbar li.k-overflow-tools {
  padding: 0;
}
.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 {
  line-height: 3.5em;
}
.k-filebrowser .k-filebrowser-toolbar .k-upload {
  margin-top: 3px;
}
.k-filebrowser .k-filebrowser-toolbar .k-button-icon {
  margin-top: -3px;
}
.k-filebrowser .k-upload .k-upload-button {
  vertical-align: bottom;
}
.k-filebrowser .k-search-wrap .k-search {
  top: 25%;
  right: 4px;
}
.k-filebrowser .k-search-wrap {
  padding: 2px .3em;
}
.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 80px;
}
.k-draghandle {
  border-width: 2px;
}
span.k-tooltip {
  padding: 9px 17px;
}
.k-block > .k-header,
.k-window-titlebar {
  padding: 0.5em 0 0.571em;
}
.k-window-titlebar .k-window-actions {
  right: 0.929em;
  padding-top: .45em;
}
div.k-window {
  border-width: 0;
}
.k-window-title {
  right: 1.143em;
  left: 1.143em;
}
div.k-window-content {
  padding: 1.333em;
}
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-left: 24px;
  border-width: 8px;
  border-radius: 0 50% 50% 50%;
  border-style: solid;
  bottom: -11px;
}
.k-gantt .k-gantt-timeline th {
  text-align: left;
}
.k-gantt .k-grid-content tr,
.k-gantt-rows tr,
.k-gantt-tasks tr {
  height: 3.5em;
}
.k-notification-wrap {
  padding: 1.786em;
}
.k-notification-wrap > .k-i-close {
  top: 21px;
}
.k-slider-track {
  border-width: 0;
}
.k-slider .k-button .k-icon {
  margin-top: 5px;
}
.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.214em;
}
.k-colorpicker .k-selected-color {
  height: 2.57142857em;
  width: 2.57142857em;
}
.k-colorpicker .k-selected-color .k-i-line {
  line-height: 2.57142857em;
  font-size: 2.57142857em;
}
.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;
}
/* Editor */
/* PanelBar */
.k-panelbar-expand,
.k-panelbar-collapse {
  right: 16px;
}
/* Grid */
.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 th.k-group-cell,
.k-grid td.k-group-cell {
  text-overflow: clip;
}
form.k-filter-menu .k-textbox {
  margin-bottom: 7px;
}
/* Scheduler */
.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-checkbox-label,
.k-radio-label {
  line-height: 18px;
}
.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-width: 2px;
}
.k-checkbox + .k-checkbox-label:before {
  z-index: 1;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  width: 10px;
  height: 10px;
  border-width: 0;
  margin-left: 0;
  top: 5px;
  left: 5px;
  transform: none;
  z-index: 2;
}
.k-radio:checked + .k-radio-label:after {
  top: 4px;
  left: 4px;
}
.k-rtl .k-widget .k-dropdown-wrap,
.k-rtl .k-widget .k-picker-wrap,
.k-rtl .k-widget .k-numeric-wrap {
  padding-left: 2.5em;
}
.k-rtl .k-widget.k-autocomplete > .k-i-close,
.k-rtl .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close {
  left: 0;
  right: initial;
  margin-left: 10px;
  margin-right: 0;
}
.k-rtl .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close {
  left: 3.3em;
  right: initial;
}
.k-rtl .k-widget.k-datetimepicker .k-picker-wrap {
  padding-left: 5em;
}
.k-rtl .k-widget.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 6px;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected,
.km-pane-wrapper .k-pager-wrap > .k-link {
  border-radius: 0;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-wrap > .k-link,
.km-pane-wrapper .k-pager-wrap > .k-pager-info {
  padding: .571em .86em;
}
.km-pane-wrapper .k-pager-numbers .k-state-selected {
  padding: .971em .86em .571em;
}
.km-pane-wrapper .k-pager-numbers .k-link {
  min-width: 2.429em;
}
.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0;
}
.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar .k-scheduler-navigation {
  margin-bottom: -0.6em;
}
.km-pane-wrapper .k-scheduler-views {
  width: auto;
}
.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;
}
.k-spreadsheet-window .k-edit-field .k-radio-label {
  padding-left: 1.75em;
}
.k-spreadsheet-window .k-edit-field > .k-radio-label:before,
.k-spreadsheet-window .k-edit-field > .k-radio-label:after {
  margin-top: -2px;
}
.k-spreadsheet-window .hint-wrapper:before {
  margin-left: -1em;
  padding-right: 1em;
  padding-left: 1em;
}
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 {
  padding: 0.8em 0 1em;
}
.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-grid .k-edit-cell input[type='checkbox'],
.k-grid .k-edit-cell input.k-checkbox {
  margin-left: calc(5em);
}
.k-grid .k-edit-cell input[type='checkbox'] + label.k-checkbox-label,
.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
  margin-left: 1em;
}
/** 
 * Kendo UI v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Kendo skin */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-theme-test-class,
.ktb-theme-id-material {
  opacity: 0;
}
.ktb-var-accent {
  color: #047bc1;
}
.ktb-var-base {
  color: #ffffff;
}
.ktb-var-background {
  color: #ffffff;
}
.ktb-var-border-radius {
  border-radius: 2px;
}
.ktb-var-normal-background {
  color: #ffffff;
}
.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: #ffffff;
  border: 1px solid #e6e6e6;
}
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
  background-color: #ffffff;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.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-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
  border-color: #e6e6e6;
}
.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #047bc1;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #ffffff;
}
.k-list-container {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #ffffff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #fafafa;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #e6e6e6;
}
.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: #ffffff;
}
.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: #ffffff;
  color: #444444;
}
.k-input[readonly] {
  background-color: #ffffff;
  color: #444444;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: #333333;
}
.k-inverse {
  color: #ffffff;
}
.k-block {
  color: #333333;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #047bc1;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #333333;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #333333;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
}
.k-widget.k-tooltip {
  background-image: none;
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #ffffff;
}
/* icons */
.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-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.7;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 0.7;
}
.k-tool {
  border-color: transparent;
}
.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.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 {
  background-image: url('../Content/Quorum/css/Material/sprite.png');
  border-color: transparent;
}
/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url('../Content/Quorum/css/Material/sprite.png');
  border-color: transparent;
}
.k-loading,
.k-state-hover .k-loading {
  background-image: url('../Content/Quorum/css/Material/loading.gif');
  background-position: 50% 50%;
}
.k-loading-image {
  background-image: url('../Content/Quorum/css/Material/loading-image.gif');
}
.k-loading-color {
  background-color: #ffffff;
}
.k-button {
  color: #444444;
  border-color: #fafafa;
  background-color: #fafafa;
}
.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);
}
/* Scheduler */
.k-scheduler {
  color: #ffffff;
  background-color: #ffffff;
}
.k-scheduler-layout {
  color: #333333;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #ffffff;
  color: #333333;
}
.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-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: #e9e9e9;
}
.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: #ffffff;
  color: #444444;
  border-color: #cccccc;
}
.k-panelbar > li > .k-link {
  color: #444444;
}
.k-panelbar > .k-item > .k-link {
  border-color: #cccccc;
}
.k-panel > li.k-item {
  background-color: #ffffff;
}
/* states */
.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-button:focus,
.k-button.k-state-focused {
  border-color: #dbdbdb;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-button:active,
.k-button.k-state-active {
  color: #3f51b5;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #ffffff;
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 6px 17px 0 #c4c4c4;
  -webkit-box-shadow: 0 6px 17px 0 #c4c4c4;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 6px 17px 0 rgba(235, 235, 235, 0.3);
  -webkit-box-shadow: 0 6px 17px 0 rgba(235, 235, 235, 0.3);
}
.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-calendar .k-link {
  color: #444444;
}
.k-calendar .k-footer {
  padding: 0;
}
.k-calendar .k-footer .k-nav-today {
  color: #444444;
  text-decoration: none;
  background-color: #ffffff;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #ffffff;
  text-decoration: underline;
}
.k-calendar .k-footer .k-nav-today:active {
  background-color: #ffffff;
}
.k-calendar .k-link.k-nav-fast {
  color: #444444;
}
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #ebebeb;
  color: #444444;
}
.k-calendar .k-link.k-state-hover {
  border-radius: 50%;
}
.k-calendar .k-footer .k-link {
  border-radius: 0;
}
.k-calendar th {
  background-color: #047bc1;
}
.k-window-titlebar .k-link {
  border-radius: 50%;
}
.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 {
  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-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: 2px;
}
.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,
.k-button.k-state-focused {
  box-shadow: inset 0 0 0 1px #808080;
  -webkit-box-shadow: inset 0 0 0 1px #808080;
}
.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-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #3f51b5;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover: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,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  color: #444444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
/* this selector should be used separately, otherwise old IEs ignore the whole rule */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #444444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #ebebeb;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #ebebeb;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  background-image: none;
}
.k-pager-wrap {
  background-color: #ffffff;
  color: #333333;
}
.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-button:active,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-tool-icon {
  background-image: url('../Content/Quorum/css/Material/sprite.png');
}
.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;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: #333333;
}
.k-dropdown .k-state-hover .k-input {
  color: #444444;
}
.k-state-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.k-state-disabled {
  opacity: .7;
}
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}
.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-state-disabled .k-button,
.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;
}
/* Progressbar */
.k-progressbar-indeterminate {
  background: url('../Content/Quorum/css/Material/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
/* Slider */
.k-slider-track {
  background-color: #e6e6e6;
}
.k-slider-selection {
  background-color: #047bc1;
}
.k-slider-horizontal .k-tick {
  background-image: url('../Content/Quorum/css/Material/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('../Content/Quorum/css/Material/slider-v.gif');
}
/* Tooltip */
.k-widget.k-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;
}
/* Bootstrap theme fix */
.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;
}
/* Splitter */
.k-splitbar {
  background-color: #fafafa;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #b94a48;
}
/* Upload */
.k-file {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.k-file-progress {
  color: #0d7fdd;
}
.k-file-progress .k-progress {
  background-color: #bbdefb;
}
.k-file-success {
  color: #479b49;
}
.k-file-success .k-progress {
  background-color: #c8e6c9;
}
.k-file-error {
  color: #ff011a;
}
.k-file-error .k-progress {
  background-color: #ffcdd2;
}
/* ImageBrowser */
.k-tile {
  border-color: #ffffff;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #ebebeb;
}
.k-tiles li.k-state-selected {
  border-color: #ffffff;
}
.k-filebrowser .k-tile .k-folder,
.k-filebrowser .k-tile .k-file {
  background-image: url('../Content/Quorum/css/Material/imagebrowser.png');
  background-size: auto auto;
}
/* TreeMap */
.k-leaf,
.k-leaf.k-state-hover:hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}
/* Shadows */
.k-widget,
.k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-slider,
.k-treeview,
.k-upload {
  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.k-state-focused,
.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;
}
/* Window */
.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: #ffffff;
}
.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);
}
/* Selection */
.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;
}
/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: #bbdefb;
  color: #2b98f3;
  border-color: #bbdefb;
}
.k-widget.k-notification.k-notification-success {
  background-color: #c8e6c9;
  color: #5fb662;
  border-color: #c8e6c9;
}
.k-widget.k-notification.k-notification-warning {
  background-color: #fdefba;
  color: #f9cd25;
  border-color: #fdefba;
}
.k-widget.k-notification.k-notification-error {
  background-color: #ffcdd2;
  color: #ff3448;
  border-color: #ffcdd2;
}
/* Gantt */
.k-gantt .k-treelist {
  background: #fafafa;
}
.k-gantt .k-treelist .k-alt {
  background-color: #e0e0e0;
}
.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: #333333;
  border-color: #333333;
}
.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: #333333;
  background: #333333;
}
.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: #333333;
  color: #333333;
}
.k-state-selected.k-line {
  background-color: #047bc1;
  color: #047bc1;
}
.k-resource {
  background-color: #ffffff;
}
/* PivotGrid */
.k-i-kpi-decrease,
.k-i-kpi-denied,
.k-i-kpi-equal,
.k-i-kpi-hold,
.k-i-kpi-increase,
.k-i-kpi-open {
  background-image: url('../Content/Quorum/css/Material/sprite_kpi.png');
}
/* Border radius */
.k-block,
.k-button,
.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-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 3px;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-toolbar .k-split-button .k-button {
  border-radius: 3px 0 0 3px;
}
.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 3px 3px 0;
}
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 3px 3px 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: 3px 0 0 3px;
}
.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 3px 3px;
}
.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 3px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 3px 3px;
}
.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: 3px 3px 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 3px 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 3px;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 3px 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 3px 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 2px 2px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 2px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 2px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 2px 0 0 2px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 2px 2px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 3px 3px 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: 3px 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: 2px 2px 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 3px 3px 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: 3px 0 0 3px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 3px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 2px;
}
.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 {
  border-radius: 2px;
}
.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: 3px 0 0 3px;
}
.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,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 3px 3px 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 3px;
}
.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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px 0 0 3px;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 3px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 2px;
}
.k-scheduler-mobile .k-event {
  border-radius: 1px;
}
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #333333;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: #333333;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #333333;
  }
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: #ffffff;
  border-top: 1px solid #e7e7e7;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #047bc1;
  border-top-color: #ffffff;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  box-shadow: inset 0 -1px 0 #e7e7e7;
  -webkit-box-shadow: inset 0 -1px 0 #e7e7e7;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #9b9b9b;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #e7e7e7;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  box-shadow: 0 1px 1px #e7e7e7;
  -webkit-box-shadow: 0 1px 1px #e7e7e7;
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: #fff;
  border-color: #eed3d7;
  background-color: red;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000;
}
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-position: 50% 50%;
  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.k-header {
  border-color: #f0f0f0;
}
.k-multiselect.k-header.k-state-hover {
  border-color: #f5f5f5;
}
.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-list-container {
  color: #444444;
}
.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-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #9e9e9e;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .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: #ffffff;
  color: #333333;
}
.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: #cccccc;
}
.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: #cccccc;
  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: #333333;
  border-color: #cccccc;
  font-weight: bold;
}
.k-grouping-header {
  color: #333333;
}
.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: #cccccc;
}
.k-primary,
.k-overflow-container .k-primary {
  color: #ffffff;
  border-color: #047bc1;
  background-image: none;
  background-position: 50% 50%;
  background-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  border-color: #eff8ff;
  background-image: none;
  box-shadow: 0 0 8px 0 #cfe6f8;
  -webkit-box-shadow: 0 0 8px 0 #cfe6f8;
}
.k-primary:hover {
  color: #ffffff;
  border-color: #047bc1;
  background-image: none;
  background-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 0 8px 0 #cfe6f8;
  -webkit-box-shadow: 0 0 8px 0 #cfe6f8;
}
.k-primary:active {
  color: #ffffff;
  border-color: #047bc1;
  background-image: none;
  background-color: #047bc1;
  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.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #a8a8a8;
  border-color: #eaeaea;
  background-color: #eaeaea;
  background-image: none;
  box-shadow: none;
  -webkit-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: 50%;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-button:focus,
.k-split-button:focus {
  outline: none;
}
.k-split-button:focus {
  background-color: #dbdbdb;
}
.k-split-button:focus > .k-button {
  background: transparent;
  border-color: #dbdbdb;
}
.k-split-button:focus > .k-button.k-split-button-arrow {
  border-left-color: #fafafa;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #dbdbdb;
  box-shadow: 0 6px 17px 0 #c4c4c4;
  -webkit-box-shadow: 0 6px 17px 0 #c4c4c4;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-checkbox-label:before {
  border-color: #7f7f7f;
  background: #ffffff;
  border-radius: 1px;
}
.k-checkbox-label:hover:before,
.k-checkbox:checked + .k-checkbox-label:hover:before {
  border-color: #7f7f7f;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #047bc1;
  border-color: #047bc1;
  color: #ffffff;
}
.k-checkbox-label:active:before {
  box-shadow: none;
  border-color: #7f7f7f;
}
.k-checkbox:checked + .k-checkbox-label:active:before {
  box-shadow: none;
  border-color: #7f7f7f;
}
.k-checkbox:disabled + .k-checkbox-label {
  color: #c0c0c0;
}
.k-checkbox:disabled + .k-checkbox-label:hover:before {
  box-shadow: none;
}
.k-checkbox:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:active:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:before {
  color: #c0c0c0;
  background: #f5f5f5;
  border-color: #bfbfbf;
  border-radius: 1px;
}
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #7f7f7f;
  box-shadow: none;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #047bc1;
  background-image: none;
  border-color: #047bc1;
  border-radius: 0px;
}
.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-checkbox + .k-checkbox-label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.k-checkbox:focus + .k-checkbox-label:after {
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}
.k-checkbox + .k-checkbox-label:active:after {
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}
.k-checkbox:checked + .k-checkbox-label:active:after {
  box-shadow: 0 0 0 12px rgba(4, 123, 193, 0.3);
}
.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-color: #047bc1;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-radio-label:before {
  border-color: #7f7f7f;
  border-radius: 50%;
  background-color: #ffffff;
  border-width: 2px;
}
.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #7f7f7f;
  box-shadow: none;
}
.k-radio:checked + .k-radio-label:after {
  background-color: #047bc1;
  border-radius: 50%;
}
.k-radio-label:active:before {
  border-color: #0da2fa;
  box-shadow: 0 0 2px 0 #0da2fa;
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 2px 0 #0da2fa;
  border-color: #0da2fa;
}
.k-radio:disabled + .k-radio-label {
  color: #bfbfbf;
}
.k-radio:disabled + .k-radio-label:before,
.k-radio:disabled + .k-radio-label:active:before,
.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  background: #ffffff;
  border-color: #bfbfbf;
  box-shadow: none;
}
.k-radio:focus + .k-radio-label:before {
  border-color: #0da2fa;
  box-shadow: 0 0 2px 0 #0da2fa;
}
.k-radio:checked + .k-radio-label:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #047bc1;
}
.k-radio + .k-radio-label:active:before {
  border-color: #7f7f7f;
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 0 12px rgba(4, 123, 193, 0.3);
}
.k-radio:focus + .k-radio-label:before {
  border-color: #7f7f7f;
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-icon:not(.k-loading),
  .k-grouping-dropclue,
  .k-drop-hint,
  .k-callout,
  .k-tool-icon,
  .k-state-hover .k-tool-icon,
  .k-state-active .k-tool-icon,
  .k-state-active.k-state-hover .k-tool-icon,
  .k-state-selected .k-tool-icon,
  .k-state-selected.k-state-hover .k-tool-icon,
  .k-column-menu .k-sprite,
  .k-mobile-list .k-check:checked,
  .k-mobile-list .k-edit-field [type=checkbox]:checked,
  .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url('../Content/Quorum/css/Material/sprite_2x.png');
    background-size: 340px 336px;
  }
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    border-radius: 2px 0 0 2px;
  }
  .k-i-kpi-decrease,
  .k-i-kpi-denied,
  .k-i-kpi-equal,
  .k-i-kpi-hold,
  .k-i-kpi-increase,
  .k-i-kpi-open {
    background-image: url('../Content/Quorum/css/Material/sprite_kpi_2x.png');
    background-size: 96px 16px;
  }
}
@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;
  }
}
/* Responsive styles */
@media only screen and (max-width: 1024px) {
  .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    background-image: none;
    background-position: 50% 50%;
    background-color: #fafafa;
    border-color: #e6e6e6;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    border-color: #cccccc;
  }
  .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    border-radius: 3px;
  }
  .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-ie11 .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-ie11 .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: 2px 2px 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .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-ie11 .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-ie11 .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-ie11 .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-ie11 .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-ie11 .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 2px 2px;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:hover,
  .k-ff .k-pager-numbers .k-current-page .k-link:hover,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
  .k-safari .k-pager-numbers .k-current-page .k-link:hover,
  .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-ie11 .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: #ebebeb;
    background-image: none;
    background-color: #ebebeb;
  }
  .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: #333333;
    min-width: 75px;
  }
  .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-ie11 .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: #444444;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-safari .k-pager-numbers .k-current-page .k-link:after,
  .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-ie11 .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-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    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-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 3px;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    border-radius: 2px;
  }
  .k-webkit .k-gantt-toolbar > ul.k-gantt-views,
  .k-ff .k-gantt-toolbar > ul.k-gantt-views,
  .k-ie11 .k-gantt-toolbar > ul.k-gantt-views,
  .k-safari .k-gantt-toolbar > ul.k-gantt-views {
    top: 0;
  }
}
.k-button:hover .k-icon,
.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-group-delete,
.k-grouping-header .k-button-icon:hover > .k-icon.k-group-delete,
.k-grouping-header .k-si-arrow-n,
.k-grouping-header .k-link:hover > .k-icon.k-si-arrow-n,
.k-grouping-header .k-si-arrow-s,
.k-grouping-header .k-link:hover > .k-icon.k-si-arrow-s,
.k-grid-toolbar .k-i-pdf,
.k-grid-toolbar .k-button:hover > .k-i-pdf,
.k-grid-toolbar .k-i-excel,
.k-grid-toolbar .k-button:hover > .k-i-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-tool-icon,
.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-button:hover,
.k-button.k-state-hover,
.k-button.k-state-focused,
.k-button:focus,
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  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,
.k-header {
  font-weight: 500;
}
.k-button:active,
.k-button.k-state-active,
.k-button:focus,
.k-button.k-state-focused {
  color: #444444;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #444444;
  border-color: #dbdbdb;
  background-color: #dbdbdb;
  box-shadow: 0 6px 17px 0 rgba(235, 235, 235, 0.3);
  -webkit-box-shadow: 0 6px 17px 0 rgba(235, 235, 235, 0.3);
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-primary:active,
.k-primary.k-state-active,
.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  border-color: #047bc1;
  background-image: none;
  background-color: #047bc1;
  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:hover,
.k-primary.k-state-hover,
.k-primary:active:hover,
.k-primary.k-state-active:hover {
  color: #ffffff;
  border-color: #047bc1;
  background-color: #047bc1;
}
.k-primary:focus:not(.k-state-disabled):not([disabled]),
.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.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #a8a8a8;
  border-color: #eaeaea;
  background-color: #eaeaea;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-widget .k-button:active,
.k-widget .k-button.k-state-active {
  color: #444444;
  background-color: #dbdbdb;
  border-color: #ebebeb;
}
.k-toolbar .k-overflow-anchor.k-state-active,
.k-toolbar .k-overflow-anchor.k-state-border-down {
  background-color: #ffffff;
}
.k-widget .k-button:active:hover,
.k-widget .k-button.k-state-active:hover {
  color: #444444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active,
.k-button.k-state-disabled:active:hover {
  color: #999999;
  border-color: #fafafa;
  background-color: #fafafa;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-dropdown .k-state-default {
  border-color: #fafafa;
  background-image: none;
  background-position: 50% 50%;
  background-color: #fafafa;
}
.k-dropdown,
span.k-colorpicker {
  background-color: #fafafa;
}
.k-textbox {
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker {
  background-color: #fafafa;
}
.k-picker-wrap.k-state-default > .k-select {
  border-color: #fafafa;
}
.k-datepicker .k-input,
.k-timepicker .k-input {
  background-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: #ffffff;
  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-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: #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-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: #ffffff;
  border-color: #ffffff;
}
.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-calendar td.k-state-focused,
.k-calendar td.k-state-selected.k-state-focused {
  box-shadow: inset 0 0 0 1px #808080;
  -webkit-box-shadow: inset 0 0 0 1px #808080;
}
.k-calendar td.k-state-selected {
  background-color: #c7ced3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-calendar td.k-state-selected.k-state-hover {
  background-color: #bcc4ca;
}
.k-calendar .k-state-selected > .k-link {
  color: #ffffff;
}
/* Calendar */
.k-calendar .k-header .k-link {
  color: #ffffff;
}
.k-calendar .k-footer {
  border-color: #e6e6e6;
}
.k-calendar td {
  border-radius: 50%;
}
.k-calendar .k-content th {
  background-color: #ffffff;
}
.k-calendar .k-header .k-state-hover {
  background-color: #035b8f;
}
.k-calendar .k-footer .k-nav-today {
  color: #ffffff;
}
.k-calendar .k-nav-fast.k-state-hover {
  border-radius: 0;
}
.k-calendar .k-today {
  background-color: #047bc1;
}
.k-calendar .k-today .k-link {
  color: #ffffff;
}
.k-calendar .k-today.k-state-hover {
  background-color: #035b8f;
}
.k-calendar .k-today:active {
  box-shadow: inset 0 0 0 1px #024b76;
}
.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-window-titlebar .k-state-hover {
  background-color: #047bc1;
  border-color: #047bc1;
}
/* TabStrip */
.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: #ffffff;
  background-image: none;
  border-color: #c7ced3;
}
.k-tabstrip .k-content.k-state-active {
  border-color: transparent;
}
.k-tabstrip-items .k-item.k-state-hover {
  background: #047bc1;
  border-color: #047bc1;
}
.k-tabstrip-items .k-state-hover .k-link {
  color: #333333;
}
/* Menu */
.k-group,
.k-flatcolorpicker.k-group,
.k-menu,
.k-menu .k-group,
.k-popup.k-widget.k-context-menu {
  color: #333333;
  background-color: #ffffff;
}
.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;
}
/* Toolbar */
.k-toolbar {
  background-color: #fafafa;
  border-color: #e6e6e6;
}
.k-toolbar .k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.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,
.km-pane-wrapper .k-header .k-button {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
  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,
.km-pane-wrapper .k-header .k-button:hover {
  background-color: #047bc1;
  border-color: #047bc1;
}
.km-pane-wrapper .k-header .k-button:active:hover {
  color: #333333;
}
.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: #ffffff;
  border-color: #ffffff;
}
.k-gantt .k-gantt-toolbar .k-button:active {
  background: #ffffff;
  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%;
}
/* Grid */
.k-grid .k-alt {
  background-color: #ffffff;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  color: #333333;
  background-color: #fafafa;
}
.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  color: #333333;
  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,
.k-scheduler-header,
.km-pane-wrapper .k-grid-header .k-header {
  color: #333333;
  background-color: #fafafa;
}
.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: #333333;
  background-color: #fafafa;
}
.k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.5);
}
.k-pager-wrap,
.k-editor-toolbar {
  color: #333333;
}
.k-grouping-header .k-link,
.k-grouping-header .k-link:link {
  color: #333333;
}
.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: #ffffff;
}
.k-grid tr:hover {
  background-color: #ebebeb;
}
.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: #a8a8a8;
}
.k-gantt .k-task-draghandle {
  border-color: #c7ced3;
}
.k-grid-pager .k-link,
.k-grid-pager .k-link:link {
  color: #333333;
}
.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;
}
/* PanelBar */
.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: #ffffff;
}
.k-panelbar > li.k-state-default > .k-link {
  color: #333333;
}
.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;
}
/* Splitter */
.k-splitbar {
  border-color: #fafafa;
}
.k-splitbar.k-state-focused {
  background-color: #047bc1;
  border-color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Upload */
.k-upload {
  color: #333333;
  background-color: #ffffff;
}
.k-upload-files .k-button,
.k-upload-files .k-button:focus,
.k-upload-files .k-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Gantt */
.k-task-milestone,
.k-task-summary-complete,
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.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-toolbar .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]),
.k-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]),
.k-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]),
.k-toolbar .k-button:active:hover,
.k-toolbar .k-button.k-state-active:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-multiselect .k-button:active:hover {
  color: #333333;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.k-multiselect-wrap > ul > .k-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Editor */
table.k-editor {
  border-color: #e6e6e6;
}
.k-editor.k-header,
.editorToolbarWindow.k-header,
.k-filebrowser .k-header {
  background-color: #fafafa;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-filebrowser .k-header {
  color: #333333;
}
.k-editor-toolbar .k-tool,
.k-group-start.k-group-end.k-tool {
  border-color: #fafafa;
}
.k-treeview .k-state-selected,
.k-treeview .k-state-focused,
.k-editor-toolbar .k-dropdown,
.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-editor-toolbar .k-dropdown-wrap.k-state-default,
.k-toolbar .k-dropdown-wrap.k-state-default {
  border-color: #fafafa;
}
.k-editor-toolbar .k-tool.k-state-hover,
.k-editor-toolbar .k-dropdown-wrap.k-state-hover,
.k-toolbar .k-tool.k-state-hover,
.k-toolbar .k-dropdown-wrap.k-state-hover {
  color: #444444;
  border-color: #ebebeb;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.k-editor-toolbar .k-tool.k-state-selected,
.k-toolbar .k-button-group .k-button.k-state-active {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.k-editor-toolbar .k-tool.k-state-hover,
.k-toolbar .k-button-group .k-button:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
/* Progressbar */
.k-progressbar {
  background-color: #fafafa;
  border-color: #fafafa;
}
.k-progressbar .k-item,
.k-progressbar .k-item.k-state-selected {
  border-color: #ffffff;
}
.k-progressbar .k-state-selected {
  background-color: #047bc1;
  border-color: #047bc1;
}
.k-widget.k-tooltip-validation {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Pivot Grid */
.k-grid.k-alt {
  background-color: #fafafa;
}
.k-gantt .k-treelist .k-alt,
.k-gantt .k-header.k-nonwork-hour {
  background-color: #fafafa;
}
.k-list > .k-state-hover,
.k-list > .k-state-focused {
  color: #333333;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
/* Slider */
.k-slider-track {
  background-color: #cccccc;
  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-form-container .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: #333333;
  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-overflow-container .k-button:focus,
.k-split-wrapper .k-button:focus:not(.k-state-disabled):not([disabled]),
.k-overflow-container .k-button:focus:not(.k-state-disabled):not([disabled]) {
  color: #047bc1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.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;
}
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  color: #ffffff;
  background-color: #333333;
}
.km-pane-wrapper > .km-pane .km-content .k-mobile-list > ul > li > .k-link {
  color: #ffffff;
}
.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: #333333;
  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: #333333;
}
.k-popup .k-item > .k-group {
  color: #333333;
}
/* Responsive styles */
@media only screen and (max-width: 370px) {
  .k-webkit .k-pager-refresh,
  .k-ff .k-pager-refresh,
  .k-ie11 .k-pager-refresh,
  .k-safari .k-pager-refresh {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .k-webkit .k-pager-refresh,
  .k-ff .k-pager-refresh,
  .k-ie11 .k-pager-refresh,
  .k-safari .k-pager-refresh {
    margin-right: 0;
  }
}
@media only screen and (max-width: 530px) {
  .k-webkit .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-safari .k-pager-sizes {
    display: none;
  }
}
@media only screen and (max-width: 687px) {
  .k-webkit .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-safari .k-pager-info {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .k-webkit,
  .k-ff,
  .k-ie11,
  .k-safari {
    /* Responsive Scheduler */
    /* Responsive Pager */
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views {
    right: 13px;
    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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie11 .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-image: none;
    background-position: 50% 50%;
    background-color: transparent;
    border-color: transparent;
    border-radius: 3px;
    text-align: right;
  }
  .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-ie11 .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-ie11 .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: 2px 2px 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .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-ie11 .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-ie11 .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-ie11 .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-ie11 .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-ie11 .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 2px 2px;
  }
  .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-ie11 .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .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: #333333;
    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-ie11 .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-ie11 .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 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    /*@secondary-border-color*/
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    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-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 3px;
  }
  .k-webkit .k-pager-wrap .k-pager-nav,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-ff .k-pager-input,
  .k-ie11 .k-pager-input,
  .k-safari .k-pager-input {
    display: inline-block;
    vertical-align: top;
  }
  .k-webkit .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-safari .k-pager-numbers,
  .k-webkit .k-grid .k-pager-numbers,
  .k-ff .k-grid .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers {
    position: absolute;
    left: 5.6em;
    display: inline-flex;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .k-grid .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers {
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .k-webkit .k-rtl .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers,
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers {
    right: 5.6em;
    width: 5.15em;
  }
  .k-webkit .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page,
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-webkit .k-pager-numbers li:not(.k-current-page),
  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    width: 3.8em;
    line-height: 2.564em;
    padding: 0 .429em 0 0.8em;
    border-radius: 3px;
    background-image: none;
    background-position: 50% 50%;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-top: 0;
    box-shadow: 0 2px 2px 0 #fafafa;
    -webkit-box-shadow: 0 2px 2px 0 #fafafa;
  }
  .k-webkit .k-pager-numbers .k-current-page:hover .k-link,
  .k-ff .k-pager-numbers .k-current-page:hover .k-link,
  .k-ie11 .k-pager-numbers .k-current-page:hover .k-link,
  .k-safari .k-pager-numbers .k-current-page:hover .k-link {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
    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-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-safari .k-pager-numbers .k-current-page .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.6em;
    width: 1.333em;
    height: 1.333em;
    background-position: 0 -30px;
  }
  .k-webkit .k-pager-numbers + .k-link,
  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link {
    margin-left: 5.4em;
  }
  .k-webkit .k-rtl .k-pager-numbers + .k-link,
  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.4em;
    margin-left: 0;
  }
  .k-webkit .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-wrap .k-pager-numbers .k-link,
  .k-ff .k-pager-wrap .k-pager-numbers .k-link,
  .k-ie11 .k-pager-wrap .k-pager-numbers .k-link,
  .k-safari .k-pager-wrap .k-pager-numbers .k-link {
    display: block;
    margin-top: 0;
    margin-right: 0;
    padding: 1px 5px 1px .8em;
    text-align: left;
    border-top: 0;
  }
  .k-webkit .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-ff .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-ie11 .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-safari .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover {
    background-color: #ebebeb;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    box-sizing: border-box;
    padding: 2px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ebebeb;
    /*@secondary-border-color*/
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    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-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2.2em -1px 0;
    padding: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 3px 3px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-top: 0;
    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-pager-numbers.k-state-expanded li,
  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
}
@media only screen and (max-width: 755px) {
  .k-webkit .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-safari .k-pager-info {
    display: none;
  }
}
@media only screen and (max-width: 572px) {
  .k-webkit .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-safari .k-pager-sizes {
    display: none;
  }
}
/* Default Theme */
.k-chart .k-mask {
  background-color: #ffffff;
  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-leftHandle {
  left: -8px;
}
.k-chart .k-rightHandle {
  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;
}
/* Map */
.k-map .k-marker {
  background-image: url("../Content/Quorum/css/Material/markers.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    background-image: url("../Content/Quorum/css/Material/markers_2x.png");
  }
}
.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-button-wrap .k-button {
  font-size: 21px;
  padding: 7px 13px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
  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: #ffffff;
}
.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 #ffffff, 0 0 0 1px #c7ced3;
}
.k-spreadsheet-selection {
  background-color: rgba(199, 206, 211, 0.2);
}
.k-spreadsheet-active-cell {
  border-color: #c7ced3 !important;
  background-color: #ffffff;
}
.k-spreadsheet-active-cell.k-single {
  background-color: #fff;
}
.k-spreadsheet > .k-spreadsheet-formula-bar {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #cccccc;
}
.k-spreadsheet > .k-spreadsheet-formula-bar:before {
  border-color: #cccccc;
}
.k-spreadsheet > .k-spreadsheet-formula-bar:after {
  border-color: #ffffff;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #ffffff;
  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: #ffffff;
}
.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-format-cells .k-spreadsheet-preview {
  border-color: #e6e6e6;
}
.k-spreadsheet-filter {
  border-radius: 2px;
  background-color: #ffffff;
  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;
}
.k-spreadsheet-sample {
  color: #919191;
}
.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}
.k-spreadsheet-window .k-list-wrapper,
.k-spreadsheet-window .k-list {
  border-color: #e6e6e6;
  border-radius: 2px;
}
.k-spreadsheet-window .export-config,
.k-spreadsheet-window .k-edit-field > .k-orientation-label {
  border-color: #e6e6e6;
}
.k-spreadsheet-window .k-edit-field > input[type="radio"]:checked + .k-orientation-label {
  background-image: none;
  background-color: #047bc1;
  color: #6776ca;
}
.k-spreadsheet-window .k-page-orientation {
  border-color: #e6e6e6;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.k-spreadsheet-window .k-page-orientation:before {
  background: #ffffff;
  border-color: transparent;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
}
.k-spreadsheet-window .k-margins-horizontal,
.k-spreadsheet-window .k-margins-vertical {
  background: transparent;
  border-color: #e6e6e6;
}
.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-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: #ffffff;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #ffffff;
  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;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .k-icon.k-font-icon {
    background-image: none;
  }
}
.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;
  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 {
  left: 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-spreadsheet-toolbar > .k-button:not(.k-overflow-anchor) {
  line-height: 2em;
}
/** 
 * Kendo UI v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Common Platform CSS */
@-ms-viewport {
  width: device-width;
  user-zoom: fixed;
  max-zoom: 1;
  min-zoom: 1;
}
@media (orientation: landscape) {
  .km-tablet .km-on-ios.km-horizontal.km-web:not(.km-ios-chrome) {
    position: fixed;
    bottom: 0;
  }
}
.km-root {
  font-size: .92em;
}
.km-root a {
  color: inherit;
}
.km-tablet {
  font-size: 1em;
}
.km-root *:focus {
  outline-width: 0;
}
.km-root,
.km-pane,
.km-pane-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
.km-pane-wrapper {
  position: absolute;
}
.km-pane,
.km-shim {
  font-family: sans-serif;
}
.km-pane {
  overflow-x: hidden;
  position: relative;
}
.km-vertical .km-collapsible-pane {
  position: absolute;
  z-index: 2 !important;
  -webkit-transition: -webkit-transform 350ms ease-out;
  -ms-transition: -ms-transform 350ms ease-out;
  -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;
}
/* Loader & Pull-to-refresh */
.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("../Content/Quorum/css/images/kendoui.woff?v=1.1") format("woff"), url("../Content/Quorum/css/images/kendoui.ttf?v=1.1") format("truetype"), url("../Content/Quorum/css/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("../Content/Quorum/css/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("../Content/Quorum/css/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);
}
/* Button */
.km-button {
  margin: 0;
  padding: .3em .8em;
  border-width: 1px;
  border-style: solid;
}
.km-button:hover {
  text-decoration: none;
}
/* Detail Button */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ButtonGroup */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* NavBar */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* TabStrip */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Switch */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ListView */
.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;
}
/* Filter box */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ScrollView */
.km-pages {
  padding-top: .5em;
}
.km-pages li {
  border-radius: 1em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Forms */
.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;
}
/* Checkboxes and Radios */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* PopUp + ActionSheet */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* PopOver */
.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;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Border-radius */
.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: #333333;
  background: #ffffff;
}
.km-navbar {
  color: #333333;
  background: #ffffff;
}
.km-view {
  background: transparent;
}
/* NavBar */
.km-navbar {
  border-color: rgba(51, 51, 51, 0.2);
}
/* Button */
.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);
}
/* Badges and Details */
.km-detail {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: #ffffff;
}
.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);
}
/* Switch */
.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: #ffffff;
}
.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;
}
/* ListView */
.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: #ffffff;
  border-color: rgba(51, 51, 51, 0.2);
}
/* ScrollView */
.km-pages li {
  background: rgba(51, 51, 51, 0.2);
}
/* Filter box */
.km-filter-wrap:before,
.km-filter-reset .km-clear {
  color: #333333;
}
.km-filter-wrap > input {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}
.km-filter-wrap > input:focus {
  border-color: #000;
}
/* Forms */
.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: #333333;
}
.km-list .k-dropdown-wrap .k-input {
  color: #333333;
}
.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;
}
/* Checkboxes and Radios */
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox] {
  border-color: rgba(51, 51, 51, 0.2);
  background: #ffffff;
}
.km-listview-label input[type=checkbox]:checked:after {
  color: #eee;
}
/* Shim */
.km-shim {
  background: rgba(0, 0, 0, 0.4);
}
/* PopUp + ActionSheet */
.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);
}
/* PopOver */
.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;
}
/* Loader & Pull-to-refresh */
.km-loader {
  background: rgba(0, 0, 0, 0.05);
}
.km-loader h1 {
  color: #333333;
}
/* Active States */
.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 {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}
.k-icon {
  text-indent: -999px;
}
.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: 12px !important;
}
@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: 0;
  }
  .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-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: transparent!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;
}
.k-i-move {
  background-position: -160px -288px;
}
.k-bold,
.k-i-bold {
  background-position: -240px 0;
}
.k-state-hover .k-bold,
.k-state-hover .k-i-bold,
.k-state-selected .k-bold,
.k-state-selected .k-i-bold {
  background-position: -264px 0;
  background-position: -240px 0;
}
.k-state-hover .k-bold,
.k-state-hover .k-i-bold,
.k-state-selected .k-bold,
.k-state-selected .k-i-bold {
  background-position: -240px 0;
}
.k-i-italic,
.k-italic {
  background-position: -240px -24px;
}
.k-state-hover .k-i-italic,
.k-state-hover .k-italic,
.k-state-selected .k-i-italic,
.k-state-selected .k-italic {
  background-position: -264px -24px;
  background-position: -240px -24px;
}
.k-state-hover .k-i-italic,
.k-state-hover .k-italic,
.k-state-selected .k-i-italic,
.k-state-selected .k-italic {
  background-position: -240px -24px;
}
.k-i-underline,
.k-underline {
  background-position: -240px -48px;
}
.k-state-hover .k-i-underline,
.k-state-hover .k-underline,
.k-state-selected .k-i-underline,
.k-state-selected .k-underline {
  background-position: -264px -48px;
  background-position: -240px -48px;
}
.k-state-hover .k-i-underline,
.k-state-hover .k-underline,
.k-state-selected .k-i-underline,
.k-state-selected .k-underline {
  background-position: -240px -48px;
}
.k-i-strikethrough,
.k-strikethrough {
  background-position: -240px -72px;
}
.k-state-hover .k-i-strikethrough,
.k-state-hover .k-strikethrough,
.k-state-selected .k-i-strikethrough,
.k-state-selected .k-strikethrough {
  background-position: -264px -72px;
  background-position: -240px -72px;
}
.k-state-hover .k-i-strikethrough,
.k-state-hover .k-strikethrough,
.k-state-selected .k-i-strikethrough,
.k-state-selected .k-strikethrough {
  background-position: -240px -72px;
}
.k-foreColor,
.k-i-foreColor {
  background-position: -240px -96px;
}
.k-state-hover .k-foreColor,
.k-state-hover .k-i-foreColor,
.k-state-selected .k-foreColor,
.k-state-selected .k-i-foreColor {
  background-position: -264px -96px;
  background-position: -240px -96px;
}
.k-state-hover .k-foreColor,
.k-state-hover .k-i-foreColor,
.k-state-selected .k-foreColor,
.k-state-selected .k-i-foreColor {
  background-position: -240px -96px;
}
.k-backColor,
.k-i-backColor {
  background-position: -240px -120px;
}
.k-state-hover .k-backColor,
.k-state-hover .k-i-backColor,
.k-state-selected .k-backColor,
.k-state-selected .k-i-backColor {
  background-position: -264px -120px;
  background-position: -240px -120px;
}
.k-state-hover .k-backColor,
.k-state-hover .k-i-backColor,
.k-state-selected .k-backColor,
.k-state-selected .k-i-backColor {
  background-position: -240px -120px;
}
.k-colorpicker .k-foreColor,
.k-i-colorpicker .k-i-foreColor {
  background-position: -240px -96px;
}
.k-colorpicker .k-backColor,
.k-i-colorpicker .k-i-backColor {
  background-position: -240px -120px;
}
.k-i-align-left,
.k-justifyLeft {
  background-position: -240px -144px;
}
.k-state-hover .k-i-align-left,
.k-state-hover .k-justifyLeft,
.k-state-selected .k-i-align-left,
.k-state-selected .k-justifyLeft {
  background-position: -264px -144px;
  background-position: -240px -144px;
}
.k-state-hover .k-i-align-left,
.k-state-hover .k-justifyLeft,
.k-state-selected .k-i-align-left,
.k-state-selected .k-justifyLeft {
  background-position: -240px -144px;
}
.k-i-align-center,
.k-justifyCenter {
  background-position: -240px -168px;
}
.k-state-hover .k-i-align-center,
.k-state-hover .k-justifyCenter,
.k-state-selected .k-i-align-center,
.k-state-selected .k-justifyCenter {
  background-position: -264px -168px;
  background-position: -240px -168px;
}
.k-state-hover .k-i-align-center,
.k-state-hover .k-justifyCenter,
.k-state-selected .k-i-align-center,
.k-state-selected .k-justifyCenter {
  background-position: -240px -168px;
}
.k-i-align-right,
.k-justifyRight {
  background-position: -240px -192px;
}
.k-state-hover .k-i-align-right,
.k-state-hover .k-justifyRight,
.k-state-selected .k-i-align-right,
.k-state-selected .k-justifyRight {
  background-position: -264px -192px;
  background-position: -240px -192px;
}
.k-state-hover .k-i-align-right,
.k-state-hover .k-justifyRight,
.k-state-selected .k-i-align-right,
.k-state-selected .k-justifyRight {
  background-position: -240px -192px;
}
.k-i-align-justify,
.k-justifyFull {
  background-position: -240px -216px;
}
.k-state-hover .k-i-align-justify,
.k-state-hover .k-justifyFull,
.k-state-selected .k-i-align-justify,
.k-state-selected .k-justifyFull {
  background-position: -264px -216px;
  background-position: -240px -216px;
}
.k-state-hover .k-i-align-justify,
.k-state-hover .k-justifyFull,
.k-state-selected .k-i-align-justify,
.k-state-selected .k-justifyFull {
  background-position: -240px -216px;
}
.k-i-list-unordered,
.k-insertUnorderedList {
  background-position: -240px -264px;
}
.k-state-hover .k-i-list-unordered,
.k-state-hover .k-insertUnorderedList,
.k-state-selected .k-i-list-unordered,
.k-state-selected .k-insertUnorderedList {
  background-position: -264px -264px;
  background-position: -240px -264px;
}
.k-state-hover .k-i-list-unordered,
.k-state-hover .k-insertUnorderedList,
.k-state-selected .k-i-list-unordered,
.k-state-selected .k-insertUnorderedList {
  background-position: -240px -264px;
}
.k-i-list-ordered,
.k-insertOrderedList {
  background-position: -240px -288px;
}
.k-state-hover .k-i-list-ordered,
.k-state-hover .k-insertOrderedList,
.k-state-selected .k-i-list-ordered,
.k-state-selected .k-insertOrderedList {
  background-position: -264px -288px;
  background-position: -240px -288px;
}
.k-state-hover .k-i-list-ordered,
.k-state-hover .k-insertOrderedList,
.k-state-selected .k-i-list-ordered,
.k-state-selected .k-insertOrderedList {
  background-position: -240px -288px;
}
.k-i-indent-increase,
.k-indent,
.k-rtl .k-outdent {
  background-position: -288px 0;
}
.k-state-hover .k-i-indent-increase,
.k-state-hover .k-indent,
.k-state-hover .k-rtl .k-outdent,
.k-state-selected .k-i-indent-increase,
.k-state-selected .k-indent,
.k-state-selected .k-rtl .k-outdent {
  background-position: -312px 0;
  background-position: -288px 0;
}
.k-state-hover .k-i-indent-increase,
.k-state-hover .k-indent,
.k-state-hover .k-rtl .k-outdent,
.k-state-selected .k-i-indent-increase,
.k-state-selected .k-indent,
.k-state-selected .k-rtl .k-outdent {
  background-position: -288px 0;
}
.k-i-indent-decrease,
.k-outdent,
.k-rtl .k-indent {
  background-position: -288px -24px;
}
.k-state-hover .k-i-indent-decrease,
.k-state-hover .k-outdent,
.k-state-hover .k-rtl .k-indent,
.k-state-selected .k-i-indent-decrease,
.k-state-selected .k-outdent,
.k-state-selected .k-rtl .k-indent {
  background-position: -312px -24px;
  background-position: -288px -24px;
}
.k-state-hover .k-i-indent-decrease,
.k-state-hover .k-outdent,
.k-state-hover .k-rtl .k-indent,
.k-state-selected .k-i-indent-decrease,
.k-state-selected .k-outdent,
.k-state-selected .k-rtl .k-indent {
  background-position: -288px -24px;
}
.k-createLink,
.k-i-link-horizontal {
  background-position: -288px -48px;
}
.k-state-hover .k-createLink,
.k-state-hover .k-i-link-horizontal,
.k-state-selected .k-createLink,
.k-state-selected .k-i-link-horizontal {
  background-position: -312px -48px;
  background-position: -288px -48px;
}
.k-state-hover .k-createLink,
.k-state-hover .k-i-link-horizontal,
.k-state-selected .k-createLink,
.k-state-selected .k-i-link-horizontal {
  background-position: -288px -48px;
}
.k-i-unlink,
.k-unlink {
  background-position: -288px -72px;
}
.k-state-hover .k-i-unlink,
.k-state-hover .k-unlink,
.k-state-selected .k-i-unlink,
.k-state-selected .k-unlink {
  background-position: -312px -72px;
  background-position: -288px -72px;
}
.k-state-hover .k-i-unlink,
.k-state-hover .k-unlink,
.k-state-selected .k-i-unlink,
.k-state-selected .k-unlink {
  background-position: -288px -72px;
}
.k-i-image,
.k-insertImage {
  background-position: -288px -96px;
}
.k-state-hover .k-i-image,
.k-state-hover .k-insertImage,
.k-state-selected .k-i-image,
.k-state-selected .k-insertImage {
  background-position: -312px -96px;
  background-position: -288px -96px;
}
.k-state-hover .k-i-image,
.k-state-hover .k-insertImage,
.k-state-selected .k-i-image,
.k-state-selected .k-insertImage {
  background-position: -288px -96px;
}
.k-i-table-insert {
  background-position: 147px 0px;
}
.k-state-hover .k-i-table-insert,
.k-state-selected .k-i-table-insert {
  background-position: 123px 0px;
  background-position: 147px 0px;
}
.k-state-hover .k-i-table-insert,
.k-state-selected .k-i-table-insert {
  background-position: 147px 0px;
}
.k-i-file,
.k-insertFile {
  background-position: -288px -216px;
}
.k-state-hover .k-i-file,
.k-state-hover .k-insertFile,
.k-state-selected .k-i-file,
.k-state-selected .k-insertFile {
  background-position: -312px -216px;
  background-position: -288px -216px;
}
.k-state-hover .k-i-file,
.k-state-hover .k-insertFile,
.k-state-selected .k-i-file,
.k-state-selected .k-insertFile {
  background-position: -288px -216px;
}
.k-i-subscript,
.k-subscript {
  background-position: -288px -144px;
}
.k-state-hover .k-i-subscript,
.k-state-hover .k-subscript,
.k-state-selected .k-i-subscript,
.k-state-selected .k-subscript {
  background-position: -312px -144px;
  background-position: -288px -144px;
}
.k-state-hover .k-i-subscript,
.k-state-hover .k-subscript,
.k-state-selected .k-i-subscript,
.k-state-selected .k-subscript {
  background-position: -288px -144px;
}
.k-i-superscript,
.k-superscript {
  background-position: -288px -168px;
}
.k-state-hover .k-i-superscript,
.k-state-hover .k-superscript,
.k-state-selected .k-i-superscript,
.k-state-selected .k-superscript {
  background-position: -312px -168px;
  background-position: -288px -168px;
}
.k-state-hover .k-i-superscript,
.k-state-hover .k-superscript,
.k-state-selected .k-i-superscript,
.k-state-selected .k-superscript {
  background-position: -288px -168px;
}
.k-cleanFormatting,
.k-i-cleanFormatting {
  background-position: -288px -192px;
}
.k-state-hover .k-cleanFormatting,
.k-state-hover .k-i-cleanFormatting,
.k-state-selected .k-cleanFormatting,
.k-state-selected .k-i-cleanFormatting {
  background-position: -312px -192px;
  background-position: -288px -192px;
}
.k-state-hover .k-cleanFormatting,
.k-state-hover .k-i-cleanFormatting,
.k-state-selected .k-cleanFormatting,
.k-state-selected .k-i-cleanFormatting {
  background-position: -288px -192px;
}
.k-createTable {
  background-position: -192px 0;
}
.k-state-hover .k-createTable,
.k-state-selected .k-createTable {
  background-position: -216px 0;
  background-position: -192px 0;
}
.k-state-hover .k-createTable,
.k-state-selected .k-createTable {
  background-position: -192px 0;
}
.k-addColumnLeft {
  background-position: -192px -24px;
}
.k-state-hover .k-addColumnLeft,
.k-state-selected .k-addColumnLeft {
  background-position: -216px -24px;
  background-position: -192px -24px;
}
.k-state-hover .k-addColumnLeft,
.k-state-selected .k-addColumnLeft {
  background-position: -192px -24px;
}
.k-addColumnRight {
  background-position: -192px -48px;
}
.k-state-hover .k-addColumnRight,
.k-state-selected .k-addColumnRight {
  background-position: -216px -48px;
  background-position: -192px -48px;
}
.k-state-hover .k-addColumnRight,
.k-state-selected .k-addColumnRight {
  background-position: -192px -48px;
}
.k-addRowAbove {
  background-position: -192px -72px;
}
.k-state-hover .k-addRowAbove,
.k-state-selected .k-addRowAbove {
  background-position: -216px -72px;
  background-position: -192px -72px;
}
.k-state-hover .k-addRowAbove,
.k-state-selected .k-addRowAbove {
  background-position: -192px -72px;
}
.k-addRowBelow {
  background-position: -192px -96px;
}
.k-state-hover .k-addRowBelow,
.k-state-selected .k-addRowBelow {
  background-position: -216px -96px;
  background-position: -192px -96px;
}
.k-state-hover .k-addRowBelow,
.k-state-selected .k-addRowBelow {
  background-position: -192px -96px;
}
.k-deleteRow {
  background-position: -192px -120px;
}
.k-state-hover .k-deleteRow,
.k-state-selected .k-deleteRow {
  background-position: -216px -120px;
  background-position: -192px -120px;
}
.k-state-hover .k-deleteRow,
.k-state-selected .k-deleteRow {
  background-position: -192px -120px;
}
.k-deleteColumn {
  background-position: -192px -144px;
}
.k-state-hover .k-deleteColumn,
.k-state-selected .k-deleteColumn {
  background-position: -216px -144px;
  background-position: -192px -144px;
}
.k-state-hover .k-deleteColumn,
.k-state-selected .k-deleteColumn {
  background-position: -192px -144px;
}
.k-mergeCells {
  background-position: -192px -168px;
}
.k-state-hover .k-mergeCells,
.k-state-selected .k-mergeCells {
  background-position: -216px -168px;
  background-position: -192px -168px;
}
.k-state-hover .k-mergeCells,
.k-state-selected .k-mergeCells {
  background-position: -192px -168px;
}
.k-i-pdf,
.k-pdf {
  background-position: -288px -240px;
}
.k-state-hover .k-i-pdf,
.k-state-hover .k-pdf,
.k-state-selected .k-i-pdf,
.k-state-selected .k-pdf {
  background-position: -312px -240px;
  background-position: -288px -240px;
}
.k-state-hover .k-i-pdf,
.k-state-hover .k-pdf,
.k-state-selected .k-i-pdf,
.k-state-selected .k-pdf {
  background-position: -288px -240px;
}
.k-i-print,
.k-print {
  background-position: -288px -264px;
}
.k-state-hover .k-i-print,
.k-state-hover .k-print,
.k-state-selected .k-i-print,
.k-state-selected .k-print {
  background-position: -312px -264px;
  background-position: -288px -264px;
}
.k-state-hover .k-i-print,
.k-state-hover .k-print,
.k-state-selected .k-i-print,
.k-state-selected .k-print {
  background-position: -288px -264px;
}
/* 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;
}
/*# 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-actionbar .actionholder1 a,
.q-header .actionholder1 a,
header .actionholder1 a,
.q-actionbar .actionholder2 a,
.q-header .actionholder2 a,
header .actionholder2 a,
.q-actionbar .actionholder3 a,
.q-header .actionholder3 a,
header .actionholder3 a,
.q-actionbar .q-dropdown-menu a,
.q-header .q-dropdown-menu a,
header .q-dropdown-menu a,
.q-actionbar .actionholder1 button,
.q-header .actionholder1 button,
header .actionholder1 button,
.q-actionbar .actionholder2 button,
.q-header .actionholder2 button,
header .actionholder2 button,
.q-actionbar .actionholder3 button,
.q-header .actionholder3 button,
header .actionholder3 button,
.q-actionbar .q-dropdown-menu button,
.q-header .q-dropdown-menu button,
header .q-dropdown-menu button {
  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;
}
.q-actionbar .actionholder1 a:before,
.q-header .actionholder1 a:before,
header .actionholder1 a:before,
.q-actionbar .actionholder2 a:before,
.q-header .actionholder2 a:before,
header .actionholder2 a:before,
.q-actionbar .actionholder3 a:before,
.q-header .actionholder3 a:before,
header .actionholder3 a:before,
.q-actionbar .q-dropdown-menu a:before,
.q-header .q-dropdown-menu a:before,
header .q-dropdown-menu a:before,
.q-actionbar .actionholder1 button:before,
.q-header .actionholder1 button:before,
header .actionholder1 button:before,
.q-actionbar .actionholder2 button:before,
.q-header .actionholder2 button:before,
header .actionholder2 button:before,
.q-actionbar .actionholder3 button:before,
.q-header .actionholder3 button:before,
header .actionholder3 button:before,
.q-actionbar .q-dropdown-menu button:before,
.q-header .q-dropdown-menu button:before,
header .q-dropdown-menu button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2b3f62;
  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;
}
.q-actionbar .actionholder1 a:active:before,
.q-header .actionholder1 a:active:before,
header .actionholder1 a:active:before,
.q-actionbar .actionholder2 a:active:before,
.q-header .actionholder2 a:active:before,
header .actionholder2 a:active:before,
.q-actionbar .actionholder3 a:active:before,
.q-header .actionholder3 a:active:before,
header .actionholder3 a:active:before,
.q-actionbar .q-dropdown-menu a:active:before,
.q-header .q-dropdown-menu a:active:before,
header .q-dropdown-menu a:active:before,
.q-actionbar .actionholder1 button:active:before,
.q-header .actionholder1 button:active:before,
header .actionholder1 button:active:before,
.q-actionbar .actionholder2 button:active:before,
.q-header .actionholder2 button:active:before,
header .actionholder2 button:active:before,
.q-actionbar .actionholder3 button:active:before,
.q-header .actionholder3 button:active:before,
header .actionholder3 button:active:before,
.q-actionbar .q-dropdown-menu button:active:before,
.q-header .q-dropdown-menu button:active:before,
header .q-dropdown-menu button:active:before,
.q-actionbar .actionholder1 a:hover:before,
.q-header .actionholder1 a:hover:before,
header .actionholder1 a:hover:before,
.q-actionbar .actionholder2 a:hover:before,
.q-header .actionholder2 a:hover:before,
header .actionholder2 a:hover:before,
.q-actionbar .actionholder3 a:hover:before,
.q-header .actionholder3 a:hover:before,
header .actionholder3 a:hover:before,
.q-actionbar .q-dropdown-menu a:hover:before,
.q-header .q-dropdown-menu a:hover:before,
header .q-dropdown-menu a:hover:before,
.q-actionbar .actionholder1 button:hover:before,
.q-header .actionholder1 button:hover:before,
header .actionholder1 button:hover:before,
.q-actionbar .actionholder2 button:hover:before,
.q-header .actionholder2 button:hover:before,
header .actionholder2 button:hover:before,
.q-actionbar .actionholder3 button:hover:before,
.q-header .actionholder3 button:hover:before,
header .actionholder3 button:hover:before,
.q-actionbar .q-dropdown-menu button:hover:before,
.q-header .q-dropdown-menu button:hover:before,
header .q-dropdown-menu button:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  background-color: #253654;
}
.q-actionbar .actionholder1 a:focus:before,
.q-header .actionholder1 a:focus:before,
header .actionholder1 a:focus:before,
.q-actionbar .actionholder2 a:focus:before,
.q-header .actionholder2 a:focus:before,
header .actionholder2 a:focus:before,
.q-actionbar .actionholder3 a:focus:before,
.q-header .actionholder3 a:focus:before,
header .actionholder3 a:focus:before,
.q-actionbar .q-dropdown-menu a:focus:before,
.q-header .q-dropdown-menu a:focus:before,
header .q-dropdown-menu a:focus:before,
.q-actionbar .actionholder1 button:focus:before,
.q-header .actionholder1 button:focus:before,
header .actionholder1 button:focus:before,
.q-actionbar .actionholder2 button:focus:before,
.q-header .actionholder2 button:focus:before,
header .actionholder2 button:focus:before,
.q-actionbar .actionholder3 button:focus:before,
.q-header .actionholder3 button:focus:before,
header .actionholder3 button:focus:before,
.q-actionbar .q-dropdown-menu button:focus:before,
.q-header .q-dropdown-menu button:focus:before,
header .q-dropdown-menu button:focus:before {
  background-color: #233450;
}
.q-actionbar .q-dropdown-menu a:before,
.q-header .q-dropdown-menu a:before,
header .q-dropdown-menu a:before,
.q-actionbar .q-dropdown-menu button:before,
.q-header .q-dropdown-menu button:before,
header .q-dropdown-menu button:before {
  background: #ededed !important;
}
.q-actionbar .q-dropdown-menu a:active:before,
.q-header .q-dropdown-menu a:active:before,
header .q-dropdown-menu a:active:before,
.q-actionbar .q-dropdown-menu button:active:before,
.q-header .q-dropdown-menu button:active:before,
header .q-dropdown-menu button:active:before,
.q-actionbar .q-dropdown-menu a:hover:before,
.q-header .q-dropdown-menu a:hover:before,
header .q-dropdown-menu a:hover:before,
.q-actionbar .q-dropdown-menu button:hover:before,
.q-header .q-dropdown-menu button:hover:before,
header .q-dropdown-menu button:hover:before {
  background-color: #e3e3e3 !important;
}
.q-actionbar .q-dropdown-menu a:focus,
.q-header .q-dropdown-menu a:focus,
header .q-dropdown-menu a:focus,
.q-actionbar .q-dropdown-menu button:focus,
.q-header .q-dropdown-menu button:focus,
header .q-dropdown-menu button:focus,
.q-actionbar .q-dropdown-menu a:focus:before,
.q-header .q-dropdown-menu a:focus:before,
header .q-dropdown-menu a:focus:before,
.q-actionbar .q-dropdown-menu button:focus:before,
.q-header .q-dropdown-menu button:focus:before,
header .q-dropdown-menu button:focus:before {
  background-color: #e0e0e0 !important;
}
.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 a:hover {
  background-color: #046ead !important;
}
.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> */
}
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: hidden;
  padding: 0 12px;
}
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: hidden !important;
}
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: 11;
}
footer {
  z-index: 2;
}
actionbar {
  z-index: 2;
}
/* Sub layouts */
.sectionLayout {
  height: 100%;
}
.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-right: 30px;
  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: 15px;
  width: calc(100% + 15px);
}
header .mydashboard {
  position: absolute;
  left: 0;
}
header #modmark {
  margin-left: 8px;
  color: #808080;
  position: absolute;
  float: left;
}
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;
}
.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: inline-block;
  text-align: left;
  text-transform: lowercase;
  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(../Content/Quorum/css/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 .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 > 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: #cccccc;
}
.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: -220px -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;
  height: 36px;
  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;
}
.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: 36px;
  margin: 0 1px;
  padding: 6px 3px 0 3px;
  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 {
  float: right;
  height: 22px;
  margin: -4px 0 0 4px;
}
@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;
}
@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: 0;
  display: block;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 260px;
  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: 1200px) {
  .onlymobile {
    display: none;
  }
}
.float_search_auto {
  display: none !important;
}
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("../Content/Quorum/css/images/sprites-2x.png?v=12") !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: #cccccc;
    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: #cccccc;
    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: clip;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 28px);
  display: inline-block;
  margin: 0;
  text-transform: lowercase;
  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: 90vh;
  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;
}
.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 -208px !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 8px 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: 768px) {
  .header-title {
    text-align: left;
  }
}
.header-title h1 sup {
  color: #fff;
  top: 0;
}
.header-title h1 .header-text {
  color: #ffffff !important;
  font-size: 16px !important;
}
.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;
}
.float_search_auto {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  background: #047bc1;
  margin: 0;
  height: 40px;
  z-index: 8002;
}
.float_search_auto .q-form-control-wrapper {
  margin-top: -16px;
}
.float_search_auto .q-form-control-wrapper input.q-form-control-input {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#d2d2d2, #d2d2d2);
  color: #ffffff;
}
.float_search_auto .q-form-control-wrapper input.q-form-control-input::-webkit-input-placeholder,
.float_search_auto .q-form-control-wrapper input.q-form-control-input:-ms-input-placeholder,
.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 .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;
}
.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 */
a.footer-link {
  color: #ffffff;
}
a.footer-link:hover,
a.footer-link:focus,
a.footer-link:active {
  color: #ffffff;
  text-decoration: underline;
}
/* Open Screen control */
.openscreenscontrol {
  background: transparent;
  position: relative;
  bottom: 0;
  width: 180px;
  height: 24px;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
}
.openscreenscontrol span:not(.openscreencount) {
  margin-top: 0;
  margin-left: 0;
}
.openscreenscontrol .openscreencount {
  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 .openscreencount: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 .openscreencount,
.k-ie header .openscreenscontrol .openscreencount {
  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;
}
#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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
  background-position: -383px -200px;
  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("../Content/Quorum/css/images/logo_myquorum.png") no-repeat 1px 0;
  background-size: 300px;
}
#mainMenuSlideOut .q-logo .q-logo-img-client {
  background: #ffffff url("../Content/Quorum/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: -363px -320px;
}
.q-action_Activateagreement {
  background-position: -443px -380px;
}
.q-action_Add {
  background-position: -100px -358px;
}
.q-action_Addallcontacts {
  background-position: -140px -378px;
}
.q-action_Addmodify {
  background-position: -403px -340px;
}
.q-action_Addressadd {
  background-position: -423px -40px;
}
.q-action_Affiliates {
  background-position: -340px -418px;
}
.q-action_Apply {
  background-position: -360px -418px;
}
.q-action_Applyclose {
  background-position: -440px -438px;
}
.q-action_Applysaved {
  background-position: -360px -478px;
}
.q-action_Approve {
  background-position: -380px -478px;
}
.q-action_Assignme {
  background-position: -400px -478px;
}
.q-action_Associatecontact {
  background-position: -420px -478px;
}
.q-action_Attach {
  background-position: -440px -478px;
}
.q-action_Audited {
  background-position: -460px -478px;
}
.q-action_Audithistory {
  background-position: -480px -478px;
}
.q-action_Award {
  background-position: -503px 0px;
}
.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_AttachLocked {
  background-position: -260px -258px;
}
.q-actionw_Audited {
  background-position: -283px 0px;
}
.q-actionw_Audithistory {
  background-position: -283px -20px;
}
.q-actionw_Award {
  background-position: -283px -40px;
}
.q-actionw_Back {
  background-position: -283px -60px;
}
.q-actionw_Batchmessagelink {
  background-position: -283px -80px;
}
.q-actionw_Bulkedit {
  background-position: -283px -100px;
}
.q-actionw_Calculate {
  background-position: -283px -120px;
}
.q-actionw_CalculateGST {
  background-position: -283px -140px;
}
.q-actionw_Cancel {
  background-position: -283px -160px;
}
.q-actionw_Cancelworkflow {
  background-position: -283px -180px;
}
.q-actionw_ClearVolumes {
  background-position: -283px -200px;
}
.q-actionw_Clearfilters {
  background-position: -283px -220px;
}
.q-actionw_Close {
  background-position: -283px -240px;
}
.q-actionw_Closescreen {
  background-position: 0px -278px;
}
.q-actionw_Compare {
  background-position: -20px -278px;
}
.q-actionw_ConfirmAll {
  background-position: -40px -278px;
}
.q-actionw_Contactadd {
  background-position: -60px -278px;
}
.q-actionw_Copy {
  background-position: -80px -278px;
}
.q-actionw_Copyall {
  background-position: -100px -278px;
}
.q-actionw_Copymore {
  background-position: -120px -278px;
}
.q-actionw_Dashboards {
  background-position: -140px -278px;
}
.q-actionw_Debugmessage {
  background-position: -160px -278px;
}
.q-actionw_Default {
  background-position: -180px -278px;
}
.q-actionw_Delegate {
  background-position: -200px -278px;
}
.q-actionw_Delete {
  background-position: -220px -278px;
}
.q-actionw_Done {
  background-position: -240px -278px;
}
.q-actionw_Down {
  background-position: -260px -278px;
}
.q-actionw_Download {
  background-position: -280px -278px;
}
.q-actionw_Downloadall {
  background-position: -303px 0px;
}
.q-actionw_Duplicate {
  background-position: -303px -20px;
}
.q-actionw_Edit {
  background-position: -303px -40px;
}
.q-actionw_Errormessage {
  background-position: -303px -60px;
}
.q-actionw_Export {
  background-position: -303px -80px;
}
.q-actionw_ExportPDF {
  background-position: -303px -100px;
}
.q-actionw_Favoriteadd {
  background-position: -303px -120px;
}
.q-actionw_Favoriteremove {
  background-position: -303px -140px;
}
.q-actionw_Filter {
  background-position: -303px -160px;
}
.q-actionw_Filtertoggle {
  background-position: -303px -180px;
}
.q-actionw_Finalreject {
  background-position: -303px -200px;
}
.q-actionw_GenerateScan {
  background-position: -303px -220px;
}
.q-actionw_Generatenumber {
  background-position: -303px -240px;
}
.q-actionw_Gridview {
  background-position: -303px -260px;
}
.q-actionw_Group {
  background-position: 0px -298px;
}
.q-actionw_Groupquerylink {
  background-position: -20px -298px;
}
.q-actionw_Imbalance1 {
  background-position: -40px -298px;
}
.q-actionw_Imbalance2 {
  background-position: -60px -298px;
}
.q-actionw_Inactivate {
  background-position: -80px -298px;
}
.q-actionw_Inactivateagreement {
  background-position: -100px -298px;
}
.q-actionw_Infomessage {
  background-position: -120px -298px;
}
.q-actionw_Intercompanyoffset {
  background-position: -140px -298px;
}
.q-actionw_Listview {
  background-position: -160px -298px;
}
.q-actionw_Location {
  background-position: -180px -298px;
}
.q-actionw_Location2 {
  background-position: -200px -298px;
}
.q-actionw_Locked {
  background-position: -220px -298px;
}
.q-actionw_ManyFees {
  background-position: -240px -298px;
}
.q-actionw_Maximize {
  background-position: -260px -298px;
}
.q-actionw_Menus {
  background-position: -280px -298px;
}
.q-actionw_Minimize {
  background-position: -300px -298px;
}
.q-actionw_MoreActions {
  background-position: -323px 0px;
}
.q-actionw_New {
  background-position: -323px -20px;
}
.q-actionw_Newwindow {
  background-position: -323px -40px;
}
.q-actionw_Next {
  background-position: -323px -60px;
}
.q-actionw_Odata {
  background-position: -323px -80px;
}
.q-actionw_Overflow {
  background-position: -323px -100px;
}
.q-actionw_Overflow2 {
  background-position: -323px -120px;
}
.q-actionw_Paste {
  background-position: -323px -140px;
}
.q-actionw_Personas {
  background-position: -323px -160px;
}
.q-actionw_Previous {
  background-position: -323px -180px;
}
.q-actionw_PushForUpsDowns {
  background-position: -323px -200px;
}
.q-actionw_Recall {
  background-position: -323px -220px;
}
.q-actionw_RecallReput {
  background-position: -323px -240px;
}
.q-actionw_Refresh {
  background-position: -323px -260px;
}
.q-actionw_RefreshValidationTotals {
  background-position: -323px -280px;
}
.q-actionw_Reject {
  background-position: 0px -318px;
}
.q-actionw_Renominate {
  background-position: -20px -318px;
}
.q-actionw_Reports {
  background-position: -40px -318px;
}
.q-actionw_Repost {
  background-position: -60px -318px;
}
.q-actionw_Reput {
  background-position: -80px -318px;
}
.q-actionw_Resolve {
  background-position: -100px -318px;
}
.q-actionw_Resolvemessage {
  background-position: -120px -318px;
}
.q-actionw_Restart {
  background-position: -140px -318px;
}
.q-actionw_Restore {
  background-position: -160px -318px;
}
.q-actionw_Retrieve {
  background-position: -180px -318px;
}
.q-actionw_Retrieveall {
  background-position: -200px -318px;
}
.q-actionw_Retrievemore {
  background-position: -220px -318px;
}
.q-actionw_Return {
  background-position: -240px -318px;
}
.q-actionw_Routeandreturn {
  background-position: -260px -318px;
}
.q-actionw_Save {
  background-position: -280px -318px;
}
.q-actionw_Scan {
  background-position: -300px -318px;
}
.q-actionw_Screens {
  background-position: -320px -318px;
}
.q-actionw_Screens2 {
  background-position: -343px 0px;
}
.q-actionw_Search {
  background-position: -343px -20px;
}
.q-actionw_Sendemail {
  background-position: -343px -40px;
}
.q-actionw_Sendforcomment {
  background-position: -343px -60px;
}
.q-actionw_SendtoSAP {
  background-position: -343px -80px;
}
.q-actionw_ShowAll {
  background-position: -343px -100px;
}
.q-actionw_Skip {
  background-position: -343px -120px;
}
.q-actionw_Subledgerdrilldown {
  background-position: -343px -140px;
}
.q-actionw_Submit {
  background-position: -343px -160px;
}
.q-actionw_Subscribe {
  background-position: -343px -180px;
}
.q-actionw_Subscriptionallow {
  background-position: -343px -200px;
}
.q-actionw_Subscriptions {
  background-position: -343px -220px;
}
.q-actionw_Subscriptionsrestrict {
  background-position: -343px -240px;
}
.q-actionw_Subtract {
  background-position: -343px -260px;
}
.q-actionw_Unapprove {
  background-position: -343px -280px;
}
.q-actionw_Unassignme {
  background-position: -343px -300px;
}
.q-actionw_Undo {
  background-position: 0px -338px;
}
.q-actionw_Unknown {
  background-position: -20px -338px;
}
.q-actionw_Unlocked {
  background-position: -40px -338px;
}
.q-actionw_Unsaved {
  background-position: -60px -338px;
}
.q-actionw_Unsubscribe {
  background-position: -80px -338px;
}
.q-actionw_Up {
  background-position: -100px -338px;
}
.q-actionw_Update {
  background-position: -120px -338px;
}
.q-actionw_UrgentWarning {
  background-position: -140px -338px;
}
.q-actionw_Validate {
  background-position: -160px -338px;
}
.q-actionw_View {
  background-position: -180px -338px;
}
.q-actionw_View2 {
  background-position: -200px -338px;
}
.q-actionw_View3 {
  background-position: -220px -338px;
}
.q-actionw_ViewInbox {
  background-position: -240px -338px;
}
.q-actionw_Viewcomments {
  background-position: -260px -338px;
}
.q-actionw_Viewdocuments {
  background-position: -280px -338px;
}
.q-actionw_Viewroute {
  background-position: -300px -338px;
}
.q-actionw_Voucher_reclassify {
  background-position: -320px -338px;
}
.q-actionw_Voucherreversal {
  background-position: -340px -338px;
}
.q-actionw_Warning {
  background-position: -363px 0px;
}
.q-actionw_Warningmessage {
  background-position: -363px -20px;
}
.q-actionw_WebAPI {
  background-position: -363px -40px;
}
.q-actionw_Widgets {
  background-position: -363px -60px;
}
.q-actionw_Withdraw {
  background-position: -363px -80px;
}
.q-actionw_action {
  background-position: -363px -100px;
}
.q-actionw_context {
  background-position: -363px -120px;
}
.q-actionw_inactiveagreement {
  background-position: -363px -140px;
}
.q-actionw_infopostings {
  background-position: -363px -160px;
}
.q-actionw_links {
  background-position: -363px -180px;
}
.q-actionw_notes {
  background-position: -363px -200px;
}
.q-actionw_notesEditing {
  background-position: -363px -220px;
}
.q-actionw_notesLocked {
  background-position: -363px -240px;
}
.q-actionw_settings {
  background-position: -363px -260px;
}
.q-actionw_share {
  background-position: -363px -280px;
}
.q-actionw_unshare {
  background-position: -363px -300px;
}
.q-back {
  background-position: 0px 0px;
}
.q-content_ADS {
  background-position: 0px -358px;
}
.q-content_Acknowledged {
  background-position: -20px -358px;
}
.q-content_Activateagreement {
  background-position: -40px -358px;
}
.q-content_Add {
  background-position: -60px -358px;
}
.q-content_AddCondition {
  background-position: -80px -358px;
}
.q-content_AddGroup {
  background-position: -122px 0px;
}
.q-content_Addallcontacts {
  background-position: -120px -358px;
}
.q-content_Addmodify {
  background-position: -140px -358px;
}
.q-content_Addressadd {
  background-position: -160px -358px;
}
.q-content_Affiliates {
  background-position: -180px -358px;
}
.q-content_Allocate {
  background-position: -200px -358px;
}
.q-content_AmendContract {
  background-position: -220px -358px;
}
.q-content_Apply {
  background-position: -240px -358px;
}
.q-content_Applyclose {
  background-position: -260px -358px;
}
.q-content_Applysaved {
  background-position: -280px -358px;
}
.q-content_Approve {
  background-position: -300px -358px;
}
.q-content_Assignme {
  background-position: -320px -358px;
}
.q-content_Associatecontact {
  background-position: -340px -358px;
}
.q-content_Attach {
  background-position: -360px -358px;
}
.q-content_Audited {
  background-position: -383px 0px;
}
.q-content_Audithistory {
  background-position: -383px -20px;
}
.q-content_Award {
  background-position: -383px -40px;
}
.q-content_Awarded {
  background-position: -383px -60px;
}
.q-content_Back {
  background-position: -383px -80px;
}
.q-content_Batchmessagelink {
  background-position: -383px -100px;
}
.q-content_BetterDirection {
  background-position: -383px -120px;
}
.q-content_Bulkedit {
  background-position: -383px -140px;
}
.q-content_Calculate {
  background-position: -383px -160px;
}
.q-content_CalculateGST {
  background-position: -383px -180px;
}
.q-content_Cancel {
  background-position: -383px -200px;
}
.q-content_Cancelworkflow {
  background-position: -383px -220px;
}
.q-content_ClearVolumes {
  background-position: -383px -240px;
}
.q-content_Clearfilters {
  background-position: -383px -260px;
}
.q-content_Close {
  background-position: -383px -280px;
}
.q-content_Closed {
  background-position: -383px -300px;
}
.q-content_Closescreen {
  background-position: -383px -320px;
}
.q-content_CommercialOperations {
  background-position: -383px -340px;
}
.q-content_Compare {
  background-position: 0px -378px;
}
.q-content_ConfirmAll {
  background-position: -20px -378px;
}
.q-content_ConfirmationResponse {
  background-position: -40px -378px;
}
.q-content_Contactadd {
  background-position: -60px -378px;
}
.q-content_Contactsaddall {
  background-position: -80px -378px;
}
.q-content_Copy {
  background-position: -100px -378px;
}
.q-content_Copyall {
  background-position: -120px -378px;
}
.q-content_Copymore {
  background-position: -94px -52px;
}
.q-content_CustomerAccountMaintenance {
  background-position: -160px -378px;
}
.q-content_Dashboards {
  background-position: -180px -378px;
}
.q-content_Debugmessage {
  background-position: -200px -378px;
}
.q-content_Default {
  background-position: -220px -378px;
}
.q-content_Delegate {
  background-position: -240px -378px;
}
.q-content_Delete {
  background-position: -260px -378px;
}
.q-content_Denied {
  background-position: -280px -378px;
}
.q-content_Dispute {
  background-position: -300px -378px;
}
.q-content_Done {
  background-position: -320px -378px;
}
.q-content_Download {
  background-position: -340px -378px;
}
.q-content_DownloadCSV {
  background-position: -360px -378px;
}
.q-content_DownloadExcel {
  background-position: -380px -378px;
}
.q-content_DownloadPDF {
  background-position: -403px 0px;
}
.q-content_Downloadall {
  background-position: -403px -20px;
}
.q-content_Draghandle {
  background-position: -403px -40px;
}
.q-content_Duplicate {
  background-position: -403px -60px;
}
.q-content_Edit {
  background-position: -403px -80px;
}
.q-content_EditNomination {
  background-position: -403px -100px;
}
.q-content_Error {
  background-position: -403px -120px;
}
.q-content_Errormessage {
  background-position: -403px -140px;
}
.q-content_ExecuteNewJob {
  background-position: -403px -160px;
}
.q-content_Expansion {
  background-position: -403px -180px;
}
.q-content_Export {
  background-position: -403px -200px;
}
.q-content_ExportPDF {
  background-position: -403px -220px;
}
.q-content_Favoriteadd {
  background-position: -403px -240px;
}
.q-content_Favoriteremove {
  background-position: -403px -260px;
}
.q-content_FillDown {
  background-position: -403px -280px;
}
.q-content_Filter {
  background-position: -403px -300px;
}
.q-content_Filtertoggle {
  background-position: -403px -320px;
}
.q-content_Finalize {
  background-position: -24px -94px;
}
.q-content_Finalreject {
  background-position: -403px -360px;
}
.q-content_Forward {
  background-position: 0px -398px;
}
.q-content_GenerateID {
  background-position: -20px -398px;
}
.q-content_GenerateScan {
  background-position: -40px -398px;
}
.q-content_Generatenumber {
  background-position: -60px -398px;
}
.q-content_Gridview {
  background-position: -80px -398px;
}
.q-content_Group {
  background-position: -100px -398px;
}
.q-content_Groupquerylink {
  background-position: -120px -398px;
}
.q-content_Imbalance1 {
  background-position: -140px -398px;
}
.q-content_Imbalance2 {
  background-position: -160px -398px;
}
.q-content_Import {
  background-position: -180px -398px;
}
.q-content_Inactivate {
  background-position: -200px -398px;
}
.q-content_Inactivateagreement {
  background-position: -220px -398px;
}
.q-content_Info {
  background-position: -240px -398px;
}
.q-content_Infomessage {
  background-position: -260px -398px;
}
.q-content_Infopostings {
  background-position: -280px -398px;
}
.q-content_Intercompanyoffset {
  background-position: -300px -398px;
}
.q-content_Joberror {
  background-position: -320px -398px;
}
.q-content_Jobsuccess {
  background-position: -340px -398px;
}
.q-content_Jobwarning {
  background-position: -360px -398px;
}
.q-content_Listview {
  background-position: -380px -398px;
}
.q-content_Location {
  background-position: -400px -398px;
}
.q-content_Location2 {
  background-position: -423px 0px;
}
.q-content_Locked {
  background-position: -423px -20px;
}
.q-content_ManyFees {
  background-position: -45px -94px;
}
.q-content_Marketing {
  background-position: -423px -60px;
}
.q-content_Maximize {
  background-position: -423px -80px;
}
.q-content_Menus {
  background-position: -423px -100px;
}
.q-content_Merge {
  background-position: -423px -120px;
}
.q-content_Meters {
  background-position: -423px -140px;
}
.q-content_Minimize {
  background-position: -423px -160px;
}
.q-content_MoreActions {
  background-position: -423px -180px;
}
.q-content_New {
  background-position: -423px -200px;
}
.q-content_Newwindow {
  background-position: -423px -220px;
}
.q-content_Next {
  background-position: -423px -240px;
}
.q-content_NoResponse {
  background-position: -423px -260px;
}
.q-content_Nominate {
  background-position: -423px -280px;
}
.q-content_Notification {
  background-position: -423px -300px;
}
.q-content_Odata {
  background-position: -423px -320px;
}
.q-content_Open {
  background-position: -423px -340px;
}
.q-content_OpenEnded {
  background-position: -423px -360px;
}
.q-content_PackageInstall {
  background-position: -423px -380px;
}
.q-content_PackageInstallAll {
  background-position: 0px -418px;
}
.q-content_PackageReinstall {
  background-position: -20px -418px;
}
.q-content_PackageUninstall {
  background-position: -40px -418px;
}
.q-content_PackageUpdate {
  background-position: -60px -418px;
}
.q-content_Paste {
  background-position: -80px -418px;
}
.q-content_Pending {
  background-position: -100px -418px;
}
.q-content_PendingHourglass {
  background-position: -120px -418px;
}
.q-content_Personas {
  background-position: -140px -418px;
}
.q-content_PostBid {
  background-position: -160px -418px;
}
.q-content_Previous {
  background-position: -180px -418px;
}
.q-content_Pricing {
  background-position: -200px -418px;
}
.q-content_PushForUpsDowns {
  background-position: -220px -418px;
}
.q-content_Recall {
  background-position: -240px -418px;
}
.q-content_RecallReput {
  background-position: -260px -418px;
}
.q-content_Refresh {
  background-position: -280px -418px;
}
.q-content_RefreshValidationTotals {
  background-position: -300px -418px;
}
.q-content_Reject {
  background-position: -320px -418px;
}
.q-content_Remind {
  background-position: -66px -94px;
}
.q-content_RemoveGroup {
  background-position: -87px -94px;
}
.q-content_Renominate {
  background-position: -380px -418px;
}
.q-content_Repost {
  background-position: -400px -418px;
}
.q-content_Reput {
  background-position: -420px -418px;
}
.q-content_Resolve {
  background-position: -443px 0px;
}
.q-content_Resolvemessage {
  background-position: -443px -20px;
}
.q-content_Restart {
  background-position: -443px -40px;
}
.q-content_Restore {
  background-position: -443px -60px;
}
.q-content_Retrieve {
  background-position: -443px -80px;
}
.q-content_Retrieveall {
  background-position: -443px -100px;
}
.q-content_Retrievemore {
  background-position: -443px -120px;
}
.q-content_Return {
  background-position: -443px -140px;
}
.q-content_Reviewed {
  background-position: -443px -160px;
}
.q-content_Routeandreturn {
  background-position: -443px -180px;
}
.q-content_Save {
  background-position: -443px -200px;
}
.q-content_Scan {
  background-position: -443px -220px;
}
.q-content_Scoped {
  background-position: -443px -240px;
}
.q-content_Screens2 {
  background-position: -443px -260px;
}
.q-content_Search {
  background-position: -443px -280px;
}
.q-content_Sendemail {
  background-position: -443px -300px;
}
.q-content_Sendforcomment {
  background-position: -443px -320px;
}
.q-content_SendtoSAP {
  background-position: -443px -340px;
}
.q-content_ShowAll {
  background-position: -443px -360px;
}
.q-content_Skip {
  background-position: -122px -42px;
}
.q-content_Split {
  background-position: -443px -400px;
}
.q-content_Status {
  background-position: 0px -438px;
}
.q-content_Subledgerdrilldown {
  background-position: -20px -438px;
}
.q-content_Submit {
  background-position: -40px -438px;
}
.q-content_Subscribe {
  background-position: -60px -438px;
}
.q-content_Subscriptionallow {
  background-position: -80px -438px;
}
.q-content_Subscriptions {
  background-position: -100px -438px;
}
.q-content_Subscriptionsrestrict {
  background-position: -120px -438px;
}
.q-content_Subtract {
  background-position: -140px -438px;
}
.q-content_TimeRemaining {
  background-position: -160px -438px;
}
.q-content_Unapprove {
  background-position: -180px -438px;
}
.q-content_Unassignme {
  background-position: -200px -438px;
}
.q-content_Unchanged {
  background-position: -220px -438px;
}
.q-content_Undo {
  background-position: -240px -438px;
}
.q-content_Unknown {
  background-position: -260px -438px;
}
.q-content_Unlocked {
  background-position: -280px -438px;
}
.q-content_Unscoped {
  background-position: -300px -438px;
}
.q-content_Unsubscribe {
  background-position: -320px -438px;
}
.q-content_Update {
  background-position: -340px -438px;
}
.q-content_Update2 {
  background-position: -360px -438px;
}
.q-content_UrgentWarning {
  background-position: -380px -438px;
}
.q-content_Validate {
  background-position: -400px -438px;
}
.q-content_View {
  background-position: -420px -438px;
}
.q-content_View2 {
  background-position: -122px -21px;
}
.q-content_View3 {
  background-position: -463px 0px;
}
.q-content_ViewActiveAwards {
  background-position: -463px -20px;
}
.q-content_ViewActivity {
  background-position: -463px -40px;
}
.q-content_ViewAll {
  background-position: -463px -60px;
}
.q-content_ViewAward {
  background-position: -463px -80px;
}
.q-content_ViewDaily {
  background-position: -463px -100px;
}
.q-content_ViewImbalance {
  background-position: -463px -120px;
}
.q-content_ViewInbox {
  background-position: -463px -140px;
}
.q-content_ViewPreDeterminedAllcation {
  background-position: -463px -160px;
}
.q-content_ViewRecentHistory {
  background-position: -463px -180px;
}
.q-content_Viewcomments {
  background-position: -463px -200px;
}
.q-content_Viewdocuments {
  background-position: -463px -220px;
}
.q-content_Viewroute {
  background-position: -463px -240px;
}
.q-content_Void {
  background-position: -463px -260px;
}
.q-content_Voucher_reclassify {
  background-position: -463px -280px;
}
.q-content_Voucherreversal {
  background-position: -463px -300px;
}
.q-content_WaitingForAnotherPersonToTakeAction {
  background-position: -463px -320px;
}
.q-content_WaitingForYoutToTakeAction {
  background-position: -463px -340px;
}
.q-content_Warning {
  background-position: -463px -360px;
}
.q-content_WarningMismatch {
  background-position: -463px -380px;
}
.q-content_Warningmessage {
  background-position: -463px -400px;
}
.q-content_WebAPI {
  background-position: -463px -420px;
}
.q-content_Widgets {
  background-position: 0px -458px;
}
.q-content_Withdraw {
  background-position: -20px -458px;
}
.q-content_Workflow {
  background-position: -40px -458px;
}
.q-content_WorkspaceContract {
  background-position: -60px -458px;
}
.q-content_WorkspaceExpand {
  background-position: -80px -458px;
}
.q-content_WorseDirection {
  background-position: -100px -458px;
}
.q-content_action {
  background-position: -120px -458px;
}
.q-content_arrow_down {
  background-position: -140px -458px;
}
.q-content_arrow_left {
  background-position: -160px -458px;
}
.q-content_arrow_right {
  background-position: -180px -458px;
}
.q-content_arrow_up {
  background-position: -200px -458px;
}
.q-content_collapse {
  background-position: -220px -458px;
}
.q-content_context {
  background-position: -240px -458px;
}
.q-content_down {
  background-position: -260px -458px;
}
.q-content_expand {
  background-position: -280px -458px;
}
.q-content_inactiveagreement {
  background-position: -300px -458px;
}
.q-content_links {
  background-position: -320px -458px;
}
.q-content_lock {
  background-position: -340px -458px;
}
.q-content_move {
  background-position: -360px -458px;
}
.q-content_overflow {
  background-position: -380px -458px;
}
.q-content_pin {
  background-position: -400px -458px;
}
.q-content_reports {
  background-position: -420px -458px;
}
.q-content_seek_left {
  background-position: -440px -458px;
}
.q-content_seek_right {
  background-position: -460px -458px;
}
.q-content_settings {
  background-position: -483px 0px;
}
.q-content_share {
  background-position: -483px -20px;
}
.q-content_unlock {
  background-position: -483px -40px;
}
.q-content_unpin {
  background-position: -483px -60px;
}
.q-content_unshare {
  background-position: -483px -80px;
}
.q-content_up {
  background-position: -483px -100px;
}
.q-contentc_Awarded {
  background-position: -483px -120px;
}
.q-contentc_BetterDirection {
  background-position: -483px -140px;
}
.q-contentc_Denied {
  background-position: -483px -160px;
}
.q-contentc_Error {
  background-position: -483px -180px;
}
.q-contentc_Info {
  background-position: -483px -200px;
}
.q-contentc_PackageInstall {
  background-position: -483px -220px;
}
.q-contentc_PackageInstallAll {
  background-position: -483px -240px;
}
.q-contentc_PackageReinstall {
  background-position: -483px -260px;
}
.q-contentc_PackageUninstall {
  background-position: -483px -280px;
}
.q-contentc_PackageUpdate {
  background-position: -483px -300px;
}
.q-contentc_Restart {
  background-position: -483px -320px;
}
.q-contentc_StatusGreen {
  background-position: -483px -340px;
}
.q-contentc_StatusRed {
  background-position: -483px -360px;
}
.q-contentc_Warning {
  background-position: -483px -380px;
}
.q-contentc_WarningMismatch {
  background-position: -483px -400px;
}
.q-contentc_WorseDirection {
  background-position: -483px -420px;
}
.q-contentc_context {
  background-position: -483px -440px;
}
.q-contentc_settings {
  background-position: 0px -478px;
}
.q-contentw_Add {
  background-position: -20px -478px;
}
.q-contentw_Alert {
  background-position: -40px -478px;
}
.q-contentw_Calendar {
  background-position: -60px -478px;
}
.q-contentw_Cancel {
  background-position: -80px -478px;
}
.q-contentw_Default {
  background-position: -100px -478px;
}
.q-contentw_Delete {
  background-position: -120px -478px;
}
.q-contentw_Draghandle {
  background-position: -140px -478px;
}
.q-contentw_Hamburger {
  background-position: -160px -478px;
}
.q-contentw_MoreActions {
  background-position: -180px -478px;
}
.q-contentw_Refresh {
  background-position: -200px -478px;
}
.q-contentw_Search {
  background-position: -220px -478px;
}
.q-contentw_Status {
  background-position: -240px -478px;
}
.q-contentw_Update2 {
  background-position: -260px -478px;
}
.q-contentw_arrow_down {
  background-position: -280px -478px;
}
.q-contentw_arrow_left {
  background-position: -300px -478px;
}
.q-contentw_arrow_right {
  background-position: -320px -478px;
}
.q-contentw_arrow_up {
  background-position: -340px -478px;
}
.q-grid_ADS {
  background-position: -555px -384px;
}
.q-grid_Acknowledged {
  background-position: -555px -368px;
}
.q-grid_Activateagreement {
  background-position: -555px -352px;
}
.q-grid_Add {
  background-position: -555px -336px;
}
.q-grid_AddCondition {
  background-position: -555px -320px;
}
.q-grid_AddGroup {
  background-position: -555px -304px;
}
.q-grid_Addallcontacts {
  background-position: -555px -288px;
}
.q-grid_Addmodify {
  background-position: -555px -272px;
}
.q-grid_Addressadd {
  background-position: -503px -36px;
}
.q-grid_Affiliates {
  background-position: -539px -432px;
}
.q-grid_Allocate {
  background-position: -503px -52px;
}
.q-grid_AmendContract {
  background-position: -503px -68px;
}
.q-grid_Apply {
  background-position: -503px -84px;
}
.q-grid_Applyclose {
  background-position: -503px -100px;
}
.q-grid_Applysaved {
  background-position: -503px -116px;
}
.q-grid_Approve {
  background-position: -503px -132px;
}
.q-grid_Assignme {
  background-position: -503px -148px;
}
.q-grid_Associatecontact {
  background-position: -503px -164px;
}
.q-grid_Attach {
  background-position: -503px -180px;
}
.q-grid_AttachLocked {
  background-position: -503px -196px;
}
.q-grid_AttachViewing {
  background-position: -503px -212px;
}
.q-grid_Audited {
  background-position: -503px -228px;
}
.q-grid_Audithistory {
  background-position: -503px -244px;
}
.q-grid_Award {
  background-position: -503px -260px;
}
.q-grid_Awarded {
  background-position: -503px -276px;
}
.q-grid_Back {
  background-position: -503px -292px;
}
.q-grid_Batchmessagelink {
  background-position: -503px -308px;
}
.q-grid_BetterDirection {
  background-position: -503px -324px;
}
.q-grid_Bulkedit {
  background-position: -503px -340px;
}
.q-grid_Calculate {
  background-position: -503px -356px;
}
.q-grid_CalculateGST {
  background-position: -503px -372px;
}
.q-grid_Cancel {
  background-position: -503px -388px;
}
.q-grid_Cancelworkflow {
  background-position: -503px -404px;
}
.q-grid_ClearVolumes {
  background-position: -503px -420px;
}
.q-grid_Close {
  background-position: -503px -436px;
}
.q-grid_Closed {
  background-position: -503px -452px;
}
.q-grid_Closescreen {
  background-position: -503px -468px;
}
.q-grid_CommercialOperations {
  background-position: -483px -460px;
}
.q-grid_Compare {
  background-position: -463px -440px;
}
.q-grid_ConfirmAll {
  background-position: -443px -420px;
}
.q-grid_ConfirmationResponse {
  background-position: -423px -400px;
}
.q-grid_Contactadd {
  background-position: -403px -380px;
}
.q-grid_Contactsaddall {
  background-position: -383px -360px;
}
.q-grid_Copy {
  background-position: -363px -340px;
}
.q-grid_Copyall {
  background-position: -343px -320px;
}
.q-grid_Copymore {
  background-position: -323px -300px;
}
.q-grid_CustomerAccountMaintenance {
  background-position: -303px -280px;
}
.q-grid_Date {
  background-position: -283px -260px;
}
.q-grid_Debugmessage {
  background-position: -263px -240px;
}
.q-grid_Default {
  background-position: -243px -220px;
}
.q-grid_Delegate {
  background-position: -223px -200px;
}
.q-grid_Delete {
  background-position: -203px -180px;
}
.q-grid_Denied {
  background-position: -183px -160px;
}
.q-grid_Dispute {
  background-position: -163px -140px;
}
.q-grid_Done {
  background-position: -143px -120px;
}
.q-grid_Download {
  background-position: -122px -102px;
}
.q-grid_DownloadCSV {
  background-position: -94px -76px;
}
.q-grid_DownloadExcel {
  background-position: 0px -498px;
}
.q-grid_DownloadPDF {
  background-position: -16px -498px;
}
.q-grid_Downloadall {
  background-position: -32px -498px;
}
.q-grid_Duplicate {
  background-position: -48px -498px;
}
.q-grid_Edit {
  background-position: -64px -498px;
}
.q-grid_EditNomination {
  background-position: -80px -498px;
}
.q-grid_Error {
  background-position: -96px -498px;
}
.q-grid_Errormessage {
  background-position: -112px -498px;
}
.q-grid_ExecuteNewJob {
  background-position: -128px -498px;
}
.q-grid_Export {
  background-position: -144px -498px;
}
.q-grid_ExportPDF {
  background-position: -160px -498px;
}
.q-grid_Favoriteadd {
  background-position: -176px -498px;
}
.q-grid_Favoriteremove {
  background-position: -192px -498px;
}
.q-grid_FillDown {
  background-position: -208px -498px;
}
.q-grid_Filter {
  background-position: -224px -498px;
}
.q-grid_Filtertoggle {
  background-position: -240px -498px;
}
.q-grid_Finalize {
  background-position: -256px -498px;
}
.q-grid_Finalreject {
  background-position: -272px -498px;
}
.q-grid_Forward {
  background-position: -288px -498px;
}
.q-grid_Fullscreenenter {
  background-position: -304px -498px;
}
.q-grid_Fullscreenexit {
  background-position: -320px -498px;
}
.q-grid_GenerateID {
  background-position: -336px -498px;
}
.q-grid_GenerateScan {
  background-position: -352px -498px;
}
.q-grid_Generatenumber {
  background-position: -368px -498px;
}
.q-grid_Gridview {
  background-position: -384px -498px;
}
.q-grid_Group {
  background-position: -400px -498px;
}
.q-grid_Groupquerylink {
  background-position: -416px -498px;
}
.q-grid_Imbalance1 {
  background-position: -432px -498px;
}
.q-grid_Imbalance2 {
  background-position: -448px -498px;
}
.q-grid_Import {
  background-position: -464px -498px;
}
.q-grid_Inactivate {
  background-position: -480px -498px;
}
.q-grid_Inactivateagreement {
  background-position: -496px -498px;
}
.q-grid_Info {
  background-position: -523px 0px;
}
.q-grid_Infomessage {
  background-position: -523px -16px;
}
.q-grid_Infopostings {
  background-position: -523px -32px;
}
.q-grid_Intercompanyoffset {
  background-position: -523px -48px;
}
.q-grid_Joberror {
  background-position: -523px -64px;
}
.q-grid_Jobsuccess {
  background-position: -523px -80px;
}
.q-grid_Jobwarning {
  background-position: -523px -96px;
}
.q-grid_Listview {
  background-position: -523px -112px;
}
.q-grid_Locked {
  background-position: -523px -128px;
}
.q-grid_ManyFees {
  background-position: -523px -144px;
}
.q-grid_Marketing {
  background-position: -523px -160px;
}
.q-grid_Maximize {
  background-position: -523px -176px;
}
.q-grid_Merge {
  background-position: -523px -192px;
}
.q-grid_Meters {
  background-position: -523px -208px;
}
.q-grid_Minimize {
  background-position: -523px -224px;
}
.q-grid_MoreActions {
  background-position: -523px -240px;
}
.q-grid_New {
  background-position: -523px -256px;
}
.q-grid_Newwindow {
  background-position: -523px -272px;
}
.q-grid_Next {
  background-position: -523px -288px;
}
.q-grid_NoResponse {
  background-position: -523px -304px;
}
.q-grid_Nominate {
  background-position: -523px -320px;
}
.q-grid_Notes {
  background-position: -523px -336px;
}
.q-grid_NotesEditing {
  background-position: -523px -352px;
}
.q-grid_NotesLocked {
  background-position: -523px -368px;
}
.q-grid_NotesViewing {
  background-position: -523px -384px;
}
.q-grid_Notes_not {
  background-position: -523px -416px;
}
.q-grid_Notes_not {
  background-position: -523px -416px;
}
.q-grid_Notification {
  background-position: -523px -432px;
}
.q-grid_Open {
  background-position: -523px -448px;
}
.q-grid_OpenEnded {
  background-position: -523px -464px;
}
.q-grid_Paste {
  background-position: -523px -480px;
}
.q-grid_Pending {
  background-position: -523px -496px;
}
.q-grid_PendingHourglass {
  background-position: 0px -514px;
}
.q-grid_Picklist {
  background-position: -16px -514px;
}
.q-grid_PostBid {
  background-position: -32px -514px;
}
.q-grid_Previous {
  background-position: -48px -514px;
}
.q-grid_Pricing {
  background-position: -64px -514px;
}
.q-grid_PushForUpsDowns {
  background-position: -80px -514px;
}
.q-grid_Recall {
  background-position: -96px -514px;
}
.q-grid_RecallReput {
  background-position: -112px -514px;
}
.q-grid_Refresh {
  background-position: -128px -514px;
}
.q-grid_RefreshValidationTotals {
  background-position: -144px -514px;
}
.q-grid_Reject {
  background-position: -160px -514px;
}
.q-grid_Remind {
  background-position: -176px -514px;
}
.q-grid_RemoveGroup {
  background-position: -192px -514px;
}
.q-grid_Renominate {
  background-position: -208px -514px;
}
.q-grid_Repost {
  background-position: -224px -514px;
}
.q-grid_Reput {
  background-position: -240px -514px;
}
.q-grid_Resolve {
  background-position: -256px -514px;
}
.q-grid_Resolvemessage {
  background-position: -272px -514px;
}
.q-grid_Restart {
  background-position: -288px -514px;
}
.q-grid_Restore {
  background-position: -304px -514px;
}
.q-grid_Retrieve {
  background-position: -320px -514px;
}
.q-grid_Retrieveall {
  background-position: -336px -514px;
}
.q-grid_Retrievemore {
  background-position: -352px -514px;
}
.q-grid_Return {
  background-position: -368px -514px;
}
.q-grid_Reviewed {
  background-position: -384px -514px;
}
.q-grid_Routeandreturn {
  background-position: -400px -514px;
}
.q-grid_Save {
  background-position: -416px -514px;
}
.q-grid_Scan {
  background-position: -432px -514px;
}
.q-grid_Search {
  background-position: -448px -514px;
}
.q-grid_Sendemail {
  background-position: -464px -514px;
}
.q-grid_Sendforcomment {
  background-position: -480px -514px;
}
.q-grid_SendtoSAP {
  background-position: -496px -514px;
}
.q-grid_ShowAll {
  background-position: -512px -514px;
}
.q-grid_Skip {
  background-position: -539px 0px;
}
.q-grid_Split {
  background-position: -539px -16px;
}
.q-grid_Subledgerdrilldown {
  background-position: -539px -32px;
}
.q-grid_Submit {
  background-position: -539px -48px;
}
.q-grid_Subscribe {
  background-position: -539px -64px;
}
.q-grid_Subscriptionallow {
  background-position: -539px -80px;
}
.q-grid_Subscriptions {
  background-position: -539px -96px;
}
.q-grid_Subscriptionsrestrict {
  background-position: -539px -112px;
}
.q-grid_Subtract {
  background-position: -539px -128px;
}
.q-grid_Time {
  background-position: -539px -144px;
}
.q-grid_TimeRemaining {
  background-position: -539px -160px;
}
.q-grid_Unapprove {
  background-position: -539px -176px;
}
.q-grid_Unassignme {
  background-position: -539px -192px;
}
.q-grid_Unchanged {
  background-position: -539px -208px;
}
.q-grid_Undo {
  background-position: -539px -224px;
}
.q-grid_Unknown {
  background-position: -539px -240px;
}
.q-grid_Unlocked {
  background-position: -539px -256px;
}
.q-grid_Unscoped {
  background-position: -539px -272px;
}
.q-grid_Unsubscribe {
  background-position: -539px -288px;
}
.q-grid_Update {
  background-position: -539px -304px;
}
.q-grid_UrgentWarning {
  background-position: -539px -320px;
}
.q-grid_Validate {
  background-position: -539px -336px;
}
.q-grid_View {
  background-position: -539px -352px;
}
.q-grid_View2 {
  background-position: -539px -368px;
}
.q-grid_View3 {
  background-position: -539px -384px;
}
.q-grid_ViewActiveAwards {
  background-position: -539px -400px;
}
.q-grid_ViewActivity {
  background-position: -539px -416px;
}
.q-grid_ViewAll {
  background-position: -503px -20px;
}
.q-grid_ViewAward {
  background-position: -539px -448px;
}
.q-grid_ViewDaily {
  background-position: -539px -464px;
}
.q-grid_ViewImbalance {
  background-position: -539px -480px;
}
.q-grid_ViewInbox {
  background-position: -539px -496px;
}
.q-grid_ViewPreDeterminedAllcation {
  background-position: -539px -512px;
}
.q-grid_ViewRecentHistory {
  background-position: 0px -530px;
}
.q-grid_Viewcomments {
  background-position: -16px -530px;
}
.q-grid_Viewdocuments {
  background-position: -32px -530px;
}
.q-grid_Viewroute {
  background-position: -48px -530px;
}
.q-grid_Void {
  background-position: -64px -530px;
}
.q-grid_Voucher_reclassify {
  background-position: -80px -530px;
}
.q-grid_Voucherreversal {
  background-position: -96px -530px;
}
.q-grid_WaitingForAnotherPersonToTakeAction {
  background-position: -112px -530px;
}
.q-grid_WaitingForYoutToTakeAction {
  background-position: -128px -530px;
}
.q-grid_Warning {
  background-position: -144px -530px;
}
.q-grid_WarningMismatch {
  background-position: -160px -530px;
}
.q-grid_Warningmessage {
  background-position: -176px -530px;
}
.q-grid_Withdraw {
  background-position: -192px -530px;
}
.q-grid_Workflow {
  background-position: -208px -530px;
}
.q-grid_WorseDirection {
  background-position: -224px -530px;
}
.q-grid_action {
  background-position: -240px -530px;
}
.q-grid_arrow_down {
  background-position: -256px -530px;
}
.q-grid_arrow_up {
  background-position: -272px -530px;
}
.q-grid_collapse {
  background-position: -288px -530px;
}
.q-grid_down {
  background-position: -304px -530px;
}
.q-grid_expand {
  background-position: -320px -530px;
}
.q-grid_inactiveagreement {
  background-position: -336px -530px;
}
.q-grid_links {
  background-position: -352px -530px;
}
.q-grid_lock {
  background-position: -368px -530px;
}
.q-grid_move {
  background-position: -384px -530px;
}
.q-grid_orgmaint_briefcase {
  background-position: -400px -530px;
}
.q-grid_orgmaint_folder {
  background-position: -416px -530px;
}
.q-grid_orgmaint_folderglobal {
  background-position: -432px -530px;
}
.q-grid_orgmaint_globe {
  background-position: -448px -530px;
}
.q-grid_orgmaint_location {
  background-position: -464px -530px;
}
.q-grid_orgmaint_locpoint {
  background-position: -480px -530px;
}
.q-grid_overflow {
  background-position: -496px -530px;
}
.q-grid_pin {
  background-position: -512px -530px;
}
.q-grid_reports {
  background-position: -528px -530px;
}
.q-grid_settings {
  background-position: -555px 0px;
}
.q-grid_share {
  background-position: -555px -16px;
}
.q-grid_unlock {
  background-position: -555px -32px;
}
.q-grid_unpin {
  background-position: -555px -48px;
}
.q-grid_unshare {
  background-position: -555px -64px;
}
.q-grid_up {
  background-position: -555px -80px;
}
.q-gridc_Denied {
  background-position: -555px -96px;
}
.q-gridc_Done {
  background-position: -555px -112px;
}
.q-gridc_Error {
  background-position: -555px -128px;
}
.q-gridc_Info {
  background-position: -555px -144px;
}
.q-gridc_Warning {
  background-position: -555px -160px;
}
.q-gridw_Add {
  background-position: -555px -176px;
}
.q-gridw_Alert {
  background-position: -555px -192px;
}
.q-gridw_Cancel {
  background-position: -555px -208px;
}
.q-gridw_Cog {
  background-position: -555px -224px;
}
.q-gridw_Menu {
  background-position: -555px -240px;
}
.q-gridw_Search {
  background-position: -555px -256px;
}
.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: -492px -558px;
}
.q-small_Added {
  background-position: -480px -546px;
}
.q-small_AddedModify {
  background-position: -504px -558px;
}
.q-small_Addmodify {
  background-position: -516px -558px;
}
.q-small_AmendContract {
  background-position: -528px -558px;
}
.q-small_Audited {
  background-position: -540px -558px;
}
.q-small_Awarded {
  background-position: -555px -484px;
}
.q-small_BetterDirection {
  background-position: -555px -496px;
}
.q-small_Cancel {
  background-position: -555px -508px;
}
.q-small_Closed {
  background-position: -555px -520px;
}
.q-small_ConfirmAll {
  background-position: -555px -532px;
}
.q-small_ConfirmationResponse {
  background-position: -503px -484px;
}
.q-small_Copy {
  background-position: -110px -76px;
}
.q-small_Critical {
  background-position: -108px -94px;
}
.q-small_CustomerAccountMaintenance {
  background-position: 0px -546px;
}
.q-small_Default {
  background-position: -12px -546px;
}
.q-small_Delete {
  background-position: -24px -546px;
}
.q-small_Deleted {
  background-position: -36px -546px;
}
.q-small_Denied {
  background-position: -48px -546px;
}
.q-small_Done {
  background-position: -60px -546px;
}
.q-small_Download {
  background-position: -72px -546px;
}
.q-small_DownloadCSV {
  background-position: -84px -546px;
}
.q-small_DownloadExcel {
  background-position: -96px -546px;
}
.q-small_DownloadPDF {
  background-position: -108px -546px;
}
.q-small_Edit {
  background-position: -120px -546px;
}
.q-small_EditNomination {
  background-position: -132px -546px;
}
.q-small_Error {
  background-position: -144px -546px;
}
.q-small_Favoriteadd {
  background-position: -156px -546px;
}
.q-small_Favoriteremove {
  background-position: -168px -546px;
}
.q-small_Filter {
  background-position: -180px -546px;
}
.q-small_Import {
  background-position: -192px -546px;
}
.q-small_Info {
  background-position: -204px -546px;
}
.q-small_Minus {
  background-position: -216px -546px;
}
.q-small_MoreActions {
  background-position: -228px -546px;
}
.q-small_New {
  background-position: -240px -546px;
}
.q-small_Next {
  background-position: -252px -546px;
}
.q-small_Nominate {
  background-position: -264px -546px;
}
.q-small_Notification {
  background-position: -276px -546px;
}
.q-small_Open {
  background-position: -288px -546px;
}
.q-small_Pending {
  background-position: -300px -546px;
}
.q-small_PendingHourglass {
  background-position: -312px -546px;
}
.q-small_PostBid {
  background-position: -324px -546px;
}
.q-small_Previous {
  background-position: -336px -546px;
}
.q-small_PushForUpsDowns {
  background-position: -348px -546px;
}
.q-small_Recall {
  background-position: -360px -546px;
}
.q-small_RecallReput {
  background-position: -372px -546px;
}
.q-small_Refresh {
  background-position: -384px -546px;
}
.q-small_Renominate {
  background-position: -396px -546px;
}
.q-small_Repost {
  background-position: -408px -546px;
}
.q-small_Reput {
  background-position: -420px -546px;
}
.q-small_Restart {
  background-position: -432px -546px;
}
.q-small_Retrieve {
  background-position: -444px -546px;
}
.q-small_Save {
  background-position: -456px -546px;
}
.q-small_Search {
  background-position: -468px -546px;
}
.q-small_ShowAll {
  background-position: -552px -558px;
}
.q-small_Submit {
  background-position: -492px -546px;
}
.q-small_TimeRemaining {
  background-position: -504px -546px;
}
.q-small_Unchanged {
  background-position: -516px -546px;
}
.q-small_Unknown {
  background-position: -528px -546px;
}
.q-small_Update {
  background-position: -540px -546px;
}
.q-small_UrgentWarning {
  background-position: -552px -546px;
}
.q-small_Validate {
  background-position: 0px -558px;
}
.q-small_View {
  background-position: -12px -558px;
}
.q-small_View2 {
  background-position: -24px -558px;
}
.q-small_ViewActiveAwards {
  background-position: -36px -558px;
}
.q-small_ViewActivity {
  background-position: -48px -558px;
}
.q-small_ViewAll {
  background-position: -60px -558px;
}
.q-small_ViewAward {
  background-position: -72px -558px;
}
.q-small_ViewDaily {
  background-position: -84px -558px;
}
.q-small_ViewImbalance {
  background-position: -96px -558px;
}
.q-small_ViewPreDeterminedAllcation {
  background-position: -108px -558px;
}
.q-small_ViewRecentHistory {
  background-position: -120px -558px;
}
.q-small_Viewdocuments {
  background-position: -132px -558px;
}
.q-small_WaitingForAnotherPersonToTakeAction {
  background-position: -144px -558px;
}
.q-small_WaitingForYoutToTakeAction {
  background-position: -156px -558px;
}
.q-small_Warning {
  background-position: -168px -558px;
}
.q-small_WarningMismatch {
  background-position: -180px -558px;
}
.q-small_Withdraw {
  background-position: -192px -558px;
}
.q-small_WorseDirection {
  background-position: -204px -558px;
}
.q-small_arrow_n {
  background-position: -216px -558px;
}
.q-small_arrow_s {
  background-position: -228px -558px;
}
.q-small_collapse {
  background-position: -240px -558px;
}
.q-small_expand {
  background-position: -252px -558px;
}
.q-small_share {
  background-position: -264px -558px;
}
.q-smallc_Done {
  background-position: -276px -558px;
}
.q-smallc_Error {
  background-position: -288px -558px;
}
.q-smallc_Filter {
  background-position: -300px -558px;
}
.q-smallc_Info {
  background-position: -312px -558px;
}
.q-smallc_Warning {
  background-position: -324px -558px;
}
.q-smallw_Back {
  background-position: -336px -558px;
}
.q-smallw_Cancel {
  background-position: -348px -558px;
}
.q-smallw_CaretUp {
  background-position: -360px -558px;
}
.q-smallw_Default {
  background-position: -372px -558px;
}
.q-smallw_Denied {
  background-position: -384px -558px;
}
.q-smallw_Done {
  background-position: -396px -558px;
}
.q-smallw_Help {
  background-position: -408px -558px;
}
.q-smallw_OpenScreens {
  background-position: -420px -558px;
}
.q-smallw_Save {
  background-position: -432px -558px;
}
.q-smallw_Unknown {
  background-position: -444px -558px;
}
.q-smallw_Warning {
  background-position: -456px -558px;
}
.q-smallw_arrow_n {
  background-position: -468px -558px;
}
.q-smallw_arrow_s {
  background-position: -480px -558px;
}
.q-wizard_complete {
  background-position: -555px -414px;
}
.q-wizard_current {
  background-position: -555px -428px;
}
.q-wizard_error {
  background-position: -555px -442px;
}
.q-wizard_info {
  background-position: -555px -456px;
}
.q-wizard_next {
  background-position: -555px -470px;
}
.q-wizard_warning {
  background-position: -555px -400px;
}
.sprite {
  background-size: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
}
.k-icon:not(.k-tool-icon) {
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
  background-size: 569px 568px !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 -100px !important;
  width: 18px;
  height: 18px;
}
.k-i-tick {
  background-position: -60px -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 -100px !important;
  width: 18px;
  height: 18px;
}
.k-i-clock {
  background-position: -463px -320px !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 -320px !important;
  width: 18px;
  height: 18px;
}
.k-multiselect .k-delete {
  background-position: -555px -508px;
  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: -555px -508px !important;
  width: 10px;
  height: 10px;
}
.k-i-arrow-w,
.k-i-arrow-60-left {
  background-position: -300px -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: -300px -478px !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-e,
.k-i-arrow-60-right {
  background-position: -320px -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: -320px -478px !important;
  width: 18px;
  height: 18px;
}
.k-i-refresh,
.k-i-reload {
  background-position: -128px -514px !important;
  width: 14px;
  height: 14px;
}
.k-i-arrow-w {
  background-position: -160px -458px !important;
  opacity: 0.54 !important;
  filter: alpha(opacity=54) !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-w:active,
.k-i-arrow-w:focus,
.k-i-arrow-w:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-link .k-pager-nav:hover .k-i-arrow-e {
  background-position: -180px -458px !important;
  opacity: 0.54 !important;
  filter: alpha(opacity=54) !important;
  width: 18px;
  height: 18px;
}
.k-link .k-pager-nav:hover .k-i-arrow-e:active,
.k-link .k-pager-nav:hover .k-i-arrow-e:focus,
.k-link .k-pager-nav:hover .k-i-arrow-e:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-i-arrow-e {
  background-position: -180px -458px !important;
  opacity: 0.54 !important;
  filter: alpha(opacity=54) !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-e:active,
.k-i-arrow-e:focus,
.k-i-arrow-e:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-i-seek-w {
  background-position: -440px -458px !important;
  width: 18px;
  height: 18px;
}
.k-i-seek-e {
  background-position: -460px -458px !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-n,
.k-i-arrow-60-up {
  background-position: -200px -458px !important;
  width: 18px;
  height: 18px;
}
.k-i-arrow-s,
.k-i-arrow-60-down {
  background-position: -140px -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;
}
.q-small-warning,
.q-small_warning {
  background-position: -168px -558px !important;
  width: 10px;
  height: 10px;
}
.q-small-info,
.q-small_info {
  background-position: -204px -546px !important;
  width: 10px;
  height: 10px;
}
.q-small-urgentwarning,
.q-small_urgentwarning {
  background-position: -552px -546px !important;
  width: 10px;
  height: 10px;
}
.q-small-critical,
.q-small_critical {
  background-position: -108px -94px !important;
  width: 10px;
  height: 10px;
}
.helptooltipicon {
  background-position: -528px -546px !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: -80px -478px;
  width: 10px;
  height: 10px;
}
.k-i-warning {
  background-position: -168px -558px;
  width: 10px!important;
  height: 10px!important;
}
.k-i-maximize {
  background-position: -423px -80px !important;
}
.k-i-restore {
  background-position: -443px -60px !important;
}
.k-i-minimize {
  background-position: -423px -160px !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;
}
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;
}
.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 #cccccc;
  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;
}
.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 #cccccc;
}
.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;
}
.gridholder .l3grid .k-autocomplete .k-input,
.gridholder .l3grid .k-numerictextbox .k-input,
.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,
.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%;
}
.gridholder .l3grid .k-autocomplete .k-input:focus,
.gridholder .l3grid .k-numerictextbox .k-input:focus,
.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-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: 14px;
  display: block;
  position: absolute;
  top: 0;
  margin-left: -8px;
}
.q-form-control-wrapper.required::before {
  content: "*";
  color: #da4b37;
  opacity: 1;
  font-size: 14px;
  margin-left: -6px;
  display: block;
  position: absolute;
  top: 1.5em;
}
.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;
  float: left;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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;
}
.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-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;
}
.k-checkbox-label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
}
.k-checkbox-label:before {
  border-color: #717171;
  border-color: #777777;
  border-radius: 3px;
  color: #ffffff;
}
.k-checkbox:checked + .k-checkbox-label:after {
  background-color: #ededed;
  border-color: #ededed;
  border-radius: 1px;
  color: #ffffff;
  content: "\2713" !important;
  text-align: center;
}
.k-checkbox-label:after {
  border-color: #7f7f7f !important;
  border-color: #757575 !important;
  background: #ffffff;
  border-radius: 1px;
}
.k-checkbox-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  line-height: 1em;
}
.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: -555px -508px !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: -463px -360px !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: -420px -458px !important;
}
.k-file .k-i-xls,
.k-file .k-i-xlsx {
  background-position: -380px -378px !important;
}
.k-file .k-i-pdf {
  background-position: -403px 0px !important;
}
.k-file-error .k-progress {
  background-color: #fae6e3;
  color: #ffffff;
}
.k-list-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 {
  line-height: 1.5em;
  margin: 0 0 0 2px;
}
.k-multiselect-wrap .k-select {
  position: relative;
}
.k-multiselect-wrap .k-button .k-i-close {
  background-position: -348px -558px !important;
  width: 10px;
  height: 10px;
}
.k-upload-files .k-i-close {
  background-position: -555px -508px !important;
  width: 10px;
  height: 10px;
}
.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: #999999;
}
.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: #999999;
}
.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: #999999;
}
.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: #999999;
  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: #999999;
  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(../Content/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);
}
.k-group-delete,
.k-group-indicator .k-button-icon .k-i-close {
  background-position: -348px -558px !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: -492px -558px !important;
  width: 10px;
  height: 10px;
}
.k-grid tr.k-detail-row:hover {
  background: transparent;
}
.k-denied {
  background-position: -48px -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 .k-grid .k-checkbox-label {
  margin-right: 0;
  padding-left: 1.75em;
}
.gridholder .q-small_Unchanged {
  display: none!important;
}
.gridholder .k-checkarea {
  margin-top: 12px!important;
}
.gridholder .gridicon {
  opacity: 0.27;
  filter: alpha(opacity=27);
  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;
  padding-top: 6px!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-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;
}
.gridholder .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;
}
.gridholder .fullwindowmode {
  display: block;
  position: absolute;
  right: 20px;
  top: 4px;
  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 span.k-pager-sizes.k-label {
  margin: 6px 0 0 20px;
}
.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: -256px -530px !important;
}
.gridholder .k-i-arrow-n,
.gridholder .k-select .k-i-arrow-n {
  background-position: -272px -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: not-allowed;
  border-width: 0 0 1px 0;
  border-color: gray;
  color: #757575;
}
.gridholder .data-field-static * {
  color: #757575;
}
.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: -16px -514px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-filter,
.gridholder .k-i-filter {
  background-position: -180px -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: -256px -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: -256px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-i-arrow-n {
  background-position: -272px -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: -272px -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: -256px -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: -280px -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: -340px -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: -140px -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: -200px -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: -288px -530px !important;
  width: 14px;
  height: 14px;
}
.gridholder .k-i-expand {
  background-position: -320px -530px !important;
  width: 14px;
  height: 14px;
}
.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 #dddddd;
}
.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: -300px -558px !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: -555px -508px !important;
  width: 10px;
  height: 10px;
}
.gridholder .k-filtercell .k-i-close {
  background-position: -555px -508px !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;
  width: calc(100% - 32px);
}
.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 -144px !important;
}
.gridholder .l3grid .k-i-calendar {
  background-position: -283px -260px !important;
}
.gridholder .l3grid .k-grid-footer-locked:before {
  content: "Totals";
  display: block;
  z-index: 9;
  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 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-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: #757575 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(230, 230, 230, 0.65) !important;
}
.gridholder .data-field-static * {
  color: #757575 !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: #6a7a90 !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: #6a7a90 !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 -160px !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 #cccccc !important;
}
.responsivegrid td.groupright,
.responsivegrid2 td.groupright,
.responsivegrid th.groupright,
.responsivegrid2 th.groupright {
  border-right: 1px solid #cccccc !important;
}
.responsivegrid td.groupsingle,
.responsivegrid2 td.groupsingle,
.responsivegrid th.groupsingle,
.responsivegrid2 th.groupsingle {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
}
.responsivegrid th.grouptitle,
.responsivegrid2 th.grouptitle {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !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 .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 div:hover .gridactionicon,
.responsivegrid2 tr:hover td.actionarea div:hover .gridactionicon,
.responsivegrid tr:hover td.actionarea div:hover .q-action_MoreActions,
.responsivegrid2 tr:hover td.actionarea 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);
  cursor: pointer;
}
.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("../Content/Quorum/css/images/small_Error.png");
}
.warnings-exist {
  color: #f0ad4e;
  background-image: url("../Content/Quorum/css/images/small_Warning.png");
}
.info-exist {
  color: #5bc0de;
  padding-left: 12px;
  font-style: italic;
  font-size: 12px;
  background-image: url("../Content/Quorum/css/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 #cccccc;
  }
  .responsivegrid tr:nth-of-type(odd) {
    background: #fafafa;
  }
  .responsivegrid tr:hover {
    background: transparent!important;
  }
  .responsivegrid td {
    border: none;
    border-bottom: 1px solid #cccccc;
    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-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-input .k-textbox {
  background-position: center bottom, center bottom!important;
}
.gridholder .k-checkbox-label {
  line-height: 1px;
}
.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 #cccccc;
  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-locked th:nth-child(n+3):not(.coloredcell),
.k-grid-header-wrap 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 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(../Content/Quorum/css/images/resize_left.png), url("../Content/Quorum/css/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;
}
.k-grid-header-locked th.k-header:last-child,
.k-grid-header-locked th.k-header:nth-child(1),
.k-grid-header-locked th.k-header:nth-child(2) {
  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: -1.5em;
  margin-right: -1em;
}
.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: #cccccc;
  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 .data-field-key:before,
.gridholder .k-grid-header-wrap tr .data-field-key:before,
.gridholder tr.k-state-selected .data-field-key:before,
.gridholder .k-grid-header-locked .data-field-required:before,
.gridholder .k-grid-header-wrap tr .data-field-required:before,
.gridholder tr.k-state-selected .data-field-required:before {
  content: "*";
  display: block;
  float: left;
  margin-left: -6px;
  color: #da4b37;
  font-size: 14px;
}
.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("../Content/Quorum/css/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 .data-field-key:before,
.gridholder.visible_states .k-grid-content-locked .data-field-key:before,
.gridholder.visible_states tr.k-state-selected .data-field-key:before,
.gridholder.visible_states .k-grid-content .data-field-required:before,
.gridholder.visible_states .k-grid-content-locked .data-field-required:before,
.gridholder.visible_states tr.k-state-selected .data-field-required:before {
  content: "*";
  display: block;
  float: left;
  margin-left: -6px;
  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;
}
.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: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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 tr th:last-of-type {
  box-shadow: inset -1px 0 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 td.actionarea .droptool,
.gridresponsive tr td.actionarea div {
  display: none;
}
.gridresponsive .km-scroll-container tr td.actionarea .droptool,
.gridresponsive .km-scroll-container tr td.actionarea div {
  display: inline-block !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.gridresponsive tr.k-state-selected td.actionarea div,
.gridresponsive tr:hover td.actionarea div {
  display: inline-block !important;
  cursor: pointer;
}
.gridresponsive tr.k-state-selected td.actionarea div .gridactionicon,
.gridresponsive tr:hover td.actionarea div .gridactionicon,
.gridresponsive tr.k-state-selected td.actionarea div .q-action_MoreActions,
.gridresponsive tr:hover td.actionarea div .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;
}
.gridheight {
  height: calc(100% - 80px);
  overflow: auto;
}
.gridheight .gridholder,
.gridheight .k-grid,
.gridheight .l3grid {
  height: 100%!important;
}
.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;
}
body .material.q-form,
.container .material.q-form,
.container-fluid .material.q-form,
.q-form {
  height: auto;
  border: 1px solid #cccccc;
  border-radius: 4px;
  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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
  background-position: -200px -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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
  background-position: -140px -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 #cccccc;
  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: #cccccc;
  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 #cccccc;
}
.wizard .tabwizard {
  padding-left: 0;
}
.tabwizard-default {
  background-color: #fafafa;
  border-bottom: 1px solid #cccccc;
  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 #cccccc;
  }
}
.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 #cccccc;
  text-align: left;
  color: #cccccc;
  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 #cccccc;
  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 #cccccc;
  margin: 0;
  padding-top: 2px;
}
.vertical .stepwizard-step.dashedline hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
  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: -555px -442px !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: -555px -400px !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: -555px -456px !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 - 158px);
  }
}
.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 - 218px) 20px 0;
  height: calc(100vh - 218px);
  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: 20px;
  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: -555px -428px;
}
.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: -555px -414px;
}
.q-wizard--sidebar ul li.error .icon {
  background-color: #da4b37;
}
.q-wizard--sidebar ul li.error .icon .sprite {
  background-position: -555px -442px;
}
.q-wizard--sidebar ul li.active .icon .sprite {
  background-position: -555px -470px;
}
.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: -555px -428px;
  }
  .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: -555px -414px;
  }
  .q-wizard--header--mobile.error .icon {
    background-color: #da4b37;
  }
  .q-wizard--header--mobile.error .icon .sprite {
    background-position: -555px -442px;
  }
  .q-wizard--header--mobile.active .icon .sprite {
    background-position: -555px -470px;
  }
  .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: -280px -458px;
}
.accordion i {
  background-position: -220px -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;
}
.k-tab-material {
  position: relative;
}
.q-tab-panel {
  margin-top: 52px;
}
.k-tab-control-left,
.k-tab-control-right {
  background: #ededed;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-tab-pre-wrap {
  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% 50px;
}
@media (max-width: 1199px) {
  .k-tab-pre-wrap {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  }
}
@media (min-width: 1200px) {
  .k-tab-pre-wrap {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ededed 0);
  }
}
.k-tab-pre-wrap .k-tab-control-left,
.k-tab-pre-wrap .k-tab-control-right {
  background: #ffffff !important;
}
.k-tab-pre-wrap .k-tab-pre-wrap {
  background: transparent!important;
}
.visible-width {
  position: relative;
  width: 100%;
  overflow: visible;
}
.k-tabstrip > .k-content {
  overflow: visible;
}
.k-tab-control-container {
  position: absolute;
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
}
@media (min-width: 1680px) {
  .k-tab-control-container {
    width: 98.4%!important;
  }
}
#tabstrip .k-list {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  min-width: 10000px;
  height: 52px;
  background-color: #ffffff;
}
#tabstrip .k-list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
.tabstrip .k-list {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  min-width: 10000px;
  height: 52px;
  background-color: #ffffff;
}
.tabstrip .k-list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
.tabrestrict ~ .k-content > .q-tab-panel {
  margin-top: 0;
}
.tabrestrict {
  border: 0;
  height: 54px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.k-tabstrip-items .k-item.k-state-hover,
.k-tabstrip-items .tabrestrict .k-item.k-state-hover {
  background: transparent;
}
.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-tabstrip-top .nav-tabs > li > a {
  border: 0!important;
}
.k-tab-control {
  z-index: 2;
  position: absolute;
  top: 13px;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
}
.k-mobile .k-tab-control {
  padding: 13px 10px;
  top: 0;
}
.k-tab-control-right {
  right: 0;
  float: right;
}
.k-mobile .k-tab-control-right {
  right: -5px;
}
.k-tab-control-left {
  left: 0;
  float: left;
}
.k-mobile .k-tab-control-left {
  left: -5px;
}
.q-content_arrow_left,
.q-content_arrow_right {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.q-content_arrow_left:active,
.q-content_arrow_right:active,
.q-content_arrow_left:focus,
.q-content_arrow_right:focus,
.q-content_arrow_left:hover,
.q-content_arrow_right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: 0;
}
.k-tabstrip .k-tabstrip-items,
.k-tabstrip .tabrestrict .k-tabstrip-items,
.k-tabstrip-items .k-item,
.k-tabstrip-items .tabrestrict .k-item {
  background: transparent;
}
.visible-width.k-widget.k-header.k-tabstrip {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.gridholder a.k-link,
.k-state-active .gridholder a.k-link {
  color: #757575 !important;
  font-weight: normal!important;
}
.k-tabstrip .nav-tabs .k-state-active span.k-link {
  color: #3b3b3b;
}
.q-tab-panel .row {
  width: 100%;
}
.q-tab-panel.extraheight {
  min-height: 300px;
}
.k-window .k-tab-pre-wrap {
  border-radius: 0;
}
.nodatatab .nodatalink,
.nodatatab a,
.nodatatab span {
  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: 16px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-size: 569px 568px !important;
  display: inline-block !important;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
}
.errortab.k-state-active:before,
.warningtab.k-state-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.errortab:before {
  background-position: -483px -180px !important;
}
.warningtab:before {
  background-position: -483px -380px !important;
}
.infotab:before {
  background-position: -483px -200px !important;
}
.material > .content .k-tab-control-container {
  background-color: transparent!important;
  background-image: none!important;
}
.material > .content .k-tab-pre-wrap {
  background-image: none!important;
  background-color: none!important;
}
.extraspacing {
  margin-top: 12px;
}
.nav.nav-tabs {
  margin-left: 0!important;
}
.k-panelbar .k-tabstrip > .k-content,
.k-tabstrip > .k-content {
  margin: 0 0.286em 0.3em!important;
}
.nav-tabs .k-loading {
  border: 0!important;
}
.k-tabstrip > div.k-content {
  padding-top: 4px!important;
}
/* Any style classes for the Notification patterns */
.k-window-title {
  width: calc(100% - 100px);
}
.k-i-close {
  background-position: -80px -478px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 18px;
  height: 18px;
}
.k-i-minimize,
.k-i-window-minimize {
  background-position: -423px -160px !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 -80px;
}
.k-i-window-restore {
  background-position: -423px -160px;
}
.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 -200px !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 {
    margin-top: 20px!important;
  }
  .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;
}
.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;
}
.qMedium {
  width: 70%!important;
  height: 70%!important;
  left: 15%!important;
}
.qSmall {
  width: 50%!important;
  height: 50%!important;
  left: 20%!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%;
}
.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;
}
.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;
}
.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;
  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%;
  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;
}
.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);
  -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;
}
/* 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);
}
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: -216px -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: -320px -530px !important;
}
.treeviewholder .k-i-collapse,
.treeviewholder .k-minus {
  background-position: -288px -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: -60px -478px !important;
}
.k-event {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.k-scheduler .k-i-calendar,
.k-scheduler .k-i-calendar:hover {
  background-position: -60px -478px !important;
}
.k-scheduler .k-si-close {
  background-position: -120px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-e {
  background-position: -320px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-w {
  background-position: -300px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-n {
  background-position: -340px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-arrow-s {
  background-position: -280px -478px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.k-scheduler .k-i-refresh,
.k-scheduler .k-i-reload {
  background-position: -200px -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: -260px -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;
}
@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;
  }
}
.processindicator {
  opacity: 0.54;
  filter: alpha(opacity=54);
  text-align: center;
  margin-top: 16px!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: 12px!important;
}
.processTimedisplay,
.processdialog h1 {
  padding-left: 8px!important;
}
.processTimedisplay,
.procstatusInfo {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.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);
}
@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: -220px -458px !important;
}
.side-panel .k-panelbar .k-i-arrow-s {
  background-position: -280px -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 {
    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 {
    width: 15px;
    height: 15px;
  }
  .container ::-webkit-scrollbar-track,
  .k-window ::-webkit-scrollbar-track {
    background: #eeeeee;
  }
  .container ::-webkit-scrollbar-thumb,
  .k-window ::-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 {
    background: rgba(0, 0, 0, 0.2);
  }
}
.loadingindicator {
  background-image: url(../Content/images/loadingindicator.gif);
    background-size: 26px 26px;
    background-position: center center;
    background-repeat: no-repeat;
}
.loadingindicatorsmall {
  background-image: url(../Content/images/loadingindicator.gif);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
}
span.k-icon.k-loading {
  background-image: url(../Content/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(../Content/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('../Content/Quorum/images/spinner.gif');
}
.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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
  background-position: -420px -438px;
  position: absolute;
  top: 24px;
  right: -22px;
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.autowidth {
  width: auto!important;
}
#Notes .q-content_View {
  background-position: -443px -280px;
}
#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: -380px -458px;
  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 -80px !important;
}
#DocAttach .k-delete,
#GridRowDocAttach .k-delete,
#GridRowNotes .k-delete,
#Notes .k-delete {
  background-position: -260px -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 -60px !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: #cccccc !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 #cccccc;
}
.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 #cccccc;
  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 #cccccc;
}
.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 #cccccc;
  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 #cccccc;
  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: -480px -546px !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_edit .status-indicator,
.card_modified .status-indicator {
  background-position: -528px -558px !important;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_deleted {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.card_deleted .status-indicator {
  background-position: -36px -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 -180px;
  background-size: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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 #cccccc;
}
.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;
}
.multi-step-material .panewindow:not(.firstpane) {
  border-left: 1px solid #d5d5d5;
  min-height: calc(100vh - 160px);
  height: calc(100vh - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #ffffff 2%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e8e8e8), color-stop(2%, #ffffff));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #ffffff 2%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #ffffff 2%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #ffffff 2%);
  background: linear-gradient(to right, #e8e8e8 0%, #ffffff 2%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@white', GradientType=1);
}
.multi-step-material .row {
  margin: 0;
}
.multi-step-material .col-xs-24.col-sm-8 {
  padding: 0;
}
.multi-step-material .firstpane {
  margin-left: 6px;
}
.multi-step-material .firstpane.panewindow.filterActive .firstpanecontent {
  height: calc(100vh - 282px) !important;
}
.multi-step-material .panewindow.firstpane .firstpanecontent {
  height: calc(100vh - 208px);
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-step-material .panewindow.firstpane .firstpanecontent .packagelist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.multi-step-material .panewindow.firstpane .firstpanecontent .packagelist .k-checkarea {
  margin-bottom: 0;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary {
  width: 100%;
  height: 30px;
  display: block;
  padding-left: 12px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary h3 {
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  width: calc(65% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary:nth-child(odd) {
  background-color: #e8e8e8;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary:not(.activepackage):hover {
  cursor: pointer;
  background: #ededed;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .k-checkarea {
  width: 22px;
  height: 30px;
  overflow: hidden;
  margin-top: 1px!important;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .k-checkbox-label {
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .k-checkbox-label:after,
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .k-checkbox-label:before {
  margin-top: 6px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage {
  background-color: #047bc1;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage h3 {
  color: #ffffff;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .emptylabel {
  display: block;
  width: 1px;
  height: 30px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus {
  float: right;
  width: 30%;
  height: 30px;
  padding-top: 6px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus span {
  margin-right: 2px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .sprite {
  width: 18px;
  height: 18px;
}
.multi-step-material .panewindow.firstpane .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);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-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 .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .statusicon,
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .statusicon.statusnotinstalled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-position: -240px -478px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .updateicon {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-position: -260px -478px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .updateicon.updateavailable {
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: -260px -478px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .statusicon,
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .statusicon.statusnotinstalled {
  opacity: 0.27;
  filter: alpha(opacity=27);
  background-position: 0px -438px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .statusicon.statusinstalled,
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .statusicon.statusinstalled {
  background-position: -483px -340px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .statusicon.statuserror,
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary.activepackage .summarystatus .statusicon.statuserror {
  background-position: -483px -360px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .updateicon {
  opacity: 0.27;
  filter: alpha(opacity=27);
  background-position: -360px -438px;
}
.multi-step-material .panewindow.firstpane .firstpanecontent li.packagesummary .summarystatus .updateicon.updateavailable {
  opacity: 0.87;
  filter: alpha(opacity=87);
  background-position: -360px -438px;
}
.multi-step-material .firstpaneheader {
  height: 48px;
  padding: 8px 0 0 12px;
}
.multi-step-material .firstpaneheader h2 {
  margin-top: 0!important;
  width: calc(100% - 120px);
  display: inline-block;
}
.multi-step-material .firstpanefilter .searchfilter {
  margin-top: 4px;
}
.multi-step-material .firstpaneactionblock {
  padding-top: 4px;
  width: 28px;
  display: inline-block;
}
.multi-step-material .firstpaneactionblock button {
  border: 0;
  background: transparent;
  opacity: 0.54;
  filter: alpha(opacity=54);
  width: 28px;
  display: inline-block;
}
.multi-step-material .firstpaneactionblock button:hover {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .secondpane {
  overflow: hidden!important;
}
.multi-step-material .secondpane .packagetitle {
  padding: 12px 12px 0 18px;
  font-size: 14px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  overflow: hidden;
  max-height: 33px;
  width: calc(100% - 72px);
  display: inline-block;
}
.multi-step-material .secondpane .packageversion {
  width: 64px;
  font-size: 12px;
  height: 33px;
  color: #000000;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
  float: right;
  padding: 12px 12px 0 0;
}
.multi-step-material .secondpane .packagestatus {
  padding: 0 12px 0 18px;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .secondpane .haserrors {
  color: #da4b37 !important;
  opacity: 1;
}
.multi-step-material .secondpane .packagestatus.installed {
  color: #4caf50;
  opacity: 1;
}
.multi-step-material .secondpane .packagedescription {
  padding: 4px 12px 0 18px;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  height: 55px;
  max-height: 55px;
}
.multi-step-material .secondpane .packagemanifestlink {
  padding: 0 12px 12px 18px;
  height: 28px;
  max-height: 28px;
}
.multi-step-material .secondpane .packagemanifestlink a {
  float: right;
  font-size: 12px;
}
.multi-step-material .secondpane .packageactionarea {
  height: 52px;
  max-height: 52px;
  overflow: hidden;
}
.multi-step-material .secondpane .packagecontentlist {
  height: calc(100vh - 345px);
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-step-material .secondpane .packagecontentlist .packageoptionlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.multi-step-material .secondpane .packagecontentlist li.packageoption {
  width: 100%;
  height: 30px;
  display: block;
  padding-left: 18px;
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.optiondisabled {
  opacity: 0.27;
  filter: alpha(opacity=27);
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.optiondisabled:hover {
  cursor: default!important;
}
.multi-step-material .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;
}
.multi-step-material .secondpane .packagecontentlist li.packageoption:nth-child(odd):not(.activeoption) {
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e8e8e8), color-stop(12%, #f0f0f0));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: linear-gradient(to right, #e8e8e8 0%, #f0f0f0 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@gridhighlight', GradientType=1);
}
.multi-step-material .secondpane .packagecontentlist li.packageoption:not(.activeoption):hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #ededed 12%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e8e8e8), color-stop(12%, #ededed));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #ededed 12%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #ededed 12%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #ededed 12%);
  background: linear-gradient(to right, #e8e8e8 0%, #ededed 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@lightergray', GradientType=1);
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.activeoption {
  background-color: #047bc1 !important;
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.activeoption h3 {
  color: #ffffff !important;
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.needsconfiguration h3 {
  color: #da4b37;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .secondpane .packagecontentlist li.packageoption.activeoption.needsconfiguration {
  background-color: #da4b37 !important;
}
.multi-step-material .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);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-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 .secondpane .packagecontentlist li.packageoption.activeoption h3:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.multi-step-material .secondpane .packageactionarea {
  width: 100%;
  padding: 8px 12px;
  text-align: center;
}
.multi-step-material .secondpane .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.multi-step-material .secondpane .packageiconholder .packageicon {
  display: block;
  width: 18px;
  margin: 0 auto;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .secondpane .packageiconholder .packageaction {
  display: block;
  width: 100%;
  text-transform: lowercase;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .secondpane .packageiconholder .packageaction.running {
  color: #047bc1 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .secondpane .packageiconholder:hover .packageicon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .secondpane .packageiconholder:hover .packageaction {
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .thirdpane {
  margin-right: 3px;
}
.multi-step-material .thirdpane .haserrors {
  color: #da4b37 !important;
  opacity: 1;
}
.multi-step-material .thirdpane .packagelink {
  padding: 0 12px 12px 18px;
  height: 28px;
  max-height: 28px;
}
.multi-step-material .thirdpane .packagelink a {
  float: right;
  font-size: 12px;
}
.multi-step-material .thirdpane .packagedetailsheader {
  padding: 12px 12px 0 18px;
  font-size: 15px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  max-height: 33px;
  width: 100%;
  display: inline-block;
}
.multi-step-material .thirdpane .packagedetailsintro {
  padding: 4px 12px 0 18px;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  width: 100%;
}
.multi-step-material .thirdpane .packageactionarea {
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  height: 52px;
  max-height: 52px;
  overflow: hidden;
}
.multi-step-material .thirdpane .packageactionarea .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.multi-step-material .thirdpane .packageactionarea .packageicon {
  display: block;
  width: 18px;
  margin: 0 auto;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .thirdpane .packageactionarea .packageaction {
  display: block;
  width: 100%;
  text-transform: lowercase;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .thirdpane .packageactionarea .packageaction.running {
  color: #047bc1 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .thirdpane .packageEnvTitle {
  font-size: 15px;
  font-weight: bold;
  padding-left: 32px;
  padding-bottom: 12px;
}
.multi-step-material .thirdpane .packageEnvTitle + .packagedetailslist {
  margin-top: 0;
}
.multi-step-material .thirdpane .packageEnvTitle + .packagedetailslist li:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.multi-step-material .thirdpane .packagedetailslist + .packageEnvTitle {
  margin-top: 24px;
}
.multi-step-material .thirdpane .packagedetailslistitem:first-child:before {
  content: '';
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 12px;
}
.multi-step-material .thirdpane .packagedetailslistitem:first-child {
  padding-top: 0!important;
  border: 0!important;
}
.multi-step-material .thirdpane .packagedetailslistitem:last-child:after {
  content: '';
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 12px;
}
.multi-step-material .thirdpane .packagedetailslistitem:last-child {
  padding-bottom: 0!important;
  border: 0!important;
}
.multi-step-material .thirdpane .packagedetailslist {
  margin: 12px 0 12px 0;
  padding: 0;
  list-style: none;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem {
  padding: 12px 12px 12px 32px;
  width: 100%;
  list-style: none;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem:nth-child(odd) {
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e8e8e8), color-stop(12%, #f0f0f0));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #f0f0f0 12%);
  background: linear-gradient(to right, #e8e8e8 0%, #f0f0f0 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='@gridhighlight', GradientType=1);
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder {
  width: 75%;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull {
  width: 100%;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull {
  display: inline-block;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageTitle,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageTitle {
  padding: 0 6px 0 0;
  font-size: 14px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  width: 100%;
  display: block;
  word-break: break-all;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBriefTruncated,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBriefTruncated {
  max-height: 124px;
  word-break: break-all;
  overflow: hidden;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBrief,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBrief,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageBriefTruncated,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageBriefTruncated {
  padding: 4px 6px 0 0;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
  width: 100%;
  display: block;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageversion,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageversion {
  font-size: 12px;
  padding: 0 0 4px 0;
  color: #000000;
  white-space: nowrap;
  display: block;
  text-align: left;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemanifestlink,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemanifestlink {
  padding: 6px 0 0 0;
  height: 28px;
  max-height: 28px;
  float: right;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemanifestlink a,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemanifestlink a {
  font-size: 12px;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageModTitle,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageModTitle {
  width: 15%;
  float: left;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packageModHost,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packageModHost {
  width: calc(85% - 80px);
  display: inline-block;
  word-break: break-all;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagemoduleversion,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagemoduleversion {
  width: 64px;
  display: inline-block;
  float: right;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .packagestatus,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .packagestatus {
  padding-left: 15%;
  width: 100%;
  font-size: 12px;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .installedWithErrors,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .installedWithErrors {
  color: #da4b37;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolder .installed,
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .contentHolderFull .installed {
  color: #4caf50;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion {
  display: inline-block;
  width: 22%;
  text-align: center;
  float: right;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .needsconfiguration span {
  color: #da4b37;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion p {
  font-size: 13px;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageiconholder {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin: 0 8px;
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageicon {
  display: block;
  width: 18px;
  margin: 0 auto;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageaction {
  display: block;
  width: 100%;
  text-transform: lowercase;
  font-size: 12px;
  color: #000000;
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.multi-step-material .thirdpane .packagedetailslist li.packagedetailslistitem .actionOrVersion .packageaction.running {
  color: #047bc1 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-step-material .secondpane .calltoactionmessage,
.multi-step-material .thirdpane .calltoactionmessage {
  opacity: 0.27;
  filter: alpha(opacity=27);
  font-size: 12px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-top: calc(50vh - 70px);
}
.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: -320px -530px !important;
  width: 14px !important;
  height: 14px !important;
}
.treelist .k-i-collapse {
  background-position: -288px -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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !important; */
}
.proc-step {
  border-radius: 10px;
}
.proc-cat-queued {
  background-color: #d5d5d5;
}
.proc-cat-queued:before {
  background-position: -144px -558px;
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.proc-cat-processing {
  background-color: #d5d5d5;
}
.proc-cat-processing:before {
  background-position: -312px -546px;
  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: -384px -558px;
}
.proc-i-UNK {
  background-color: #f0ad4e;
  color: white;
  text-align: center;
}
.proc-i-UNK:before {
  background-position: -444px -558px;
}
.proc-i-CS {
  background-color: #4caf50;
}
.proc-i-CS:before {
  background-position: -396px -558px;
}
.proc-i-CW {
  background-color: #f0ad4e;
}
.proc-i-CW:before {
  background-position: -168px -558px;
}
.proc-i-CE,
.proc-i-CSE {
  background-color: #da4b37;
}
.proc-i-CE:before,
.proc-i-CSE:before {
  background-position: -348px -558px;
}
.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 {
  background: #e0e0e0;
  min-height: 48px;
  padding: 6px 0;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.context-holder {
  display: flex;
  height: 100%;
}
.context-selector-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: auto;
}
.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: 4px;
  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;
}
.notice li {
  list-style-type: none;
}
.notice 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: -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 70px, #f9f9f9 70px, rgba(249, 249, 249, 0) 70px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 70px, #f9f9f9 70px, rgba(249, 249, 249, 0) 70px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 70px, #f9f9f9 70px, rgba(249, 249, 249, 0) 70px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.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;
}
.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, #f9f9f9 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #67bb00 0%, #67bb00 4px, #f9f9f9 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #67bb00 0%, #67bb00 4px, #f9f9f9 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-tst .context-selector {
  background: -moz-linear-gradient(left, #67bb00 0%, #67bb00 4px, #e0e0e0 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #67bb00 0%, #67bb00 4px, #e0e0e0 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #67bb00 0%, #67bb00 4px, #e0e0e0 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, #f9f9f9 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9336aa 0%, #9336aa 4px, #f9f9f9 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9336aa 0%, #9336aa 4px, #f9f9f9 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-dev .context-selector {
  background: -moz-linear-gradient(left, #9336aa 0%, #9336aa 4px, #e0e0e0 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9336aa 0%, #9336aa 4px, #e0e0e0 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9336aa 0%, #9336aa 4px, #e0e0e0 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, #f9f9f9 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1da396 0%, #1da396 4px, #f9f9f9 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1da396 0%, #1da396 4px, #f9f9f9 4px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ind-dmo .context-selector {
  background: -moz-linear-gradient(left, #1da396 0%, #1da396 4px, #e0e0e0 4px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1da396 0%, #1da396 4px, #e0e0e0 4px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1da396 0%, #1da396 4px, #e0e0e0 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;
  width: 400px;
  height: calc(100% - 66px);
  right: -48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  position: fixed;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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.large-pane {
  width: 800px;
  right: -78rem;
}
.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;
}
.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;
}
.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;
}
.notes-2 .notes-list .note-wrapper,
.notes-2 .notes-list .notes-list-headers {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 2rem 2fr 140px 2rem;
  grid-template-columns: 2rem 2fr 140px 2rem;
}
.notes-2 .notes-list .note-wrapper > *:nth-child(1),
.notes-2 .notes-list .notes-list-headers > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.notes-2 .notes-list .note-wrapper > *:nth-child(2),
.notes-2 .notes-list .notes-list-headers > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.notes-2 .notes-list .note-wrapper > *:nth-child(3),
.notes-2 .notes-list .notes-list-headers > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.notes-2 .notes-list .note-wrapper > *:nth-child(4),
.notes-2 .notes-list .notes-list-headers > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.notes-2 .notes-list .notes-list-headers {
  color: #757575;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.notes-2 .notes-list .notes-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.notes-2 .notes-list .notes-list-headers div:nth-child(2),
.notes-2 .notes-list .notes-list-headers div:nth-child(3) {
  display: none;
}
.notes-2 .notes-list .notes-list-headers div:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.notes-2 .notes-list .note-wrapper {
  cursor: pointer;
  padding: 0.5rem 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(33px - 1rem);
  border-bottom: 1px solid #efefef;
}
.notes-2 .notes-list .note-wrapper:last-child {
  border-bottom: none;
}
.notes-2 .notes-list .note-wrapper div > span {
  display: none;
}
.notes-2 .notes-list .note-wrapper .chevron {
  margin-left: 0.5rem;
}
.notes-2 .notes-list .note-wrapper .chevron,
.notes-2 .notes-list .note-wrapper .q-grid_MoreActions {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.notes-2 .notes-list .note-wrapper .chevron:hover,
.notes-2 .notes-list .note-wrapper .q-grid_MoreActions:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.notes-2 .notes-list .note-wrapper:hover {
  background-color: #e0e9f7;
}
.notes-2 .notes-list .note-wrapper:hover .chevron,
.notes-2 .notes-list .note-wrapper:hover .q-grid_MoreActions {
  display: inline-block;
}
.notes-2 .notes-list .note-wrapper .chevron {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}
.notes-2 .notes-list .note-wrapper .dropdown-menu {
  top: 0;
  right: 0;
  left: auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  position: absolute;
}
.notes-2 .notes-list .note-wrapper .note {
  color: #757575;
  overflow: hidden;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.notes-2 .notes-list .note-wrapper .date-time {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.notes-2 .notes-list .note-wrapper .type,
.notes-2 .notes-list .note-wrapper .author {
  display: none;
}
.notes-2 .notes-list .note-wrapper .q-grid_MoreActions {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.notes-2 .notes-list .note-wrapper.expanded {
  color: #757575;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e9f7;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: repeat(4, auto);
}
.notes-2 .notes-list .note-wrapper.expanded .chevron,
.notes-2 .notes-list .note-wrapper.expanded .q-grid_MoreActions {
  display: inline-block;
}
.notes-2 .notes-list .note-wrapper.expanded .chevron {
  background-position: -288px -530px;
}
.notes-2 .notes-list .note-wrapper.expanded div > span {
  color: #000000;
  display: block;
}
.notes-2 .notes-list .note-wrapper.expanded .note {
  overflow: auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  white-space: normal;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  text-overflow: clip;
}
.notes-2 .notes-list .note-wrapper.expanded .type {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}
.notes-2 .notes-list .note-wrapper.expanded .author {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  grid-column: 2 / 4;
}
.notes-2 .notes-list .note-wrapper.expanded .date-time {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}
.notes-2 .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;
}
.notes-2 .submit-wrapper > span {
  margin-right: 2rem;
}
.notes-2 .submit-wrapper .add-note {
  height: 4rem;
  width: 15rem !important;
}
.notes-2.large-pane .note-wrapper,
.notes-2.large-pane .notes-list-headers {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 2rem 5fr 2fr 1fr 2fr 2rem;
  grid-template-columns: 2rem 5fr 2fr 1fr 2fr 2rem;
}
.notes-2.large-pane .note-wrapper > *:nth-child(1),
.notes-2.large-pane .notes-list-headers > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.notes-2.large-pane .note-wrapper > *:nth-child(2),
.notes-2.large-pane .notes-list-headers > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.notes-2.large-pane .note-wrapper > *:nth-child(3),
.notes-2.large-pane .notes-list-headers > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.notes-2.large-pane .note-wrapper > *:nth-child(4),
.notes-2.large-pane .notes-list-headers > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.notes-2.large-pane .note-wrapper > *:nth-child(5),
.notes-2.large-pane .notes-list-headers > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.notes-2.large-pane .note-wrapper > *:nth-child(6),
.notes-2.large-pane .notes-list-headers > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.notes-2.large-pane .notes-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.notes-2.large-pane .notes-list-headers div:nth-child(2) {
  display: block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.notes-2.large-pane .notes-list-headers div:nth-child(3) {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.notes-2.large-pane .notes-list-headers div:nth-child(4) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
}
.notes-2.large-pane .note-wrapper .dropdown-menu {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.notes-2.large-pane .note-wrapper .note {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.notes-2.large-pane .note-wrapper .type {
  display: block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.notes-2.large-pane .note-wrapper .author {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.notes-2.large-pane .note-wrapper .date-time {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
}
.notes-2.large-pane .note-wrapper .q-grid_MoreActions {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.notes-2.large-pane .note-wrapper.expanded {
  -ms-grid-rows: auto auto;
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: 2rem 1fr 1fr 1fr 2rem;
  grid-template-columns: 2rem 1fr 1fr 1fr 2rem;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.notes-2.large-pane .note-wrapper.expanded > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.notes-2.large-pane .note-wrapper.expanded .note {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
}
.notes-2.large-pane .note-wrapper.expanded .author,
.notes-2.large-pane .note-wrapper.expanded .type,
.notes-2.large-pane .note-wrapper.expanded .date-time {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  padding-top: 2rem;
}
.notes-2.large-pane .note-wrapper.expanded .author {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.notes-2.large-pane .note-wrapper.expanded .type {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.notes-2.large-pane .note-wrapper.expanded .date-time {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.notes-2.large-pane .note-wrapper.expanded .q-grid_MoreActions {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
}
@-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 .attachments-list .attachment-wrapper,
.attachments .attachments-list .attachments-list-headers {
  display: -ms-grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 2rem 6fr 2fr 140px 2rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 2rem 6fr 2fr 140px 2rem;
}
.attachments .attachments-list .attachments-list-headers {
  color: #757575;
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.attachments .attachments-list .attachments-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments .attachments-list .attachments-list-headers div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .attachments-list .attachments-list-headers div:nth-child(3) {
  display: none;
}
.attachments .attachments-list .attachments-list-headers div:nth-child(4) {
  display: none;
}
.attachments .attachments-list .attachments-list-headers div:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.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 .chevron {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}
.attachments .attachments-list .attachment-wrapper .dropdown-menu {
  top: 0;
  left: auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  position: absolute;
}
.attachments .attachments-list .attachment-wrapper .name {
  overflow: hidden;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attachments .attachments-list .attachment-wrapper .size {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .attachments-list .attachment-wrapper .date-time {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments .attachments-list .attachment-wrapper .postedBy,
.attachments .attachments-list .attachment-wrapper .comment,
.attachments .attachments-list .attachment-wrapper .entity-type,
.attachments .attachments-list .attachment-wrapper .content-type {
  display: none;
}
.attachments .attachments-list .attachment-wrapper.expanded {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e9f7;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: repeat(5, auto);
}
.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 .attachment-wrapper.expanded .name,
.attachments .attachments-list .attachment-wrapper.expanded .size,
.attachments .attachments-list .attachment-wrapper.expanded .date-time {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
.attachments .attachments-list .attachment-wrapper.expanded .name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments .attachments-list .attachment-wrapper.expanded .size {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .attachments-list .attachment-wrapper.expanded .date-time {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments .attachments-list .attachment-wrapper.expanded .postedBy,
.attachments .attachments-list .attachment-wrapper.expanded .entity-type,
.attachments .attachments-list .attachment-wrapper.expanded .content-type,
.attachments .attachments-list .attachment-wrapper.expanded .comment {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
}
.attachments .attachments-list .attachment-wrapper.expanded .postedBy {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
.attachments .attachments-list .attachment-wrapper.expanded .entity-type {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}
.attachments .attachments-list .attachment-wrapper.expanded .content-type {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}
.attachments .attachments-list .attachment-wrapper.expanded .comment {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
}
.attachments .upload-from.recent-attachments-wrapper {
  display: none;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper,
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers {
  display: -ms-grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 6fr 2fr 5fr;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 6fr 2fr 5fr;
}
.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-attachments-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(3) {
  display: none;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(4) {
  display: none;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.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;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  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 .dropdown-menu {
  top: 0;
  left: auto;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  position: absolute;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .name {
  color: #047bc1;
  overflow: hidden;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .size {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .date-time {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .postedBy,
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .comment {
  display: none;
}
.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;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-rows: repeat(5, auto);
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .name,
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .size,
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .date-time {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .size {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .date-time {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .postedBy,
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .comment {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .postedBy {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
.attachments .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper.expanded .comment {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
}
.attachments.large-pane .attachment-wrapper,
.attachments.large-pane .attachments-list-headers {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 2rem 4fr 1fr 2fr 5fr 3fr 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 2rem 4fr 1fr 2fr 5fr 3fr 2rem;
}
.attachments.large-pane .attachments-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments.large-pane .attachments-list-headers div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments.large-pane .attachments-list-headers div:nth-child(3) {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments.large-pane .attachments-list-headers div:nth-child(4) {
  display: block;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
}
.attachments.large-pane .attachments-list-headers div:nth-child(5) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.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 .attachment-wrapper .postedBy {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments.large-pane .attachment-wrapper .comment {
  overflow: hidden;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attachments.large-pane .attachment-wrapper .date-time {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.attachments.large-pane .attachment-wrapper .q-grid_MoreActions {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7 / 8;
}
.attachments.large-pane .attachment-wrapper.expanded {
  -ms-grid-rows: auto auto;
  grid-template-rows: repeat(2, auto);
}
.attachments.large-pane .attachment-wrapper.expanded .comment {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-row: 1 / 2;
  overflow: unset;
  grid-column: 5 / 6;
  white-space: unset;
  text-overflow: unset;
}
.attachments.large-pane .attachment-wrapper.expanded .postedBy {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-row: 1 / 2;
  grid-column: 4 / 5;
}
.attachments.large-pane .attachment-wrapper.expanded .date-time {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.attachments.large-pane .attachment-wrapper.expanded .entity-type,
.attachments.large-pane .attachment-wrapper.expanded .content-type {
  display: block;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #efefef;
}
.attachments.large-pane .attachment-wrapper.expanded .entity-type {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
}
.attachments.large-pane .attachment-wrapper.expanded .content-type {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5 / 7;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper,
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 2rem 4fr 1fr 2fr 7fr 4fr;
  grid-template-rows: 1fr;
  grid-template-columns: 2rem 4fr 1fr 2fr 7fr 4fr;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(3) {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(4) {
  display: block;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachments-list-headers div:nth-child(5) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .postedBy,
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .comment {
  display: block;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .postedBy {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .comment {
  overflow: hidden;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attachments.large-pane .upload-from.recent-attachments-wrapper .recent-attachments-list .recent-attachment-wrapper .date-time {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
}
.attachments .submit-wrapper {
  bottom: 0;
  padding: 1rem 0;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 2rem);
  border-top: 1px solid #efefef;
}
.attachments .add-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;
}
.attachments .add-attachments-pane .title-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.attachments .add-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 {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 1rem;
  background: none;
  border: 1px solid #777777;
}
.attachments .add-attachments-pane .create-buttons button.active {
  color: #ffffff;
  border: #047bc1;
  background-color: #047bc1;
}
.attachments .add-attachments-pane .create-buttons button:first-child {
  border-radius: .5rem 0 0 .5rem;
}
.attachments .add-attachments-pane .create-buttons button:last-child {
  border-radius: 0 .5rem .5rem 0;
}
.attachments .add-attachments-pane .create-buttons button:not(:last-child) {
  border-right: none;
}
.attachments .add-attachments-pane .attachment-form {
  display: none;
  margin-top: 2rem;
  -ms-grid-columns: 33% 34% 33%;
  grid-template-columns: 33% 34% 33%;
}
.attachments .add-attachments-pane .attachment-form > *:not(.button-wrapper):not(.hidden-file-input) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.attachments .add-attachments-pane .attachment-form .hidden-file-input {
  display: none;
}
.attachments .add-attachments-pane .attachment-form input,
.attachments .add-attachments-pane .attachment-form textarea {
  width: 100%;
}
.attachments .add-attachments-pane .attachment-form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-row: 4 / 4;
  grid-column: 2 / 4;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.attachments .add-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"] {
  color: #ffffff;
  border-radius: .5rem;
  background-color: #047bc1;
}
.attachments .add-attachments-pane .attachment-form .button-wrapper button:not(:last-child) {
  margin-right: 1rem;
}
.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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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: -503px -484px;
}
.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: 12px;
  text-transform: uppercase;
  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: -72px -546px;
  background-size: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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: -492px -558px;
}
.footer-view:before,
.q-widget-icon-view:before {
  background-position: -12px -558px;
}
.footer-tool:before,
.q-widget-icon-settings:before {
  background-position: 0px -546px;
}
.footer-withdraw:before,
.q-widget-icon-download:before {
  background-position: -192px -558px;
}
.footer-recallreput:before,
.q-widget-icon-separate:before {
  background-position: -372px -546px;
}
.footer-submit:before,
.q-widget-icon-transfer:before {
  background-position: -492px -546px;
}
.footer-open:before,
.q-widget-icon-validateDate:before {
  background-position: -288px -546px;
}
.footer-closed:before,
.q-widget-icon-failDate:before {
  background-position: -555px -520px;
}
.footer-pending:before,
.q-widget-icon-pending:before {
  background-position: -312px -546px;
}
.footer-close:before,
.q-widget-icon-fail:before {
  background-position: -555px -508px;
}
.q-widget-icon-clock:before {
  background-position: -144px -558px;
}
.q-widget-icon-warning:before {
  background-position: -168px -558px;
}
.q-widget-icon-back:before {
  background-position: -120px -558px;
}
.q-widget-icon-calendar:before {
  background-position: -84px -558px;
}
.q-widget-icon-validate:before {
  background-position: 0px -558px;
}
.q-widget-icon-share:before {
  background-position: -264px -558px;
}
.q-widget-icon-refresh:before {
  background-position: -384px -546px;
}
.q-widget-icon-info:before {
  background-position: -204px -546px;
}
.q-widget-icon-filter:before {
  background-position: -180px -546px;
}
.q-widget-icon-edit:before {
  background-position: -120px -546px;
}
.q-widget-icon-excel:before {
  background-position: -96px -546px;
}
.q-widget-icon-pdf:before {
  background-position: -108px -546px;
}
.q-widget-icon-delete:before {
  background-position: -24px -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(../Content/Quorum/css/images/dropzone.png);
  background-repeat: no-repeat, repeat;
  background-position: center center, center;
  background-size: 22px 22px, cover;
  background-image: url(../Content/Quorum/css/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(../Content/Quorum/css/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(../Content/Quorum/css/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 {
  background: url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: linear-gradient(rgba(22, 22, 22, 0), #f9f9f9), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0.47) 53%, rgba(249, 249, 249, 0) 100%), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(53%, rgba(249, 249, 249, 0.47)), color-stop(100%, rgba(249, 249, 249, 0))), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0.47) 53%, rgba(249, 249, 249, 0) 100%), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: -o-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0.47) 53%, rgba(249, 249, 249, 0) 100%), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: -ms-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0.47) 53%, rgba(249, 249, 249, 0) 100%), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0.47) 53%, rgba(249, 249, 249, 0) 100%), url(../Content/Quorum/css/images/editmode.jpg) repeat-x top center;
  background-size: 30px 533px;
  background-color: #f9f9f9;
  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: 569px 568px !important;
  display: inline-block;
  /* background-image: url("../Content/Quorum/css/images/sprites-2x.png?v=12") !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;
    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 !important;
  filter: alpha(opacity=0) !important;
  animation-name: tooltipanimation;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}
@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%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 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 */
/* Add any CSS overrides or product-specific CSS here */
/*# sourceMappingURL=app-specific.css.map */
body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.ac-menu {
  background-color: #2b3f62;
  z-index: 2;
}

.ac-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac-menu ul li {
  display: inline-block;
}

.ac-menu ul li.active {
  background: #252F44;
  opacity: 1;
}

.ac-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.ac-menu ul li a em {
  margin-right: 5px;
  font-size: 15px;
}

.ac-login .loginCol {
  margin-bottom: 20px;
}

.q-header_ItemRed em {
  color: white;
}

.feedEkList li {
  margin-bottom: 10px !important;
}

.feedEkList li .itemTitle {
  margin-bottom: 10px !important;
}

.widget h1 {
  font-weight: 600;
}

.widget .ac-doc-management-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget .control-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget .control-holder .controls {
  margin-right: 20px;
  height: 100%;
}

.widget .control-holder .controls a {
  font-size: 18px;
  text-decoration: none;
  margin-left: 15px;
  color: #9B9B9B;
}

.widget .control-holder .controls .ac-badge {
  background: #047bc1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  color: white;
  line-height: 16px;
  font-size: 10px;
  margin-top: -2px;
}

.widget .control-holder .controls .ac-badge:empty {
  display: none;
}

.ac-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  border-top: 1px solid rgba(0, 0, 0, 0.27);
}

.ac-message a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-message a em {
  font-size: 15px;
  margin-right: 8px;
  color: #9B9B9B;
}

.ac-no-messages, .ac-no-workflows {
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-no-messages p, .ac-no-workflows p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #CFCFCF;
}

.ac-no-workflows {
  height: 275px;
}

.content.ac-main {
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header, .content.ac-main, footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.widget.ac-panel {
  margin-bottom: 30px;
}

.ac-col-right {
  padding-left: 13px !important;
}

.ac-col-left {
  padding-right: 13px !important;
}

#page-container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

html, body {
  height: 100%;
  width: 100%;
}

.panel-body {
  padding: 20px 15px !important;
}

table.ac-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  color: #000000;
  font-size: 12px;
  margin-bottom: 10px;
}

table.ac-table td,
table.ac-table th {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  padding: 0 8px !important;
  height: 24px !important;
  line-height: 24px !important;
}

table.ac-table thead {
  background-color: #ffffff;
}

.ac-table-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px !important;
}

.ac-table-holder .clientname, .ac-table-holder .clientsearch {
  width: 50%;
}

.ac-table-holder .clientsearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-table-holder h2 {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.ac-content-header {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.ac-content-header.resource {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.sidebar {
  z-index: 1 !important;
  margin-top: 0 !important;
  padding-top: 76px !important;
  padding-bottom: 16px !important;
  background: #2b3f62 !important;
}

.sidebar .resourcesTreeRoot {
  background: #252F44 !important;
}

.sidebar .sub-menu {
  background: #2b3f62 !important;
}

.sidebar-minify-btn {
  margin: 0 !important;
  float: right !important;
  padding: 5px 20px 5px 10px !important;
  background: transparent !important;
}

li.resourcesTreeRoot a span, li.resourcesTreeRoot a i {
  color: white;
}

li.resourcesTreeRoot a:hover, li.resourcesTreeRoot a:active, li.resourcesTreeRoot a:focus {
  background: #252F44 !important;
}

li.has-sub a span, li.has-sub a i {
  color: #a8acb1;
}

li.has-sub a:hover, li.has-sub a:active, li.has-sub a:focus {
  background: #252F44 !important;
}

.ac-tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-tasks .task {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
  position: relative;
  cursor: pointer;
}

.ac-tasks .task:nth-child(odd) div:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 17px;
  bottom: 17px;
  width: 1px;
  background: rgba(0, 0, 0, 0.27);
}

.ac-tasks .task:last-child {
  border-bottom: none;
}

.ac-tasks .task .taskIcon em {
  color: #999;
  font-size: 32px;
}

.panel-body.tasklist,
.col-xs-24.tasklist {
  padding: 0 !important;
  margin: 0 !important;
}

.workflowStep em {
  font-size: 32px !important;
  color: #999;
}

.ac-custom-form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ac-custom-form-holder span {
  width: 100%;
}

.ac-custom-form-holder button {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

.ac-custom-form-holder button em {
  color: #999;
  font-size: 14px;
}

.ac-button-fix {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

.ac-button-fix em {
  color: #999;
  font-size: 14px;
}

.table-responsive {
  overflow: hidden;
}

div.dataTables_paginate {
  float: left !important;
}

.dataTables_info {
  text-align: right;
}

.ac-spinner {
  height: 16px;
  width: 16px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px -8px 0 0;
  background: url("../Content/Images/loadingindicator.gif") no-repeat center;
  background-size: cover;
}

.ac-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #656B76;
    color: white;
    letter-spacing: normal;
    height: 26px;
}

.ac-footer #currentYear, .ac-footer a {
  color: white;
}

.ac-footer span, .ac-footer a {
  margin: 0 5px;
}

.ac-footer a:hover {
  color: white;
  text-decoration: none;
}

.ac-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}

.ac-logo .ac-logo-img {
  width: 30px;
}

.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active, .k-button.k-state-disabled:active:hover {
  color: #999999 !important;
  border-color: #fafafa !important;
  background-color: #fafafa !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ac-dropdown-header:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}

.ac-text-center {
  text-align: center !important;
}

.modal-backdrop {
  background: white !important;
  opacity: 0.8 !important;
}

.modal-header h4 {
  font-weight: 600;
  font-size: 16px;
}

.btn-ac-modal-button, .ac-modal-button {
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    text-transform: uppercase;
    font-size: 14px;
    color: #047bc1;
    text-decoration: none !important;
}

.modal-footer {
  padding: 14px 15px 0 15px !important;
}

.modal-body {
  padding: 30px 15px 15px 15px !important;
}

.ac-center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-workflow-holder {
  height: 100%;
}

.workflowMonitorBody {
  color: #000000;
}

#addEditWorkflowDiv .form-group {
  padding: 10px 0;
}

.ac-edit-form {
  border: none !important;
}

/* force form styling */
input, select, .select2-container--default .select2-selection--single {
  border: 0 !important;
  background: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#047bc1), to(#047bc1)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2)) !important;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 1px, 100% 0.15rem !important;
  background-repeat: no-repeat !important;
  background-position: center bottom, center calc(100% - 1px) !important;
  border-radius: 0 !important;
  -webkit-transition: background 0 ease-out !important;
  transition: background 0 ease-out !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

input:focus, select:focus, .select2-container--default:focus .select2-selection--single:focus {
  border: none !important;
  outline: none !important;
  background-size: 100% 2px, 100% 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
  border-radius: 0 !important;
}

    input[type='radio']:focus {
        background-size: auto auto !important;
    }

/*lightbox adjustment */
.btn-ac-modal-button, .ac-modal-button {
    padding: 12px 16px !important;
}

.modal-header, .modal-footer {
  border: 0 !important;
}

.modal-footer {
  padding-bottom: 12px !important;
}

/* Remove lines on form groups */
.form-group {
  border: 0 !important;
}

.workflowDropDown {
  width: 95%;
}

.ac-grey-drop {
  background: #EEE;
  margin: -15px -25px 0 -25px !important;
  padding: 10px 15px 5px 15px !important;
}

.preview-panel {
  padding: 0 0 0 1px !important;
}

.atala-document-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27) !important;
  background-color: #F4F4F4 !important;
  height: auto !important;
}

.ac-search-criteria {
  color: #000000;
}

.docmanage {
  margin-bottom: 10px;
}

.nav-pills {
  background: #EDEDED;
  min-height: 54px;
}

.nav-pills li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 95%;
  margin: 0 !important;
  border-bottom: 4px solid #EDEDED !important;
}

.nav-pills li:hover {
  border-bottom: 4px solid #047bc1 !important;
}

.nav-pills li.active {
  opacity: 1;
  border-bottom: 4px solid #047bc1 !important;
}

.nav-pills li.active a {
  color: black !important;
  background: #EDEDED !important;
}

.nav-pills li a:hover, .nav-pills li a:focus {
  background: #EDEDED !important;
  color: black !important;
}

.nav-pills li a:hover span, .nav-pills li a:focus span {
  background: #EDEDED !important;
  color: black !important;
}

.nav-pills li span, .nav-pills li a {
  color: #9e9e9e !important;
}

.ui-state-default .atala-ui-icon {
  background-size: auto 16px !important;
}

.ui-state-default {
  background: transparent !important;
}

.atala-ui-button {
  height: 100% !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px transparent !important;
  border: 0px solid transparent !important;
  text-shadow: 0px 0px 0px transparent !important;
  border-right: 1px solid #DDD !important;
}

button.ui-button-icon-only {
  width: 3.4em !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

.ui-icon {
  width: 16px !important;
  height: 16px !important;
}

.ui-button-icon-only .ui-icon {
  margin-left: -8px !important;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  margin-top: -8px !important;
}

.atala-ui-icon-save {
  background-position: -112px 0 !important;
}

.atala-ui-icon-zoom-out {
  background-position: -31px 0 !important;
}

.atala-ui-icon-zoom-full {
  background-position: -64px 0 !important;
}

.atala-ui-icon-rotate-left {
  background-position: -320px 0 !important;
}

.atala-ui-icon-rotate-right {
  background-position: -336px 0 !important;
}

.atala_search_input {
  margin: 0 30px !important;
}

.ac-input-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ac-input-group input {
  width: 90% !important;
}

.active {
  opacity: 1 !important;
}

.form-horizontal.form-bordered .form-group > .control-label {
  border-right: none !important;
}

.form-horizontal.form-bordered .form-group > div {
  border-left: none !important;
}

.sidebar + .content {
  margin-left: 260px !important;
}

.page-sidebar-minified .sidebar + .content {
  margin-left: 60px !important;
}

.sidebar {
  width: 260px !important;
}

.page-sidebar-minified .sidebar {
  width: 60px !important;
}

.ac-profile-settings li a:hover, .ac-profile-settings li a:focus {
  background: #252F44 !important;
}

.ac-profile-settings li a span {
  margin-left: 10px;
  color: white;
}

.loginPlaceholder, #loginNamesContainer .tagit.ui-widget {
  border: 0 !important;
  background: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#047bc1), to(#047bc1)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2)) !important;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 1px, 100% 0.15rem !important;
  background-repeat: no-repeat !important;
  background-position: center bottom, center calc(100% - 1px) !important;
  border-radius: 0 !important;
  -webkit-transition: background 0 ease-out !important;
  transition: background 0 ease-out !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

.loginPlaceholder:focus, #loginNamesContainer .tagit.ui-widget:focus {
  border: none !important;
  outline: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#047bc1), to(#047bc1)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2)) !important;
  background-image: linear-gradient(#047bc1, #047bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 100% 2px, 100% 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
  border-radius: 0 !important;
}

.panel-heading {
  background-color: white !important;
}

.ac-disclaimer {
  text-align: center;
}

.ac-disclaimer p {
  color: grey !important;
  font-size: 11px;
  padding: 10px 0;
}

.sidebar .sub-menu:before {
  content: '' !important;
  position: absolute !important;
  left: 26px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 2px !important;
  background: transparent !important;
}

.btn.btn-scroll-to-top {
  background: #047bc1 !important;
}

.btn.btn-info {
  color: #fff !important;
  background: #047bc1 !important;
  border-color: #047bc1 !important;
}

.ac-pagination {
  list-style: none;
  margin: 0;
  margin-top: -8px;
  padding: 0;
}

.ac-pagination li {
  display: inline-block;
  padding: 10px;
}

.ac-pagination li.prev a, .ac-pagination li.next a {
  font-size: 14px;
}

.ac-pagination li.active a {
  color: #057BC1;
}

.ac-pagination li.disabled a {
  color: #D3D3D3;
}

.ac-pagination li:first-child {
  padding-left: 0;
}

.ac-pagination li a {
  color: #767676;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dataTables_info {
  color: #767676 !important;
}

.ac-round-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-round-buttons .rssIcon {
  margin-right: 5px;
}

.ac-round-buttons .ac-circle-button {
  margin: 0 !important;
  margin-right: 5px !important;
}

.header-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ac-sm-fix input {
  margin-top: 16px !important;
}

.previewHeader {
  max-width: 300px;
}

.fileupload-buttonbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px !important;
}

.fileupload-buttonbar label, .fileupload-buttonbar input {
  margin: 0 !important;
}

.fileupload-buttonbar input, .fileupload-buttonbar label, .fileupload-buttonbar button, .fileupload-buttonbar a {
  margin-right: 10px !important;
}

.start {
  margin: 0 !important;
}

.progress-bar.progress-bar-success {
  background-color: #047bc1 !important;
}

.progress-bar {
  background: #047bc1 !important;
}

.progress {
  height: 10px !important;
}

.k-button span {
  color: #ffffff;
}

.k-button:disabled span {
  color: #999;
}

#userNameField:focus {
  background-image: none !important;
}

.dropdown-menu > li > a:hover,
#documentVersionsTabelBody {
  color: black !important;
}

#commentList ul li {
  color: black !important;
}

.tagit-label {
  color: white !important;
}

.ac-q-holder {
  padding-top: 15px;
}

.widget.ac-widget {
  background-image: -webkit-linear-gradient(left, #ffffff 6px, #ffffff 6px);
  padding: 0 !important;
}

.ui-autocomplete-input {
  color: black !important;
}

ul.tagit input[type="text"] {
  color: black !important;
}

.ac-notification-holder {
  position: relative;
}

.ac-notification {
  color: white;
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  top: -5px;
  left: 7px;
}

.modal-dialog {
  margin: 30px auto !important;
}

#closeLocationListDialogButton {
  margin: 15px 15px 0 0;
}

.vertical-middle-align {
    vertical-align: middle !important;
}

.q-black-font {
    color: black !important;
}
/*# sourceMappingURL=app-custom.css.map */