﻿@-ms-viewport {
  width: device-width; }
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: 'azo-sans-web', sans-serif !important;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #fff;

 }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 999px) {
    .row {
      margin-left: 60px; } }
  @media screen and (min-width: 1260px) {
    .row {
      margin-left: 250px; } }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (min-width: 999px) {
    .column, .columns {
      padding-left: 1.85rem;
      padding-right: 1.85rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 999px) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 30%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

/* Base styles */
.blue-gradient {
  background: #007BC7;
  background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
  background-repeat: repeat-x; }

.orange-gradient {
  background: #f89e00;
  background-image: -webkit-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: -o-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: linear-gradient(to bottom, #e89401 0%, #c95100 100%);
  background-repeat: repeat-x; }

.green-gradient {
  background: #1b6b2b;
  background-image: -webkit-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: -o-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: linear-gradient(to bottom, #228736 0%, #1b6b2b 100%);
  background-repeat: repeat-x; }

.pink-gradient {
  background: #f1157b;
  background-image: -webkit-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: -o-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: linear-gradient(to bottom, #f1157b 0%, #d00349 100%);
  background-repeat: repeat-x; }

.purple-gradient {
  background: #9545c3;
  background-image: -webkit-linear-gradient(top, #9545c3 0%, #7234ae 100%);
  background-image: -o-linear-gradient(top, #9545c3 0%, #7234ae 100%);
  background-image: linear-gradient(to bottom, #9545c3 0%, #7234ae 100%);
  background-repeat: repeat-x; }

.red-gradient {
  background: #fc3737;
  background-image: -webkit-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: -o-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: linear-gradient(to bottom, #fc3737 0%, #db0000 100%);
  background-repeat: repeat-x; }

html {
  position: relative;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  -ms-overflow-style: scrollbar; }

body {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  padding-top: 54px;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  min-height: 100%;
  min-height: 100vh;
  height: 100%;
  background: #fff;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed',GradientType=0 ); }
  @media screen and (min-width: 999px) {
    body {
      padding-top: 62px; } }
  @media screen and (min-width: 1260px) {
    body {
      padding-top: 72px; } }
  body:before {
    display: block;
    height: 100%;
    background: black; }
  body.fix {
    position: fixed;
    overflow: hidden;
    max-width: 100vw; }

input, textarea {
  font-size: 0.983em; }

input:focus {
  outline: none;
  border-color: #a5a5a5; }

input::-ms-clear {
  display: none; }

textarea {
  resize: vertical;
  overflow-y: auto; }

.clear {
  clear: both;
  zoom: 1; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

h1 {
  font-size: 1.7em;
  margin-bottom: 30px; }

b, strong {
  font-weight: 700; }

q {
  font-style: italic; }

a {
  color: #2e6ca2;
  text-decoration: none;
  font-weight: 700; }

ul {
  padding: 0 0 0 20px; }

p {
  font-weight: 400; }

::-webkit-input-placeholder {
  color: #6a6a6a; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a; }

:-ms-input-placeholder {
  color: #6a6a6a; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation: pulse 2s 1;
  animation-duration: 0.5s; }

.space-left {
  margin-left: 5px !important; }

.space-right {
  margin-left: 5px !important; }

.left {
  float: left; }

.right {
  float: right; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

header#main {
  display: block;
  height: 54px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  z-index: 100001; }
  @media screen and (min-width: 999px) {
    header#main {
      height: 62px; } }
  @media screen and (min-width: 1260px) {
    header#main {
      height: 72px; } }
  header#main .row {
    margin-left: 0; }
  header#main a:nth-child(2) {
    display: none;
    width: 130px;
    height: 35px;
    margin: 11px 20px 0 20px; }
    @media screen and (min-width: 999px) {
      header#main a:nth-child(2) {
        display: block;
        float: left; } }
    @media screen and (min-width: 1260px) {
      header#main a:nth-child(2) {
        margin: 16px 20px 0 20px; } }
  header#main .top-links {
    vertical-align: middle;
    position: relative;
    top: 12px;
    float: right;
    width: calc(95% - 66px);
    z-index: 1; }
    header#main .top-links.active span {
      opacity: 0;
      z-index: 0; }
    header#main .top-links.active span.search-link a {
      top: 14px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    @media screen and (min-width: 999px) {
      header#main .top-links {
        top: 10px;
        right: 20px;
        width: auto; } }
    @media screen and (min-width: 1260px) {
      header#main .top-links {
        top: 16px;
        right: 30px; } }
    header#main .top-links > span {
      display: block;
      width: 25%;
      float: left;
      text-align: center;
      position: relative;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      @media screen and (min-width: 999px) {
        header#main .top-links > span {
          display: inline-block;
          width: 22px;
          float: none;
          margin: 0 14px; } }
      header#main .top-links > span a {
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: middle;
        background-position: center;
        float: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        header#main .top-links > span a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      @media screen and (min-width: 999px) {
        header#main .top-links > span.search-link {
          display: none; } }
      header#main .top-links > span.search-link a {
        background: url("../img/icons/magnify.svg") no-repeat;
        background-size: contain;
        background-position: center; }
      header#main .top-links > span.search-link.active a {
        opacity: 1; }
      @media screen and (min-width: 999px) {
        header#main .top-links > span.notification-link {
          margin-left: 0; } }
      header#main .top-links > span.notification-link a {
        background: url("../img/icons/notification.svg") no-repeat;
        background-size: contain;
        background-position: center; }
      header#main .top-links > span.timetable-link a {
        background: url("../img/icons/timetable.svg") no-repeat;
        background-size: contain;
        background-position: center; }
      header#main .top-links > span.mail-link a {
        background: url("../img/icons/mail.svg") no-repeat;
        background-position: center;
        background-size: contain;
        height: 17px;
        position: relative;
        top: 0px; }
      header#main .top-links > span.settings-link {
        display: none; }
        @media screen and (min-width: 999px) {
          header#main .top-links > span.settings-link {
            display: inline-block;
            margin-right: 0; } }
        header#main .top-links > span.settings-link a {
          background: url("../img/icons/settings.svg") no-repeat;
          background-position: center;
          background-size: contain;
          position: relative;
          top: 0px; }
          header#main .top-links > span.settings-link a.active {
            opacity: 1; }
    header#main .top-links .logout {
      display: none; }
      @media screen and (min-width: 999px) {
        header#main .top-links .logout {
          position: relative;
          display: inline-block;
          font-weight: 600;
          margin-left: 20px;
          color: #505050; } }
  header#main #maintenance {
    /*.warning {
       display: inline-block;
       width: 18px;
       height: 15px;
       position: relative;
       top: 1px;
       margin-right: 5px;
       color: white;
       background:url('../img/icons/warning-white.png');
       background-size: contain;
       background-repeat: no-repeat;
    }*/ }
  header#main.maintenance .notification-link, header#main.maintenance .timetable-link, header#main.maintenance .mail-link, header#main.maintenance .search-link {
    display: none; }
  header#main.maintenance .warning {
    display: inline-block;
    width: 25px;
    height: 22px;
    margin: 0 8px 0 auto;
    position: absolute;
    top: 15px; }
    @media screen and (min-width: 999px) {
      header#main.maintenance .warning {
        top: 19px; } }
    @media screen and (min-width: 1260px) {
      header#main.maintenance .warning {
        top: 24px; } }
  header#main.maintenance #maintenance-message {
    display: table;
    color: #df0000;
    position: absolute;
    width: 100%;
    width: calc(100% - 81px);
    padding: calc(100% - 0px);
    right: 0;
    height: 100%;
    padding: 0 20px 0 85px;
    padding-left: calc(0px);
    font-size: 0.9rem;
    line-height: 1.3rem;
    z-index: 0; }
    @media screen and (min-width: 999px) {
      header#main.maintenance #maintenance-message {
        padding: 0 170px 0 190px;
        width: 100%;
        width: calc(100%); } }
    header#main.maintenance #maintenance-message div {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      header#main.maintenance #maintenance-message div span:last-child {
        padding-left: 40px;
        display: block; }
      header#main.maintenance #maintenance-message div:first-child {
        display: none; }
        @media screen and (min-width: 999px) {
          header#main.maintenance #maintenance-message div:first-child {
            display: table-cell; } }
      header#main.maintenance #maintenance-message div:last-child {
        display: table-cell; }
        @media screen and (min-width: 999px) {
          header#main.maintenance #maintenance-message div:last-child {
            display: none; } }

.badge {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: white;
  position: relative;
  top: -32px;
  right: -11px;
  background: #df0000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
  @media screen and (min-width: 999px) {
    .badge {
      position: absolute;
      top: -8px;
      right: -9px; } }

#top-search {
  display: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media screen and (min-width: 999px) {
    #top-search {
      display: block; } }
  #top-search.search {
    position: fixed;
    height: 54px;
    width: calc(100% - 66px);
    top: 0;
    right: 0;
    background: white; }
    #top-search.search:before {
      top: 19px; }
    @media screen and (min-width: 999px) {
      #top-search.search {
        display: inline-block;
        position: relative;
        top: 12px;
        left: 120px;
        width: calc(100% - 460px);
        max-width: 430px;
        height: 35px; }
        #top-search.search:before {
          top: 9px;
          width: 18px;
          height: 18px; } }
    @media screen and (min-width: 1260px) {
      #top-search.search {
        top: 17px; } }
    #top-search.search .clear {
      display: none;
      height: 54px; }
      #top-search.search .clear span {
        right: 13px;
        top: 19px; }
      @media screen and (min-width: 999px) {
        #top-search.search .clear {
          right: 10px;
          top: 9px; }
          #top-search.search .clear span {
            right: 0;
            top: 0; } }
    #top-search.search input {
      height: 54px;
      line-height: 54px;
      padding: 10px 0px 10px 40px;
      width: calc(100% - 44px);
      border: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      background: transparent; }
      @media screen and (min-width: 999px) {
        #top-search.search input {
          padding: 0px 37px 0px 48px;
          height: 35px;
          line-height: 35px;
          width: 100%; } }
  #top-search.active {
    display: block;
    z-index: 1; }
    #top-search.active.search:before {
      top: 19px; }

.profile-link {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0px; }
  @media screen and (min-width: 999px) {
    .profile-link {
      display: inline-block;
      position: relative;
      top: initial;
      right: initial;
      margin: 0 0 0 20px; } }
  .profile-link img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }

#mobile-menu {
  display: table;
  height: 100%;
  background: #007BC7;
  background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
  background-repeat: repeat-x;
  float: left;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  z-index: 999; }
  @media screen and (min-width: 999px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
    width: 66px;
    padding: 0 12px; }
    #mobile-menu span:last-child {
      display: none;
      background: url("../img/icons/menu_close.svg") no-repeat center;
      background-size: 21px; }
  #mobile-menu.opened span:first-child {
    display: none; }
  #mobile-menu.opened span:last-child {
    display: table-cell; }

#mobile-nav {
  display: block;
  width: 100%;
  left: -100%;
  z-index: 100000;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  padding-top: 54px;
  color: white;
  background: #222834;
  background: -moz-linear-gradient(45deg, #222834 0%, #29313e 100%);
  background: -webkit-linear-gradient(45deg, #222834 0%, #29313e 100%);
  background: linear-gradient(45deg, #222834 0%, #29313e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222834', endColorstr='#29313e',GradientType=1 );
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out; }
  #mobile-nav.open {
    left: 0; }
  @media screen and (min-width: 999px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav #mobile-nav-inner {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    overflow-x: scroll; }
    #mobile-nav #mobile-nav-inner #mobile-profile {
      text-align: center;
      display: table;
      width: 100%;
      padding: 30px 20px 25px 20px; }
      #mobile-nav #mobile-nav-inner #mobile-profile a {
        color: white;
        font-weight: 400;
        font-size: 1.2rem; }
        #mobile-nav #mobile-nav-inner #mobile-profile a .profile-link {
          margin-bottom: 10px; }
    #mobile-nav #mobile-nav-inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      #mobile-nav #mobile-nav-inner ul li {
        display: block;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
        font-size: 1.3rem;
        padding: 0 20px; }
        #mobile-nav #mobile-nav-inner ul li a {
          display: block;
          color: white;
          height: 100%;
          font-weight: 700; }
        #mobile-nav #mobile-nav-inner ul li.logout {
          margin-top: 30px;
          font-size: 1.2rem; }
          #mobile-nav #mobile-nav-inner ul li.logout a {
            font-weight: 500; }
  #mobile-nav .profile-link {
    display: block;
    position: relative;
    left: 0;
    top: inherit;
    margin: 0 auto; }

.text-space {
  margin-right: 10px; }

.k-ie11 header#main .top-links > span.timetable-link a, .k-edge header#main .top-links > span.timetable-link a {
  background-size: 21px; }

sidebar {
  display: none;
  width: 60px;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-top: 62px;
  color: white;
  background: #222834;
  background: -moz-linear-gradient(45deg, #222835 0%, #272f3d 100%);
  background: -webkit-linear-gradient(45deg, #222835 0%, #272f3d 100%);
  background: linear-gradient(45deg, #222835 0%, #272f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222835', endColorstr='#272f3d',GradientType=1 );
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 999px) {
    sidebar {
      display: block; } }
  @media screen and (min-width: 1260px) {
    sidebar {
      width: 250px;
      padding-top: 70px; } }
  sidebar .sidebar-inner {
    display: block;
    height: 100%;
    position: fixed;
    width: 60px; }
    @media screen and (min-width: 1260px) {
      sidebar .sidebar-inner {
        width: 250px; } }
    sidebar .sidebar-inner ul {
      list-style: none;
      padding: 0;
      width: 60px;
      text-align: left;
      margin: 0; }
      @media screen and (min-width: 1260px) {
        sidebar .sidebar-inner ul {
          width: 250px;
          margin: 1em 0; } }
      sidebar .sidebar-inner ul li {
        display: block;
        height: 60px;
        line-height: 60px;
        margin-bottom: 0px;
        font-size: 1.05rem; }
        @media screen and (min-width: 1260px) {
          sidebar .sidebar-inner ul li {
            height: 35px;
            line-height: 35px;
            margin-bottom: 15px; } }
        sidebar .sidebar-inner ul li a {
          display: block;
          color: white;
          height: 100%;
          padding: 0 5px 0 20px;
          font-weight: 700;
          overflow: hidden; }
          @media screen and (min-width: 1260px) {
            sidebar .sidebar-inner ul li a {
              overflow: auto; } }
          sidebar .sidebar-inner ul li a.conduct-link:before {
            background: url("../img/icons/secure.svg") no-repeat;
            background-size: contain;
            left: 2px;
            top: 3px; }
          sidebar .sidebar-inner ul li a.active {
            background: #007BC7;
            background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
            background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
            background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
            background-repeat: repeat-x; }
            sidebar .sidebar-inner ul li a.active:before {
              -ms-transform: scale(1.2, 1.2);
              /* IE 9 */
              -webkit-transform: scale(1.2, 1.2);
              /* Safari */
              transform: scale(1.2, 1.2); }
            @media screen and (min-width: 1260px) {
              sidebar .sidebar-inner ul li a.active {
                background: none;
                border-left: 1px solid #2ebee9; }
                sidebar .sidebar-inner ul li a.active:before {
                  -ms-transform: scale(1, 1);
                  /* IE 9 */
                  -webkit-transform: scale(1, 1);
                  /* Safari */
                  transform: scale(1, 1); } }
          sidebar .sidebar-inner ul li a:hover:before {
            -ms-transform: scale(1.2, 1.2);
            /* IE 9 */
            -webkit-transform: scale(1.2, 1.2);
            /* Safari */
            transform: scale(1.2, 1.2); }
          sidebar .sidebar-inner ul li a:before {
            display: inline-block;
            content: '';
            width: 20px;
            height: 20px;
            margin-right: 15px;
            position: relative;
            top: 5px;
            -webkit-transition: transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out;
            -ms-transition: transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
            sidebar .sidebar-inner ul li a.dash-link:before {
                background: url("../img/icons/dash.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.blackboard-link:before {
                background: url("../img/icons/blackboard.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.news-link:before {
                background: url("../img/icons/news.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.downloads-link:before {
                background: url("../img/icons/computer.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.myattendance-link:before {
                background: url("../img/icons/myattendance.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.assessment-link:before {
                background: url("../img/icons/pen.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.library-link:before {
                background: url("../img/icons/library.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.links-link:before {
                background: url("../img/icons/links.svg") no-repeat;
                background-size: contain; 
            }
            sidebar .sidebar-inner ul li a.help-link:before {
                background: url("../img/icons/help.svg") no-repeat;
                background-size: contain; 
            } 
            sidebar .sidebar-inner ul li a.ask4help-link:before {
                background: url("../img/icons/ask4help.png") no-repeat;
                background-size: contain;
                left: 3px;
            }
            sidebar .sidebar-inner ul li a.user-link:before {
                background: url("../img/icons/user.svg") no-repeat;
                background-size: contain;
                left: 2px;
                top: 3px; 
            }
            sidebar .sidebar-inner ul li a.enrol-link:before {
                background: url("../img/icons/enrol.svg") no-repeat;
                background-size: contain;
                left: 2px;
                top: 3px; 
            }
            sidebar .sidebar-inner ul li a.myprogramme-link:before {
                background: url("../img/icons/files.svg") no-repeat;
                background-size: contain; 
            }

#notifications .panel-contents {
  display: block;
  background: white;
  width: 100%;
  top: 0;
  z-index: 100005;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease; }
  #notifications .panel-contents .inner {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-bottom: 62px;
    padding-bottom: calc(0px);
    height: calc(100% - 62px);
    width: 100%; }
    @media screen and (min-width: 1260px) {
      #notifications .panel-contents .inner {
        padding-bottom: 72px;
        padding-bottom: calc(0px);
        height: calc(100% - 72px); } }
    #notifications .panel-contents .inner ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #notifications .panel-contents .inner ul li a {
        display: block;
        color: #171717;
        padding: 15px 25px 15px 30px;
        background: #f2f2f2;
        border-bottom: 1px solid #d6d6d6;
        position: relative;
        line-height: 1.5rem;
        font-size: 0.9rem; }
        #notifications .panel-contents .inner ul li a.new {
          background: white;
          border-bottom: 1px solid #eaeaea; }
          #notifications .panel-contents .inner ul li a.new:before {
            display: block;
            content: '';
            width: 8px;
            height: 8px;
            background: #2e6ca2;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            left: 12px; }
        #notifications .panel-contents .inner ul li a span {
          color: #888; }
  #notifications .panel-contents .panel-contents .inner-overlay {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("./img/loading_2x.gif") no-repeat center;
    background-color: none; }
  #notifications .panel-contents .panel-contents .inner-overlay.active {
    display: block; }

a.close {
  display: block;
  width: 34px;
  height: 34px;
  background: white;
  position: absolute;
  top: 14px;
  right: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 1, 0.3);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 1, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 1, 0.3); }
  a.close:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/icons/menu_close_black.svg");
    position: absolute;
    top: 9px;
    left: 9px; }

h3.title {
  display: block;
  height: 62px;
  background: #fff;
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  line-height: 62px;
  z-index: 1;
  color: #000; }
  @media screen and (min-width: 1260px) {
    h3.title {
      height: 72px;
      line-height: 72px; } }
  h3.title a.close {
    position: absolute;
    top: 14px;
    right: 14px; }

#overlay {
  visibility: hidden;
  transition: visibility 0s 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  z-index: 100004;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #overlay.active {
    visibility: visible;
    transition: visibility 0s 0.3s;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#has-subnav {
  padding-top: 50px;
  }
  @media screen and (min-width: 1260px) {
    #has-subnav {
      padding: 65px 0 0px; } }

#sub-nav {
  display: block;
  background: white;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  height: 50px;
  line-height: 50px;
  position: fixed;
  width: 100%;
  z-index: 2;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 699px) {
    #sub-nav {
      overflow-x: auto; } }
  @media screen and (min-width: 999px) {
    #sub-nav {
      margin-left: 60px;
      width: calc(100% - 60px); } }
  @media screen and (min-width: 1260px) {
    #sub-nav {
      height: 65px;
      line-height: 65px;
      margin-left: 250px;
      width: calc(100% - 250px); } }
  #sub-nav ul {
    margin: 0;
    padding: 0 20px;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 699px) {
      #sub-nav ul {
        padding: 0 30px; } }
    #sub-nav ul li {
      display: inline-block;
      list-style: none;
      margin-right: 25px;
      position: relative; }
      @media screen and (min-width: 999px) {
        #sub-nav ul li {
          margin-right: 3%; } }
      @media screen and (min-width: 1260px) {
        #sub-nav ul li {
          margin-right: 5%; } }
      #sub-nav ul li a {
        color: #505050;
        font-weight: 600;
        font-weight: 700;
        font-size: 1rem;
        opacity: 0.7;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
        @media screen and (min-width: 999px) {
          #sub-nav ul li a {
            font-size: 1.05rem; } }
        #sub-nav ul li a.active {
          opacity: 1; }
          #sub-nav ul li a.active:after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            height: 1px;
            background: #2ebee9;
            bottom: 1px; }
        #sub-nav ul li a:hover {
          opacity: 1; }
      #sub-nav ul li.contact a {
        background: none;
        text-transform: none;
        padding: 0; }
      @media screen and (min-width: 890px) {
        #sub-nav ul li.contact {
          position: absolute;
          right: 0;
          margin-right: 15px; }
          #sub-nav ul li.contact a {
            opacity: 1;
            color: white;
            font-size: initial;
            padding: 2px 15px;
            margin-top: -3px;
            background: #007BC7;
            background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
            background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
            background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
            background-repeat: repeat-x; }
            #sub-nav ul li.contact a:before {
              content: '';
              display: inline-block;
              width: 14px;
              height: 18px;
              background: url("../img/icons/marker.svg");
              background-size: contain;
              position: relative;
              top: 4px;
              margin-right: 6px; } }
      @media screen and (min-width: 999px) {
        #sub-nav ul li.contact {
          margin-right: 30px; } }
      @media screen and (min-width: 1260px) {
        #sub-nav ul li.contact a {
          padding: 5px 15px; } }

.breadcrumb {
  display: block;
  margin: 20px 0 0px 0;
  font-size: 0.9rem; }
  @media screen and (min-width: 699px) {
    .breadcrumb {
      margin: 20px 0 10px 0; } }
  .breadcrumb a {
    color: #505050; }
  .breadcrumb span {
    padding: 0 5px; }

.inner {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .inner:hover {
    overflow-y: scroll; }

#finance-table {
  margin-bottom: 10px; }

#timetable {
  display: block;
  position: fixed;
  background: black;
  height: 100%;
  color: white;
  width: 100%;
  background: #13171f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #13171f 0%, #262f40 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #13171f 0%, #262f40 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #13171f 0%, #262f40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13171f', endColorstr='#262f40',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  #timetable h2, #timetable h3 {
    color: white; }
  @media screen and (min-width: 999px) {
    #timetable {
      padding-left: 60px;
      padding-left: calc(0px);
      width: 40%;
      width: calc(33.33% - 60px / 3);
      left: 0px;
      left: calc(60px);
      padding-top: 62px; } }
  @media screen and (min-width: 1260px) {
    #timetable {
      padding-left: 250px;
      padding-left: calc(0px);
      width: calc(33.33% - 250px / 3);
      left: 0px;
      left: calc(250px);
      padding-top: 72px; } }
  #timetable h2 {
    margin: 0;
    padding: 25px 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.7rem;
    display: table-cell;
    vertical-align: middle; }
  #timetable h3 {
    margin: 0;
    padding: 30px;
    font-size: 1.3rem; }
  #timetable .welcome {
    display: none;
    background: #191f2b;
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 999px) {
      #timetable .welcome {
        display: table; } }
    #timetable .welcome h2 span {
      font-size: 1rem;
      display: block;
      font-weight: 200;
      padding: 5px 0; }
  #timetable .full-timetable {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: blue;
    padding: 0 30px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #2ab5e2;
    /* Old browsers */
    background: linear-gradient(45deg, #007bc7 0%, #2ab5e2 100%);
    background: -moz-linear-gradient(45deg, #007bc7 0%, #2ab5e2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #007bc7 0%, #2ab5e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #007bc7 0%, #2ab5e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bc7', endColorstr='#2ab5e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem; }
    @media screen and (min-width: 999px) {
      #timetable .full-timetable {
        position: absolute;
        width: 100%;
        left: 0;
        padding-left: 60px;
        padding-left: calc(30px);
        padding-right: 0;
        padding-right: calc(30px); } }
    @media screen and (min-width: 1260px) {
      #timetable .full-timetable {
        padding-left: 250px;
        padding-left: calc(30px); } }
  #timetable .inner {
    position: relative;
    height: 100%;
    height: calc(100% - 55px);
    padding-bottom: 55px;
    padding-bottom: calc(0px); }
    @media screen and (min-width: 999px) {
      #timetable .inner {
        height: calc(100% - 135px);
        padding-bottom: 135px;
        padding-bottom: calc(0px); } }
    #timetable .inner .day {
      clear: both;
      float: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      width: 100%; }
      #timetable .inner .day .item {
        clear: both;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        color: white;
        padding: 0 30px; }
        #timetable .inner .day .item.active {
          border-left: 1px solid #2ebee9; }
        #timetable .inner .day .item .time {
          display: inline-block;
          width: 60px;
          float: left; }
          #timetable .inner .day .item .time span {
            display: block;
            font-size: 1.2rem;
            font-weight: 400;
            text-indent: 2px; }
            #timetable .inner .day .item .time span:first-child {
              font-weight: 700;
              text-indent: 0;
              font-size: 1.1rem; }
            #timetable .inner .day .item .time span:last-child {
              color: #b1b1b1; }
        #timetable .inner .day .item .title {
          display: inline-block;
          float: right;
          width: calc(100% - 60px);
          line-height: 1.2rem;
          font-weight: 700;
          font-size: 0.9rem; }
        #timetable .inner .day .item .room {
          display: inline-block;
          float: right;
          width: calc(100% - 60px);
          font-size: 0.75rem;
          margin-top: 10px; }

/*-- / timetable --*/
#widgets, #settings {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white; }
  @media screen and (min-width: 999px) {
    #widgets, #settings {
      height: 100%;
      padding-top: 62px;
      padding-right: 350px;
      padding-right: calc(0px);
      width: 60%;
      width: calc(33.33% - 60px / 3);
      left: inherit;
      left: calc(33.33% + 120px / 3);
      right: 0; } }
  @media screen and (min-width: 1260px) {
    #widgets, #settings {
      height: 100%;
      padding-top: 72px;
      width: 60%;
      width: calc(33.33% - 250px / 3);
      padding-right: 400px;
      padding-right: calc(0px);
      left: calc(33.33% + 500px / 3); } }
  #widgets .inner, #settings .inner {
    position: relative;
    height: 100%; }
    #widgets .inner .k-panelbar.k-header, #settings .inner .k-panelbar.k-header {
      border-color: #e5e5e5;
      background: white; }
    #widgets .inner .k-panelbar, #settings .inner .k-panelbar {
      float: left;
      width: 100%;
      border: none; }
  #widgets .item, #settings .item {
    background: white;
    display: block;
    float: left;
    width: 100%; }
    #widgets .item.k-item, #settings .item.k-item {
      border-top: 1px solid #e5e5e5; }
      #widgets .item.k-item:first-child, #settings .item.k-item:first-child {
        border-top: none; }
    #widgets .item.k-item > .k-link, #settings .item.k-item > .k-link {
      background: white;
      box-shadow: none;
      border-bottom: none; }
    #widgets .item > .k-header, #settings .item > .k-header {
      padding: 0 20px; }
      @media screen and (min-width: 699px) {
        #widgets .item > .k-header, #settings .item > .k-header {
          padding: 0 20px; } }
      #widgets .item > .k-header .title, #settings .item > .k-header .title {
        padding: 0;
        padding-right: 25px;
        display: block;
        height: 60px;
        font-size: 1.2rem;
        margin: 0;
        color: #505050;
        line-height: 19px;
        display: table-cell;
        vertical-align: middle; }
        #widgets .item > .k-header .title h4, #settings .item > .k-header .title h4 {
          margin: 0;
          color: #505050; }
      #widgets .item > .k-header .k-icon, #settings .item > .k-header .k-icon {
        background: url("../img/icons/widget-icon.svg");
        width: 20px;
        height: 20px;
        opacity: 0.4;
        right: 20px; }
    #widgets .item .k-state-hover, #widgets .item .k-state-hover:hover, #settings .item .k-state-hover, #settings .item .k-state-hover:hover {
      background-color: white; }
    #widgets .item.k-state-active .k-icon, #settings .item.k-state-active .k-icon {
      background: url("../img/icons/widget-icon-close.svg"); }
    #widgets .item.k-state-selected .k-icon, #settings .item.k-state-selected .k-icon {
      opacity: 0.4; }
    #widgets .item ul.k-panel, #settings .item ul.k-panel {
      float: left;
      width: 100%; }
    #widgets .item > .k-content, #settings .item > .k-content {
      padding: 0px 20px 30px 20px;
      border: none;
      float: left;
      width: 100%;
      box-sizing: border-box;
      font-size: 0.95rem;
      font-weight: 400; }
      @media screen and (min-width: 699px) {
        #widgets .item > .k-content, #settings .item > .k-content {
          padding: 0px 30px 30px 30px; } }
      #widgets .item > .k-content ul, #settings .item > .k-content ul {
        padding: 0;
        margin: 20px 0 0 0;
        overflow: auto; }
        #widgets .item > .k-content ul li, #settings .item > .k-content ul li {
          list-style: none;
          font-size: 0.9rem;
          margin-bottom: 10px; }
      #widgets .item > .k-content .scroll, #settings .item > .k-content .scroll {
        margin-top: 20px; }
        @media screen and (min-width: 999px) {
          #widgets .item > .k-content .scroll, #settings .item > .k-content .scroll {
            max-height: 350px;
            overflow: auto; } }
      #widgets .item > .k-content i, #settings .item > .k-content i {
        font-weight: 400; }
      #widgets .item > .k-content table, #settings .item > .k-content table {
        width: 100%; }
        #widgets .item > .k-content table tr th, #settings .item > .k-content table tr th {
          padding-bottom: 10px;
          text-align: left; }
        #widgets .item > .k-content table tr td, #settings .item > .k-content table tr td {
          font-size: 0.9rem;
          font-weight: 400; }
        #widgets .item > .k-content table#service-availability tr td span, #settings .item > .k-content table#service-availability tr td span {
          display: inline-block;
          width: 10px;
          height: 10px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px; }
          #widgets .item > .k-content table#service-availability tr td span.available, #settings .item > .k-content table#service-availability tr td span.available {
            background: #39a04d; }
          #widgets .item > .k-content table#service-availability tr td span.not-available, #settings .item > .k-content table#service-availability tr td span.not-available {
            background: #d55454; }
        #widgets .item > .k-content table#opening tr th:nth-child(2), #settings .item > .k-content table#opening tr th:nth-child(2) {
          width: 40px;
          text-align: center; }
        #widgets .item > .k-content table#opening tr th:nth-child(3), #settings .item > .k-content table#opening tr th:nth-child(3) {
          width: 70px;
          text-align: center; }
        #widgets .item > .k-content table#opening tr th:last-child, #settings .item > .k-content table#opening tr th:last-child {
          width: 30px;
          text-align: left; }
        #widgets .item > .k-content table#opening tr td, #settings .item > .k-content table#opening tr td {
          text-align: center;
          padding: 2px 0; }
          #widgets .item > .k-content table#opening tr td:first-child, #settings .item > .k-content table#opening tr td:first-child {
            text-align: left; }
          #widgets .item > .k-content table#opening tr td:last-child, #settings .item > .k-content table#opening tr td:last-child {
            text-align: left; }
          #widgets .item > .k-content table#opening tr td span, #settings .item > .k-content table#opening tr td span {
            display: inline-block;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px; }
            #widgets .item > .k-content table#opening tr td span.available, #settings .item > .k-content table#opening tr td span.available {
              background: #39a04d; }
            #widgets .item > .k-content table#opening tr td span.not-available, #settings .item > .k-content table#opening tr td span.not-available {
              background: #d55454; }
    #widgets .item.customise span.icon, #settings .item.customise span.icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img/icons/settings.svg") no-repeat;
      position: absolute;
      top: 20px;
      right: 20px;
      opacity: 0.5; }
    #widgets .item.assessment li, #settings .item.assessment li {
      font-weight: 400;
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 15px !important; }
      #widgets .item.assessment li .date, #settings .item.assessment li .date {
        font-weight: 700;
        margin-right: 10px;
        width: 65px;
        display: block;
        margin-bottom: 5px; }
      #widgets .item.assessment li .name, #settings .item.assessment li .name {
        float: left;
        width: calc(100% - 110px); }
      #widgets .item.assessment li a, #settings .item.assessment li a {
        float: right;
        display: block;
        width: 85px; }
    #widgets .item.help .k-button, #settings .item.help .k-button {
      margin: 0 10px 10px 0;
      width: 100%; }
      @media screen and (min-width: 430px) {
        #widgets .item.help .k-button, #settings .item.help .k-button {
          width: auto; } }
      @media screen and (min-width: 999px) {
        #widgets .item.help .k-button, #settings .item.help .k-button {
          margin: 5px 10px 5px 0;
          width: 100%; } }
      @media screen and (min-width: 1550px) {
        #widgets .item.help .k-button, #settings .item.help .k-button {
          margin-right: 5px;
          width: auto; } }
      #widgets .item.help .k-button:last-child, #settings .item.help .k-button:last-child {
        margin-right: 0; }
    #widgets .item.useful-links ul li, #settings .item.useful-links ul li {
      display: inline-block;
      width: 50%;
      float: left; }
    #widgets .item.enrolment ul, #settings .item.enrolment ul {
      margin: 0; }
    #widgets .item.e-learning .help, #settings .item.e-learning .help {
      margin-left: 10px; }
    #widgets .item.reps .k-content, #settings .item.reps .k-content {
      height: auto !important; }
    #widgets .item.print-balance .balance, #settings .item.print-balance .balance {
      font-size: 1.8rem;
      font-weight: 400; }
    #widgets .item.print-balance .k-button, #settings .item.print-balance .k-button {
      float: right; }
    #widgets .item.finance #statements thead tr th, #settings .item.finance #statements thead tr th {
      text-align: right; }
    #widgets .item.finance #statements thead tr th:first-child, #settings .item.finance #statements thead tr th:first-child {
      text-align: left; }
    #widgets .item.finance .balance td, #settings .item.finance .balance td {
      width: 20% !important;
      max-width: 20% !important;
      text-align: right;
      vertical-align: top; }
    #widgets .item.finance .balance td:first-child, #settings .item.finance .balance td:first-child {
      width: 60% !important;
      max-width: 60% !important;
      text-align: left; }
    #widgets .item.finance .balance.red td:last-child, #settings .item.finance .balance.red td:last-child {
      color: red; }
    #widgets .item.finance hr, #settings .item.finance hr {
      display: block;
      height: 1px;
      width: 100%;
      background: #d2d2d2;
      border: none;
      margin: 25px 0; }
    #widgets .item.finance p:last-child, #settings .item.finance p:last-child {
      margin: 20px 0 0 0; }
    #widgets .item.it-service table, #settings .item.it-service table {
      margin-bottom: 20px; }
      #widgets .item.it-service table tr td, #settings .item.it-service table tr td {
        padding-bottom: 5px; }
      #widgets .item.it-service table tr td:last-child, #settings .item.it-service table tr td:last-child {
        text-align: right; }
    #widgets .item.it-service .k-button, #settings .item.it-service .k-button {
      float: right;
      margin-top: 5px; }
    #widgets .item .tabstrip, #settings .item .tabstrip {
      border: none;
      background: none; }
      #widgets .item .tabstrip:focus, #settings .item .tabstrip:focus {
        box-shadow: none; }
      #widgets .item .tabstrip .k-content, #settings .item .tabstrip .k-content {
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0; }
        #widgets .item .tabstrip .k-content ul, #settings .item .tabstrip .k-content ul {
          margin: 10px 0 0 0; }
      #widgets .item .tabstrip li, #settings .item .tabstrip li {
        border: none; }
      #widgets .item .tabstrip .k-tabstrip-items .k-loading.k-complete, #settings .item .tabstrip .k-tabstrip-items .k-loading.k-complete {
        border: none; }
      #widgets .item .tabstrip .k-tabstrip-items, #settings .item .tabstrip .k-tabstrip-items {
        margin: 0; }
        #widgets .item .tabstrip .k-tabstrip-items > .k-item, #settings .item .tabstrip .k-tabstrip-items > .k-item {
          background: none; }
          #widgets .item .tabstrip .k-tabstrip-items > .k-item .k-link, #settings .item .tabstrip .k-tabstrip-items > .k-item .k-link {
            color: #505050;
            padding: 0;
            font-size: 1rem;
            opacity: 0.5;
            margin-right: 40px;
            padding-bottom: 10px; }
            @media screen and (max-width: 1660px) {
              #widgets .item .tabstrip .k-tabstrip-items > .k-item .k-link, #settings .item .tabstrip .k-tabstrip-items > .k-item .k-link {
                margin-right: 30px; } }
          @media screen and (max-width: 1600px) {
            #widgets .item .tabstrip .k-tabstrip-items > .k-item, #settings .item .tabstrip .k-tabstrip-items > .k-item {
              width: 33.33%;
              text-align: center; }
              #widgets .item .tabstrip .k-tabstrip-items > .k-item .k-link, #settings .item .tabstrip .k-tabstrip-items > .k-item .k-link {
                margin: 0;
                text-align: center; } }
          #widgets .item .tabstrip .k-tabstrip-items > .k-item.k-state-active .k-link, #settings .item .tabstrip .k-tabstrip-items > .k-item.k-state-active .k-link {
            opacity: 1;
            border-bottom: 1px solid #2ebee9;
            border-radius: 0; }
          #widgets .item .tabstrip .k-tabstrip-items > .k-item:last-child .k-link, #settings .item .tabstrip .k-tabstrip-items > .k-item:last-child .k-link {
            margin-right: 0; }
    #widgets .item .message, #settings .item .message {
      display: block;
      margin-bottom: 15px; }
    #widgets .item .sub-title, #settings .item .sub-title {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      #widgets .item .sub-title a, #settings .item .sub-title a {
        float: right; }
  #widgets #W_2 .k-button, #settings #W_2 .k-button {
    float: right;
    margin-top: 10px; }

/*-- / widgets --*/
#news-feed {
  display: block;
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 999px) {
    #news-feed {
      width: 350px;
      width: calc(33.33% - 60px / 3);
      padding-top: 62px;
      z-index: 2; } }
  @media screen and (min-width: 1260px) {
    #news-feed {
      padding-top: 72px;
      width: 400px;
      width: calc(33.33% - 250px / 3); } }
  #news-feed .inner {
    position: relative;
    height: 100%; }
  #news-feed .news-item {
    display: block;
    width: 100%;
    height: 25%;
    min-height: 200px;
    position: relative;
    background-size: cover; }
    @media screen and (min-width: 699px) {
      #news-feed .news-item {
        width: 50%;
        min-height: 300px;
        float: left; } }
    @media screen and (min-width: 999px) {
      #news-feed .news-item {
        width: 100%;
        min-height: 200px;
        float: none; } }
    #news-feed .news-item .title {
      display: table;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px;
      line-height: 1.6rem;
      z-index: 1;
      text-shadow: 1px 1px 5px #000000; }
      #news-feed .news-item .title h3 {
        margin: 0;
        font-size: 1.35rem;
        display: table-cell;
        vertical-align: middle;
        color: white; }
    #news-feed .news-item:after {
      display: block;
      content: '';
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: -1px;
      opacity: 0.7;
      background: #000;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/*-- / news-feed --*/
#home-tabs {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: white;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 999px) {
    #home-tabs {
      display: none; } }
  #home-tabs ul {
    margin: 0;
    padding: 0; }
    #home-tabs ul li {
      display: inline-block;
      width: 33.33%;
      float: left;
      list-style: none;
      text-align: center;
      cursor: pointer;
      font-size: 1rem;
      height: 50px;
      font-weight: 700;
      opacity: 0.7;
      color: #505050; }
      #home-tabs ul li.active {
        opacity: 1;
        border-bottom: 1px solid #2ebee9; }

#timetable, #widgets, #news-feed {
  display: none;
  top: 104px;
  position: fixed;
  padding-bottom: 104px; }
  @media screen and (min-width: 999px) {
    #timetable, #widgets, #news-feed {
      display: block;
      top: 0px;
      padding-bottom: 0; } }
  @media screen and (min-width: 1260px) {
    #timetable, #widgets, #news-feed {
      top: 0px; } }
  #timetable.active, #widgets.active, #news-feed.active {
    display: inherit; }

#settings {
  display: none;
  background: white;
  z-index: 999999;
  top: 0; }
  #settings.active {
    display: block; }
  @media screen and (min-width: 999px) {
    #settings {
      z-index: 2;
      top: 0px; } }
  @media screen and (min-width: 1260px) {
    #settings {
      top: 0px; } }
  #settings .heading {
    position: fixed;
    z-index: 2;
    width: 100%; }
    @media screen and (min-width: 999px) {
      #settings .heading {
        width: 60%;
        padding-right: 350px;
        padding: calc(0px);
        width: calc(33.33% - 60px / 3); }
        #settings .heading h3.title {
          height: 80px;
          line-height: 80px; }
          #settings .heading h3.title a {
            top: 22px;
            right: 22px; } }
    @media screen and (min-width: 1260px) {
      #settings .heading {
        padding-right: 400px;
        padding: calc(0px);
        width: calc(33.33% - 250px / 3); } }
  #settings ul {
    margin: 80px 0 0 0;
    padding: 0; }
  #settings ul li {
    margin: 0;
    padding: 15px 90px 15px 30px;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    color: #505050;
    font-weight: 700;
    position: relative;
    font-size: 1.15rem; }
  #settings ul > li:first-child {
    font-weight: 400;
    border-bottom: none;
    padding: 30px 30px 20px 30px;
    font-size: 1rem; }
  #settings ul li .km-switch {
    position: absolute;
    right: 30px;
    top: 15px; }

#news-popout {
  visibility: hidden;
  position: fixed;
  padding-top: 50px;
  width: 100%;
  z-index: 100;
  background: white;
  height: 100%;
  padding-bottom: 50px;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
  transition: all 0.8s ease-in-out, margin 0.8s ease-in-out; }
  @media screen and (min-width: 999px) {
    #news-popout {
      top: 0px;
      width: 100%;
      padding-right: 410px;
      padding-top: 62px;
      padding-bottom: 0px;
      padding-right: calc(0px);
      width: calc(66.66% - 60px / 1.5);
      margin-left: 60px; } }
  @media screen and (min-width: 1260px) {
    #news-popout {
      width: 100%;
      width: calc(66.66% - 250px / 1.5);
      padding-top: 72px;
      padding-right: 600px;
      padding-right: calc(0px);
      margin-left: 250px; } }
  #news-popout.active {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out, margin 0.8s ease-in-out;
    transition: all 0.8s ease-in-out, margin 0.8s ease-in-out; }
  #news-popout .inner {
    overflow: auto;
    display: block;
    height: 100%; }
  #news-popout .close {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 65px;
    right: 25px;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s; }
    @media screen and (min-width: 699px) {
      #news-popout .close {
        margin-right: calc(0px); } }
    @media screen and (min-width: 999px) {
      #news-popout .close {
        top: 85px;
        right: 440px;
        right: calc(30px); } }
    @media screen and (min-width: 1260px) {
      #news-popout .close {
        top: 95px;
        right: 630px;
        right: calc(30px); } }
  #news-popout.active .close {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    transition-delay: 0.8s; }

.news-article {
  background: white; }
  .news-article .header {
    color: white;
    min-height: 290px;
    display: block;
    position: relative;
    background-size: cover; }
    @media screen and (min-width: 699px) {
      .news-article .header {
        min-height: 400px; } }
    .news-article .header:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0; }
    .news-article .header .text {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 30px;
      z-index: 1; }
      @media screen and (min-width: 699px) {
        .news-article .header .text {
          padding: 60px; } }
      .news-article .header .text h1 {
        margin: 0;
        color: white;
        letter-spacing: -1px;
        margin-bottom: 15px;
        font-size: 2.5rem;
        line-height: 2.3rem;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
        @media screen and (min-width: 699px) {
          .news-article .header .text h1 {
            font-size: 3.4rem;
            line-height: 3rem; } }
        @media screen and (min-width: 1260px) {
          .news-article .header .text h1 {
            font-size: 4rem;
            line-height: 3.2rem;
            margin-bottom: 30px; } }
      .news-article .header .text .info {
        text-shadow: 1px 1px 5px #000000; }
        .news-article .header .text .info .published {
          font-weight: 700; }
        .news-article .header .text .info .likes {
          display: inline;
          font-size: 1.3rem; }
          .news-article .header .text .info .likes span {
            cursor: pointer;
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url("../img/icons/help.svg") no-repeat;
            background-size: contain;
            position: relative;
            top: 6px;
            margin: 0 5px 0 20px; }
            .news-article .header .text .info .likes span.like {
              background: url("../img/icons/like.svg") no-repeat; }
  .news-article .article-content {
    padding: 30px; }
    @media screen and (min-width: 699px) {
      .news-article .article-content {
        padding: 60px; } }
    .news-article .article-content .intro {
      display: block;
      font-size: 1.2rem;
      margin-bottom: 40px; }
      @media screen and (min-width: 699px) {
        .news-article .article-content .intro {
          font-size: 1.4rem; } }
    .news-article .article-content p {
      line-height: 1.8rem; }
    .news-article .article-content .tags span {
      padding: 6px 15px; }

#content {
  display: none; }

#tour {
  position: absolute;
  z-index: 999990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: white;
  text-align: center;
  background: #222834;
  background: -moz-linear-gradient(45deg, #222835 0%, #272f3d 100%);
  background: -webkit-linear-gradient(45deg, #222835 0%, #272f3d 100%);
  background: linear-gradient(45deg, #222835 0%, #272f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222835', endColorstr='#272f3d',GradientType=1 ); }
  #tour .steps {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px;
    vertical-align: middle; }
    #tour .steps.active {
      display: table; }
    #tour .steps .contents {
      display: table-cell;
      height: auto;
      width: 100%;
      vertical-align: middle;
      padding-bottom: 60px; }
      @media screen and (min-width: 999px) {
        #tour .steps .contents {
          padding: 0 250px; } }
  @media screen and (min-width: 999px) {
    #tour #step1 h1 {
      margin-top: -100px; } }
  #tour h1, #tour h2, #tour h3, #tour a {
    color: white; }
  @media screen and (min-width: 699px) {
    #tour h1 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 999px) {
    #tour h1 {
      font-size: 3.5rem; } }
  #tour h2 {
    font-weight: 500;
    line-height: 2rem; }
    @media screen and (min-width: 999px) {
      #tour h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem; } }
  @media screen and (min-width: 999px) {
    #tour p {
      font-size: 1.2rem; } }
  #tour .k-button {
    font-size: 1.1rem;
    padding: 10px 25px; }
    @media screen and (min-width: 999px) {
      #tour .k-button {
        font-size: 1.4rem;
        padding: 10px 30px;
        margin: 1rem 0; } }
  #tour .k-button.outline {
    border-color: white;
    color: white; }
    #tour .k-button.outline:hover, #tour .k-button.outline:focus, #tour .k-button.outline:active {
      border-color: white !important;
      color: white; }
  #tour .intro-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    @media screen and (min-width: 999px) {
      #tour .intro-icon {
        width: 140px;
        height: 140px; } }
  #tour .options {
    max-width: 270px;
    margin: 40px auto 0 auto;
    padding-bottom: 70px; }
    #tour .options a {
      display: block;
      margin: 15px 0;
      padding: 5px 10px;
      font-size: 1rem;
      border-color: rgba(177, 177, 177, 0.5) !important; }
      #tour .options a:hover, #tour .options a:focus, #tour .options a:active {
        border-color: rgba(177, 177, 177, 0.5) !important; }
      #tour .options a.selected {
        background: white;
        color: #242b39;
        border-color: #b1b1b1 !important; }
  #tour .paging {
    margin: 50px 0; }
    #tour .paging span {
      display: inline-block;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      border: 2px solid white;
      margin: 0 10px; }
      #tour .paging span.active {
        border: none;
        background: #007BC7;
        background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
        background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
        background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
        background-repeat: repeat-x; }
  #tour .finish {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #007BC7;
    background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
    background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
    background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
    background-repeat: repeat-x;
    outline: none;
    width: 100%;
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    #tour .finish:hover, #tour .finish:focus, #tour .finish:active {
      border: none !important; }
    #tour .finish.active {
      opacity: 1; }
    #tour .finish:after {
      content: '';
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 55px;
      -webkit-box-shadow: 0px -20px 50px 0px #232a37;
      -moz-box-shadow: 0px -20px 50px 0px #232a37;
      box-shadow: 0px -20px 50px 0px #232a37; }
  #tour .skip {
    display: block;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%; }

.k-ie11 #news-feed .inner:hover a {
  width: calc(100% + 17px); }

.k-ie11 #timetable .inner:hover .day {
  width: calc(100% + 17px); }

.k-ie11 #widgets .inner:hover .item.k-item {
  width: calc(100% + 17px); }

.k-ie11 #settings .inner:hover li {
  width: calc(100% + 17px); }

.k-edge #news-feed .inner:hover a {
  width: calc(100% + 12px); }

.k-edge #timetable .inner:hover .day {
  width: calc(100% + 17px); }

.k-edge #widgets .inner:hover .item.k-item {
  width: calc(100% + 12px); }

.k-edge #settings .inner:hover li {
  width: calc(100% + 12px); }

.k-webkit #news-feed .inner:hover a {
  width: calc(100% + 10px); }
  @media screen and (min-width: 699px) {
    .k-webkit #news-feed .inner:hover a {
      width: 50%; } }
  @media screen and (min-width: 999px) {
    .k-webkit #news-feed .inner:hover a {
      width: calc(100% + 10px); } }

.k-safari #news-feed .inner:hover a {
  width: calc(100% + 11px); }

.touch .inner {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .touch .inner:hover {
    overflow-y: scroll; }

/*-- No timetable --*/
#no-timetable .left {
  display: none; }
#no-timetable #home-tabs ul li {
  width: 50%; }
@media screen and (min-width: 999px) {
  #no-timetable #widgets, #no-timetable #settings {
    width: calc(50% - 60px / 2);
    left: 60px; } }
@media screen and (min-width: 1260px) {
  #no-timetable #widgets, #no-timetable #settings {
    width: calc(50% - 250px / 2);
    left: 250px; } }
@media screen and (min-width: 999px) {
  #no-timetable #news-feed {
    width: calc(50% - 60px / 2); } }
@media screen and (min-width: 1260px) {
  #no-timetable #news-feed {
    width: calc(50% - 250px / 2); }
    #no-timetable #news-feed .news-item {
      height: 33.33%; } }
@media screen and (min-width: 999px) {
  #no-timetable #settings .heading {
    width: calc(50% - 60px / 2); } }
@media screen and (min-width: 1260px) {
  #no-timetable #settings .heading {
    width: calc(50% - 250px / 2); } }
@media screen and (min-width: 999px) {
  #no-timetable #news-popout {
    width: calc(50% - 60px / 2); } }
@media screen and (min-width: 1260px) {
  #no-timetable #news-popout {
    width: calc(50% - 250px / 2); } }

#news.row {
  margin-left: -0.75rem;
  margin-right: -.75rem; }
#news .column, #news .columns {
  padding-left: 0.925rem;
  padding-right: 0.925rem; }
@media screen and (min-width: 1000px) {
  #news .large-3 {
    width: 33.33%; } }
@media screen and (min-width: 1400px) {
  #news .large-3 {
    width: 25%; } }
#news a {
  color: #505050; }
#news .news-block {
  margin-bottom: 1.85rem; }
#news .news-item {
  background: white;
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  #news .news-item:hover {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  #news .news-item .news-img {
    height: 200px;
    color: white;
    background-size: cover;
    position: relative; }
    #news .news-item .news-img:after {
      display: block;
      content: '';
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0;
      opacity: 0.7;
      background: #000;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #news .news-item .news-img .title {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px;
      line-height: 1.3rem;
      z-index: 1; }
      #news .news-item .news-img .title h3 {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        color: white; }
  #news .news-item .news-content {
    padding: 20px;
    overflow: auto; }
    #news .news-item .news-content p {
      margin-top: 0; }
  #news .news-item .likes {
    display: block;
    float: right; }
    #news .news-item .likes span {
      cursor: pointer;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img/icons/heart_black.svg") no-repeat;
      background-size: contain;
      position: relative;
      top: 4px;
      margin: 0 5px 0 0px;
      opacity: 0.5; }
      #news .news-item .likes span.like {
        background: url("../img/icons/like_colour.svg") no-repeat;
        opacity: 1; }
  #news .news-item b {
    display: block;
    margin-bottom: 10px; }

.tags {
  float: left;
  width: calc(100% - 55px); }
  .tags span {
    display: inline-block;
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem; }

#tags {
  margin-bottom: 30px; }
  #tags h2 {
    float: left;
    margin: 0 15px 0 0; }
  #tags .tags {
    float: left;
    width: auto;
    margin: 4px; }
    #tags .tags span {
      margin-right: 5px;
      margin-bottom: 5px;
      opacity: 0.4;
      cursor: pointer;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      #tags .tags span.active, #tags .tags span:hover {
        opacity: 1; }

/*=== News details ===*/
#news-details .news-article .header {
  background-size: cover; }
  @media screen and (min-width: 999px) {
    #news-details .news-article .header {
      min-height: 45vh; } }
  @media screen and (min-width: 999px) {
    #news-details .news-article .header .text {
      padding: 60px 0;
      width: 66.66667%; } }
@media screen and (min-width: 999px) {
  #news-details .news-article .article-content {
    padding: 100px 0; } }

.tags {
  margin-top: 20px; }
  .tags span {
    margin-left: 5px; }
    .tags span:first-child {
      margin-left: 0; }
  .tags label input[type="checkbox"] {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.accommodation-tag {
  background: #007BC7;
  background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
  background-repeat: repeat-x; }

.general-tag {
  background: #f89e00;
  background-image: -webkit-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: -o-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: linear-gradient(to bottom, #e89401 0%, #c95100 100%);
  background-repeat: repeat-x; }

.careers-tag {
  background: #1b6b2b;
  background-image: -webkit-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: -o-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: linear-gradient(to bottom, #228736 0%, #1b6b2b 100%);
  background-repeat: repeat-x; }

.catering-tag {
  background: #f1157b;
  background-image: -webkit-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: -o-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: linear-gradient(to bottom, #f1157b 0%, #d00349 100%);
  background-repeat: repeat-x; }

.retail-tag {
  background: #9545c3;
  background-image: -webkit-linear-gradient(top, #9545c3 0%, #7234ae 100%);
  background-image: -o-linear-gradient(top, #9545c3 0%, #7234ae 100%);
  background-image: linear-gradient(to bottom, #9545c3 0%, #7234ae 100%);
  background-repeat: repeat-x; }

.sport-tag {
  background: #fc3737;
  background-image: -webkit-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: -o-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: linear-gradient(to bottom, #fc3737 0%, #db0000 100%);
  background-repeat: repeat-x; }

#software-downloads {
  background: white;
  padding: 0px 0 10px 0;
  height: 100%;
  overflow: auto; 
  font-weight:normal;}

  #software-downloads:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    z-index: -1; }

    #software-downloads > .k-header {
        font-weight:normal;
    }

    #software-downloads span {
        font-weight:normal;
    }

    #software-downloads > div.k-content {
        padding-top: 10px;
    }

    #software-downloads ul {
        padding-bottom:25px;
    }
  
    img.software-icon {
        object-fit: scale-down;
        text-align: center;
        border-radius: 50%;
        width: 100px;
        padding: 10px;
    }

    #software-downloads li.k-state-active img.software-icon {
        background-color: lightgray;
    }

    div.softwareDownloadTile {
        vertical-align: top;
        display: inline-block;
        text-align: center;
        width: 150px;
        cursor: pointer;       
    }

    .softwareDownloadTile img {
        width: 125px;
        height: 125px;
    }

    .softwareDownloadTile span {
        display: block;
        padding-bottom: 10px;
        font-weight: 600 !important;
    }
            
    table.software-download-table {
        border: 1px solid #ededed;
        text-align: left;
        padding-top: 10px;
        border-collapse: inherit;
    }

    table.software-download-table th {
        font-weight: bold;
        padding: 8px;
        background-color: #222834;
        color: white;
    }

    table.software-download-table td {
        font-weight: normal;
        padding: 8px;
    }

    table.software-download-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table.software-download-table tr:hover {
        background-color: #ededed;
    }

    .featured-software {
        background-color: #fff100;
        color: #222834;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    #software-downloads > .k-tabstrip-items {
        padding-bottom: 20px !important;
    }

    #software-downloads > .k-dialog > p, #software-downloads > span {
        padding: 5px;
    }

    .acceptSoftwareDownloadTerms {
        padding-left: 20px;
        padding-right: 20px;
    }




#help-categories {
  background: white;
  padding: 50px 0 10px 0;
  height: 100%;
  overflow: auto; }
  #help-categories:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    z-index: -1; }
  
.help-category {
  text-align: center;
  margin-bottom: 40px; }


.help-icon div {
  display: inline-block;
  background: #007BC7;
  background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
  background-repeat: repeat-x;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  .help-icon div img {
    height: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 17px; }
.help-icon:hover div {
  -ms-transform: scale(1.15, 1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15, 1.15);
  /* Safari */
  transform: scale(1.15, 1.15); }
.help-icon h3 {
  color: #505050; }
.help-icon.it img {
  height: 44px;
  top: 18px; }
.help-icon.library img {
  height: 44px;
  top: 18px; }
.help-icon.complaint img {
  height: 44px;
  top: 18px; }
.help-icon.employment img {
  height: 39px;
  top: 18px; }
.help-icon.health img {
  height: 43px;
  top: 20px; }
.help-icon.accommodation img {
  height: 46px;
  top: 14px; }
.help-icon.enrolment img {
  height: 49px;
  top: 15px;
  left: 1px; }
.help-icon.international img {
  height: 48px;
  top: 16px; }
.help-icon.dual-refresh img {
  height: 46px;
  top: 16px; }
.help-icon.plus img {
  height: 46px;
  top: 16px; }
.help-icon.spyglass img {
  height: 46px;
  top: 16px; }
.help-icon.tick img {
  height: 46px;
  top: 16px; }

.help-icon-black div {
  display: inline-block;
  background: #A0A0A0;
  background-image: -webkit-linear-gradient(top, #A0A0A0 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #A0A0A0 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #A0A0A0 0%, #000000 100%);
  background-repeat: repeat-x;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }

#contact-panel .panel-contents, #feedback-panel .panel-contents {
  display: block;
  background: #ededed;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition-delay: 0.3s; }
  @media screen and (min-width: 699px) {
    #contact-panel .panel-contents, #feedback-panel .panel-contents {
      width: 30%;
      min-width: 500px; } }
  #contact-panel .panel-contents h3.title, #feedback-panel .panel-contents h3.title {
    z-index: 2;
    padding: 0 25px;
    text-align: center;
    font-size: 1.5rem; }
  #contact-panel .panel-contents h2, #feedback-panel .panel-contents h2 {
    padding: 20px 30px;
    text-align: center;
    font-size: 1.3rem; }
  #contact-panel .panel-contents .back, #feedback-panel .panel-contents .back {
    position: relative;
    top: 4px; }
  #contact-panel .panel-contents .inner, #feedback-panel .panel-contents .inner {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%; }
    #contact-panel .panel-contents .inner ul, #feedback-panel .panel-contents .inner ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: none;
      text-align: center; }
    #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items {
      padding: 13px 15px 0 15px;
      background-color: white;
      width: 100%;
      box-sizing: border-box; }
      @media screen and (min-width: 1260px) {
        #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items {
          padding: 21px 30px 0px 30px; } }
      #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item {
        text-align: center;
        margin: 0;
        padding-bottom: 12px;
        width: 33.33%; }
        @media screen and (min-width: 699px) {
          #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item {
            width: auto;
            margin: 0 30px; } }
        @media screen and (min-width: 1260px) {
          #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item {
            width: auto;
            padding-bottom: 20px; } }
        #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-active, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-active {
          border-bottom: 1px solid #2ebee9; }
        #contact-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item .k-link, #feedback-panel .panel-contents .inner .k-tabstrip-wrapper .k-tabstrip-items .k-item .k-link {
          margin-right: 0;
          font-size: 1.2rem; }
    #contact-panel .panel-contents .inner > div div div, #feedback-panel .panel-contents .inner > div div div {
      padding: 30px;
      margin-top: 0; }
      #contact-panel .panel-contents .inner > div div div form li, #feedback-panel .panel-contents .inner > div div div form li {
        display: block;
        text-align: left; }
        #contact-panel .panel-contents .inner > div div div form li label, #feedback-panel .panel-contents .inner > div div div form li label {
          text-align: left;
          font-weight: 600;
          font-size: 1.1rem;
          padding-left: 10px; }
      #contact-panel .panel-contents .inner > div div div form textarea, #feedback-panel .panel-contents .inner > div div div form textarea {
        min-height: 150px;
        overflow-y: auto; }
      #contact-panel .panel-contents .inner > div div div form .k-button_green, #feedback-panel .panel-contents .inner > div div div form .k-button_green {
        float: right; }
    #contact-panel .panel-contents .inner .call-us h2, #feedback-panel .panel-contents .inner .call-us h2 {
      font-size: 1.3rem;
      padding: 0;
      margin-bottom: 40px; }
      #contact-panel .panel-contents .inner .call-us h2 span, #feedback-panel .panel-contents .inner .call-us h2 span {
        display: block;
        margin-top: 15px;
        font-weight: 500; }
    #contact-panel .panel-contents .inner .actions, #feedback-panel .panel-contents .inner .actions {
      padding: 20px 0; }

#contact-panel h3.title {
  position: relative; }
  #contact-panel h3.title span {
    display: inline-block;
    width: 28px;
    height: 36px;
    background: url("../img/icons/ask4help.png") no-repeat;
    background-size: contain;
    margin-right: 12px;
    position: relative;
    top: 9px; }
#contact-panel .email-us p {
  margin: 20px 0 40px 0; }

#alfform input {
  width: 100%;
  max-width: 100%; }
#alfform .pound-container {
  position: relative; }
  #alfform .pound-container input {
    text-indent: 20px; }
  #alfform .pound-container span {
    position: absolute;
    left: 15px;
    width: 24px;
    height: 24px; }

#results {
  background: white;
  padding: 30px 0 10px 0;
  height: 100%;
  overflow: auto; }
  #results:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    z-index: -1; }
  #results ul {
    padding: 0px 0 0 40px;
    margin-top: 30px; }
    @media screen and (min-width: 999px) {
      #results ul {
        margin-top: 40px; } }
    #results ul li {
      position: relative;
      list-style: none;
      margin-bottom: 30px; }
      #results ul li:before {
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/icons/results.svg");
        opacity: 0.5;
        position: absolute;
        top: 6px;
        left: -40px; }
      #results ul li h3 {
        font-size: 1.4rem;
        margin: 0 0 12px 0; }
      #results ul li a {
        color: #505050; }
      #results ul li p {
        margin: 0; }

.search-count {
  font-size: 1.1rem; }

#documents-panel {
  z-index: 10000001; }
  #documents-panel .panel-container {
    z-index: 10000001; }

#documents-panel .panel-contents {
  display: block;
  background: white;
  width: 100%;
  /*position: fixed;*/
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition-delay: 0.3s; }
  #documents-panel .panel-contents h3.title {
    z-index: 2;
    padding: 0 20px; }
    @media screen and (min-width: 699px) {
      #documents-panel .panel-contents h3.title {
        padding: 0 25px; } }
  #documents-panel .panel-contents .back {
    position: relative;
    top: 4px; }
  #documents-panel .panel-contents .inner {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%; }
    #documents-panel .panel-contents .inner ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 100%; }
      #documents-panel .panel-contents .inner ul li {
        background: #fff;
        float: left;
        padding: 20px;
        width: 100%;
        border-bottom: 1px solid #e0e0e0; }
        #documents-panel .panel-contents .inner ul li a {
          color: #2e6ca2; }
        #documents-panel .panel-contents .inner ul li .added {
          float: right;
          font-size: 0.9rem; }

#enquiry-panel .panel-contents {
  display: block;
  background: white;
  width: 100%;
  /*position: fixed;*/
  top: 0;
  z-index: 100005;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition-delay: 0.3s; }
  #enquiry-panel .panel-contents h3.title {
    z-index: 2;
    height: 72px;
    line-height: initial;
    padding: 0 60px 0 25px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 699px) {
      #enquiry-panel .panel-contents h3.title {
        padding: 0 25px; } }
  #enquiry-panel .panel-contents .info {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0px 20px 25px 20px;
    margin: 0;
    background: white;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 699px) {
      #enquiry-panel .panel-contents .info {
        padding: 0px 30px 25px 30px; } }
    #enquiry-panel .panel-contents .info li {
      display: inline-block;
      margin-right: 20px;
      color: #7e7e7e; }
      #enquiry-panel .panel-contents .info li:nth-child(2) {
        display: none; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .info li:nth-child(2) {
            display: inline-block; } }
      #enquiry-panel .panel-contents .info li:last-child {
        margin-right: 0;
        float: right; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .info li:last-child {
            float: none; } }
        #enquiry-panel .panel-contents .info li:last-child span:last-child {
          display: none; }
          @media screen and (min-width: 699px) {
            #enquiry-panel .panel-contents .info li:last-child span:last-child {
              display: inline; } }
      #enquiry-panel .panel-contents .info li b {
        margin-right: 5px;
        color: #505050; }
      #enquiry-panel .panel-contents .info li.attachments {
        cursor: pointer; }
      #enquiry-panel .panel-contents .info li .attachment {
        top: 2px; }
  #enquiry-panel .panel-contents .inner {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    bottom: 0px;
    position: absolute;
    height: calc(100% - 127px);
    width: 100%;
    padding-top: 127px;
    padding-top: calc(0px); }
    @media screen and (min-width: 699px) {
      #enquiry-panel .panel-contents .inner {
        height: calc(100% - 137px);
        padding-top: 137px;
        padding-top: calc(0px); } }
    #enquiry-panel .panel-contents .inner .k-tabstrip {
      top: 0;
      background: white;
      width: 100%; }
    #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .k-content {
      margin: 0;
      padding-top: 0; }
    #enquiry-panel .panel-contents .inner .k-tabstrip-items {
      position: fixed;
      top: 72px;
      height: 55px;
      -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
      background: white;
      display: flex;
      overflow: hidden; }
      @media screen and (min-width: 699px) {
        #enquiry-panel .panel-contents .inner .k-tabstrip-items {
          height: 65px; } }
      #enquiry-panel .panel-contents .inner .k-tabstrip-items .k-loading {
        display: none !important; }
      #enquiry-panel .panel-contents .inner .k-tabstrip-items li {
        padding: 0;
        display: inline-block;
        width: 33.33%;
        text-align: center;
        background: none;
        flex: 1; }
        #enquiry-panel .panel-contents .inner .k-tabstrip-items li:first-child {
          border-right: 1px solid #ececec; }
        #enquiry-panel .panel-contents .inner .k-tabstrip-items li:last-child {
          border-left: 1px solid #ececec; }
        #enquiry-panel .panel-contents .inner .k-tabstrip-items li span {
          margin: 0;
          display: block;
          font-size: 0.9rem;
          height: 55px;
          line-height: 55px; }
          @media screen and (min-width: 699px) {
            #enquiry-panel .panel-contents .inner .k-tabstrip-items li span {
              font-size: 1.1rem;
              height: 65px;
              line-height: 65px; } }
          #enquiry-panel .panel-contents .inner .k-tabstrip-items li span.badge {
            display: none; }
            @media screen and (min-width: 699px) {
              #enquiry-panel .panel-contents .inner .k-tabstrip-items li span.badge {
                display: block;
                position: absolute;
                height: 20px;
                line-height: 20px;
                font-size: 12px;
                top: 10px;
                right: 10px; } }
      #enquiry-panel .panel-contents .inner .k-tabstrip-items .k-state-active:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 1px;
        background: #2ebee9;
        bottom: 1px; }
    #enquiry-panel .panel-contents .inner .actions-panel ul {
      padding: 20px 0 0 0; }
    #enquiry-panel .panel-contents .inner .actions-panel li {
      padding: 15px 25px 15px 25px;
      background: white; }
      #enquiry-panel .panel-contents .inner .actions-panel li .k-checkbox-label {
        margin: 0; }
    #enquiry-panel .panel-contents .inner .actions-panel .actions {
      padding: 30px;
      clear: both; }
      #enquiry-panel .panel-contents .inner .actions-panel .actions .k-button:last-child {
        float: right; }
    #enquiry-panel .panel-contents .inner .documents-panel li {
      background: white;
      border-bottom: 1px solid #e6e6e6;
      padding: 15px 25px 15px 25px; }
      @media screen and (min-width: 699px) {
        #enquiry-panel .panel-contents .inner .documents-panel li {
          padding: 25px 30px 25px 25px; } }
      #enquiry-panel .panel-contents .inner .documents-panel li a {
        display: block;
        font-size: 0.9rem; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .inner .documents-panel li a {
            display: inline;
            padding-right: 5px;
            font-size: 1rem; } }
      #enquiry-panel .panel-contents .inner .documents-panel li .attachment {
        display: none; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .inner .documents-panel li .attachment {
            display: inline-block; } }
      #enquiry-panel .panel-contents .inner .documents-panel li .added {
        float: left;
        text-align: left;
        width: auto;
        padding-top: 6px;
        font-size: 0.8rem; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .inner .documents-panel li .added {
            float: right;
            width: 90px;
            text-align: right;
            padding-top: 0;
            font-size: 0.9rem; } }
    #enquiry-panel .panel-contents .inner ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 100%; }
      #enquiry-panel .panel-contents .inner ul li {
        background: #ebebeb;
        float: left;
        padding: 25px 20px 15px 20px;
        width: 100%;
        box-sizing: border-box; }
        @media screen and (min-width: 699px) {
          #enquiry-panel .panel-contents .inner ul li {
            padding: 25px 30px 15px 25px; } }
        #enquiry-panel .panel-contents .inner ul li a {
          color: #2e6ca2; }
        #enquiry-panel .panel-contents .inner ul li.student {
          background: #f7f7f7; }
        #enquiry-panel .panel-contents .inner ul li p {
          color: #171717;
          display: block;
          line-height: 1.5rem;
          font-size: 0.9rem; }
        #enquiry-panel .panel-contents .inner ul li .k-file {
          background-color: #ffffff;
          border-color: #e6e6e6;
          padding: 5px 10px;
          border: 1px solid #dadada;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          margin: 10px 0;
          font-size: 0.9rem; }
        #enquiry-panel .panel-contents .inner ul li.confirmation {
          background: white;
          text-align: left;
          padding: 10px 20px 5px 20px; }
          @media screen and (min-width: 699px) {
            #enquiry-panel .panel-contents .inner ul li.confirmation {
              padding: 10px 30px 5px 23px; } }
        #enquiry-panel .panel-contents .inner ul li .user .name {
            display: inline;
            font-weight: 700;
        }
        #enquiry-panel .panel-contents .inner ul li .user .timestamp {
          float: right; }
          #enquiry-panel .panel-contents .inner ul li .user .timestamp span {
            font-size: 0.8rem; }
            #enquiry-panel .panel-contents .inner ul li .user .timestamp span:first-child {
              margin-right: 10px; }
        #enquiry-panel .panel-contents .inner ul li.respond {
          background: white;
          padding: 20px;
          width: 100%; }
          @media screen and (min-width: 699px) {
            #enquiry-panel .panel-contents .inner ul li.respond {
              padding: 20px 25px; } }
          @media screen and (min-width: 1260px) {
            #enquiry-panel .panel-contents .inner ul li.respond {
              padding: 25px; } }
          #enquiry-panel .panel-contents .inner ul li.respond .actions {
            text-transform: uppercase;
            color: #505050;
            font-weight: 700;
            padding: 0; }
            #enquiry-panel .panel-contents .inner ul li.respond .actions a {
              color: #505050; }
              #enquiry-panel .panel-contents .inner ul li.respond .actions a.reply {
                float: right; }
                #enquiry-panel .panel-contents .inner ul li.respond .actions a.reply:before {
                  content: '';
                  display: inline-block;
                  width: 20px;
                  height: 15px;
                  margin-right: 7px;
                  background: url("../img/icons/reply.svg");
                  background-size: cover; }
            #enquiry-panel .panel-contents .inner ul li.respond .actions .default {
              display: none; }
              #enquiry-panel .panel-contents .inner ul li.respond .actions .default.active {
                display: block; }
          #enquiry-panel .panel-contents .inner ul li.respond .response {
            display: none; }
            #enquiry-panel .panel-contents .inner ul li.respond .response.active {
              display: block; }
            #enquiry-panel .panel-contents .inner ul li.respond .response textarea {
              border: none;
              padding: 0;
              font-weight: 400;
              color: #171717;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              -ms-border-radius: 0;
              border-radius: 0;
              resize: none;
              min-height: 200px;
              margin-bottom: 20px; }
              @media screen and (min-width: 999px) {
                #enquiry-panel .panel-contents .inner ul li.respond .response textarea {
                  min-height: 150px; } }
              @media screen and (min-width: 1260px) {
                #enquiry-panel .panel-contents .inner ul li.respond .response textarea {
                  min-height: 200px; } }
              #enquiry-panel .panel-contents .inner ul li.respond .response textarea:hover, #enquiry-panel .panel-contents .inner ul li.respond .response textarea:focus {
                box-shadow: none; }
            #enquiry-panel .panel-contents .inner ul li.respond .response a.discard {
              font-size: 0.9rem;
              margin-top: 10px; }
            #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload {
              position: relative;
              float: left;
              width: 100%;
              display: block; }
              #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action) {
                display: inline-block;
                padding: 0;
                margin: 0;
                background: 0;
                text-indent: -9999px;
                position: absolute;
                right: 90px;
                bottom: -30px;
                width: 95px; }
                @media screen and (min-width: 699px) {
                  #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action) {
                    right: 135px;
                    width: 115px; } }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action):before {
                  display: block;
                  content: '';
                  width: 18px;
                  height: 18px;
                  background: url("../img/icons/attachment.svg");
                  position: relative;
                  margin-right: 5px;
                  opacity: 0.5; }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action):after {
                  display: block;
                  content: 'attach';
                  position: absolute;
                  top: -3px;
                  left: 25px;
                  color: #505050;
                  text-indent: 0;
                  font-weight: 600;
                  font-size: 1.1rem;
                  text-transform: capitalize; }
                  @media screen and (min-width: 699px) {
                    #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action):after {
                      content: 'attach file'; } }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-button:not(.k-upload-action) span {
                  display: none; }
              #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-upload-files {
                float: left;
                position: relative;
                bottom: 15px;
                margin-top: 15px;
                width: 100%;
                line-height: 2.2; }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-upload-files .k-button {
                  margin-right: 0;
                  min-width: inherit;
                  padding-right: 0; }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-upload-files .k-filename {
                  max-width: 210px; }
              #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-file {
                padding: 0;
                background: none;
                border: none;
                text-transform: initial; }
                #enquiry-panel .panel-contents .inner ul li.respond .response .k-upload .k-file .k-icon.k-i-close {
                  top: 5px; }
      #enquiry-panel .panel-contents .inner ul .options {
        background: none;
        padding: 0px 30px 0px 25px; }
        #enquiry-panel .panel-contents .inner ul .options li {
          background: none;
          padding: 10px 0; }
    #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content {
      padding: 30px; }
      #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content ul {
        float: none;
        overflow: auto;
        line-height: 2rem; }
        #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content ul li {
          padding: 0;
          font-weight: 400;
          background: transparent; }
          #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content ul li b {
            margin-right: 5px; }
      #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content div {
        margin-top: 10px; }
        #enquiry-panel .panel-contents .inner .k-tabstrip-wrapper .about-content div p {
          line-height: 1.4rem; }

#enquiries-table, #feedback-table {
  margin-top: 25px; }
  #enquiries-table .empty h2, #feedback-table .empty h2 {
    margin-bottom: 10px; }
  #enquiries-table .k-grid.active, #feedback-table .k-grid.active {
    display: inherit; }

.appointments col:nth-child(2), .appointments .k-grid-header th.k-header:nth-child(2) {
  width: 115px; }

.avatar {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .avatar img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }

.panel {
  position: fixed;
  top: 0;
  visibility: hidden;
  transition: visibility 0s 0.6s;
  z-index: 10000000; }
  .panel .panel-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition-property: transform;
    transition-duration: 0.3s;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    z-index: 100005; }
    @media screen and (min-width: 699px) {
      .panel .panel-container {
        width: 30%;
        min-width: 500px; } }
    .panel .panel-container .panel-contents {
      height: 100%; }
  .panel.active {
    transition: visibility 0s 0s;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel.active .panel-container {
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0); }

#contact-panel h1 {
  font-size: 1.3em; }

.k-ie11 .back, .k-edge .back {
  position: relative;
  top: 4px;
  background-position-x: center; }

/* New */
.panel-contents .inner-overlay {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("./img/loading_2x.gif") no-repeat center;
  background-color: rgba(0, 0, 0, 0.6); }

.panel-contents .inner-overlay.active {
  display: block; }

.refresh-button {
  display: none; }
  @media screen and (min-width: 699px) {
    .refresh-button {
      display: block;
      position: absolute;
      top: 10px;
      right: 5px;
      z-index: 10000;
      width: 18px;
      height: 18px;
      background: url("../img/icons/refresh.svg") no-repeat center;
      cursor: pointer;
      opacity: 0.4;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .refresh-button:hover {
        opacity: 0.8; } }

/* Appointments */
.grid th .k-checkbox-label:before {
  margin: -3px 0px 0 0; }

.grid th input.k-checkbox {
  margin-top: -2px; }

.grid th .k-checkbox:checked + .k-checkbox-label:before {
  line-height: 26px;
  font-weight: 400; }

.grid input.k-checkbox {
  position: absolute;
  margin-top: 0px;
  width: 26px;
  height: 26px;
  z-index: 2; }

.grid .k-checkbox-label:before {
  margin: -5px 0px 0 0; }

.grid .k-checkbox-label {
  padding-left: 26px; }

#appointments {
  margin-top: 50px; }
  #appointments h3 {
    text-align: center; }
  #appointments #appointment-week {
    text-align: center;
    font-size: 1.1rem; }
  #appointments #appointment-weeks {
    text-align: center;
    margin: 5px 0 20px 0;
    overflow-y: hidden;
    white-space: nowrap; }
    @media screen and (min-width: 699px) {
      #appointments #appointment-weeks {
        overflow: auto;
        white-space: normal; } }
    #appointments #appointment-weeks b {
      display: none; }
      @media screen and (min-width: 699px) {
        #appointments #appointment-weeks b {
          display: inline-block;
          margin-right: 5px; } }
    #appointments #appointment-weeks ul {
      list-style: none;
      display: inline-block;
      padding: 0; }
      #appointments #appointment-weeks ul li {
        display: inline-block;
        background: white;
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin: 0 5px;
        border-radius: 30px;
        border: 1px solid #adb4b7;
        cursor: pointer;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease; }
        #appointments #appointment-weeks ul li.active {
          background: #007BC7;
          background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
          background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
          background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
          background-repeat: repeat-x;
          border: none;
          color: white;
          font-weight: 600; }
        #appointments #appointment-weeks ul li:hover {
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        #appointments #appointment-weeks ul li.disabled {
          opacity: 0.3;
          cursor: default; }
          #appointments #appointment-weeks ul li.disabled:hover {
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1); }
  #appointments .pagination {
    margin-top: 30px;
    display: block;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px; }
  #appointments .k-grid {
    overflow: auto; }

#events .k-widget * {
  box-sizing: border-box !important; }
#events .k-tabstrip-wrapper .k-header {
  box-sizing: border-box; }
#events .tabs li {
  line-height: 30px; }
  #events .tabs li a span:last-child {
    display: block; }

.event-listings > ul {
  list-style: none;
  padding: 0; }
  .event-listings > ul > li {
    background: white;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .event-listings > ul > li:hover {
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      -moz-transform: scale(1.01);
      -o-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -webkit-transform: scale(1.01);
      transform: scale(1.01); }
    .event-listings > ul > li .title {
      margin-bottom: 20px; }
      @media screen and (min-width: 699px) {
        .event-listings > ul > li .title {
          display: flex;
          justify-content: space-between; } }
    .event-listings > ul > li h3 {
      margin: 0; }
    .event-listings > ul > li .k-button {
      margin-top: 25px; }
    .event-listings > ul > li ul {
      list-style: none;
      padding: 0;
      margin-top: 25px; }
      .event-listings > ul > li ul li {
        margin-bottom: 10px; }
        .event-listings > ul > li ul li:last-child {
          margin-bottom: 0; }
.event-listings.registered > ul > li {
  position: relative;
  padding: 30px 30px 30px 100px; }
  .event-listings.registered > ul > li h3 {
    font-size: 1.3rem; }
  .event-listings.registered > ul > li .k-button {
    margin-top: 10px; }
    .event-listings.registered > ul > li .date {
        position: absolute;
        left: 30px;
    }
    .event-listings.registered > ul > li .date span:first-child {
      display: block;
      font-size: 2.2rem; }
    .event-listings.registered > ul > li .date span:last-child {
      font-size: 1.4rem;
      font-weight: 700;
      position: relative;
      top: -5px; }
  .event-listings.registered > ul > li ul {
    margin: 0 0 22px 0; }
    .event-listings.registered > ul > li ul li {
      display: inline;
      margin-right: 15px; }
      .event-listings.registered > ul > li ul li:last-child {
        margin-right: 0; }
      .event-listings.registered > ul > li ul li b {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-indent: -1000px;
        overflow: hidden;
        position: relative;
        opacity: 0.5; }
      .event-listings.registered > ul > li ul li:first-child b {
        background: url("../img/icons/timepicker.svg");
        background-size: contain;
        background-repeat: no-repeat;
        top: 5px;
        margin-right: 4px; }
      .event-listings.registered > ul > li ul li:last-child b {
        background: url("../img/icons/marker_black.svg");
        background-size: contain;
        background-repeat: no-repeat;
        top: 5px;
        left: 2px;
        margin-right: 3px; }
.event-listings .cancel {
  margin-right: 10px; }
.event-listings .cancel-form {
  display: none; }
  .event-listings .cancel-form h4 {
    font-size: 1.2rem;
    margin: 30px 0 25px 0; }
  .event-listings .cancel-form label {
    display: block;
    margin: 20px 0 15px;
    font-weight: 700; }

.search {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0;
  position: relative; }
  .search:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 16px;
    background: url("../img/icons/magnify.svg") no-repeat;
    background-size: contain;
    z-index: 1; }
  .search input {
    background: #fff;
    box-shadow: none;
    padding: 10px 45px;
    width: 100%;
    border: 1px solid #c2c2c2; }
    .search input:focus {
      border: 1px solid #a5a5a5; }
  .search .clear {
    display: none;
    width: 44px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer; }
    .search .clear span {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 16px;
      right: 16px;
      background: url("../img/icons/menu_close_black.svg") no-repeat;
      opacity: 0.5; }
    @media screen and (min-width: 999px) {
      .search .clear {
        width: 16px;
        height: 16px;
        right: 16px;
        top: 14px; }
        .search .clear span {
          top: 0px;
          right: 0px; } }
  .search.search_category {
    margin: 0px 0 20px 0; }
    @media screen and (min-width: 999px) {
      .search.search_category {
        margin-top: 15px; } }
  .search.search-results {
    margin: 10px 0 40px 0; }

.search-introduction {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

#help-search {
  padding: 10px 0; }
  @media screen and (min-width: 1260px) {
    #help-search {
      padding: 30px 0; } }
  #help-search h1 {
    text-align: center;
    color: #505050; }
  #help-search .search {
    height: 50px;
    margin: 30px 0; }
    @media screen and (min-width: 999px) {
      #help-search .search {
        margin: 30px 0px; } }
    #help-search .search input {
      padding: 12px 45px 12px 55px; }
    #help-search .search:before {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 14px;
      left: 20px;
      opacity: 0.5; }
    #help-search .search .clear {
      top: 0px; }
      @media screen and (min-width: 999px) {
        #help-search .search .clear {
          top: 17px; } }

.bubble {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icons/bubble.svg");
  position: relative;
  margin-right: 6px;
  opacity: 0.5; }

.attachment {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icons/attachment.svg");
  position: relative;
  margin-right: 5px;
  opacity: 0.5; }

.back {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  background-position: 8px 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

table .bubble {
  top: 3px;
  margin-right: 6px; }
table .attachment {
  top: 3px;
  margin-right: 5px; }

.k-tabstrip-prev, .k-tabstrip-next {
  display: none !important; }

.tabs {
  margin: 30px 0 25px 0;
  padding: 0; }
  .tabs.events {
    padding-left: 1.85rem;
    padding-right: 1.85rem; }
  .tabs.k-tabstrip-items {
    margin-left: 0 !important; }
  .tabs li {
    list-style: none;
    display: inline-block;
    margin-right: 6px; }
    @media screen and (min-width: 699px) {
      .tabs li {
        margin-right: 25px; } }
    .tabs li:last-child {
      margin-right: 0;
      padding-right: 1.5rem !important; }
    .tabs li a {
      color: #505050;
      font-weight: 700;
      font-size: 1.1rem;
      opacity: 0.6;
      /*margin-right: 12px !important;*/
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      @media screen and (min-width: 699px) {
        .tabs li a {
          font-size: 1.15rem; } }
      .tabs li a span.count {
        display: inline-block;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        font-size: 1rem;
        margin-right: 4px;
        text-align: center;
        line-height: 30px; }
      .tabs li a.active {
        opacity: 1; }
      .tabs li a span:last-child {
        display: none; }
        @media screen and (min-width: 699px) {
          .tabs li a span:last-child {
            display: inline; } }
      .tabs li a:hover {
        opacity: 1; }
    .tabs li.k-state-active span.count {
      color: white;
      margin-right: 7px;
      background: #f89e00;
      background-image: -webkit-linear-gradient(top, #e89401 0%, #c95100 100%);
      background-image: -o-linear-gradient(top, #e89401 0%, #c95100 100%);
      background-image: linear-gradient(to bottom, #e89401 0%, #c95100 100%);
      background-repeat: repeat-x; }

.has-subnav {
	background: #F3F3F3;
}

.help-sub-categories a.k-button {
	margin-top: 15px;
}
.help-sub-categories-main a.k-button {
	margin-top: 15px;
}

.help-sub-categories ul {
    background-color: #FFFFFF;
	box-shadow: 2px 2px 6px lightgray;
}

.help-sub-categories-main ul {
    margin: 5px 5px 15px 20px;
    background-color: #FFFFFF;
	box-shadow: 2px 2px 6px lightgray;
}

.links {
  list-style: none;
  font-size: 0.95rem; }
  .links.popular, .links.sections {
    padding: 0; }
  .links li {
    margin: 10px 0px; }
    .links li h3 {
      font-size: 1.15rem; }
    .links li a {
      color: #2e6ca2; }
      .links li a:hover {
        color: #00577b; }
  .links.sections {
    font-size: 1.1rem;
    display: none; }
    @media screen and (min-width: 640px) {
      .links.sections {
        display: block; } }
    .links.sections li a {
      color: #505050;
      font-weight: 700;
      opacity: 0.7; }
      .links.sections li a.active {
        font-weight: 700;
        opacity: 1; }
      .links.sections li a:hover {
        opacity: 1; }

#pager {
    text-align: center;
    margin: 50px 0 30px 0;
    }
  #pager .count {
    display: inline-block; }
    #pager .count span {
      padding: 0 10px;
      font-size: 1.2rem; }
      #pager .count span:first-child {
        font-weight: 700; }
  #pager .k-button {
    width: 40px;
    min-width: 40px;
    padding: 0;
    margin: 0;
    text-indent: -999px;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px; }
    @media screen and (min-width: 699px) {
      #pager .k-button {
        width: auto;
        min-width: 130px;
        padding: 0; } }
    #pager .k-button:before {
      display: block;
      content: '';
      top: 12px;
      width: 8px;
      height: 15px;
      background: url("../img/icons/chevron.svg");
      position: absolute; }
    #pager .k-button.prev {
      padding: 0; }
      #pager .k-button.prev:before {
        left: 15px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      @media screen and (min-width: 699px) {
        #pager .k-button.prev {
          padding: 0 15px 0 30px;
          text-indent: 0; } }
    #pager .k-button.next {
      padding: 0; }
      #pager .k-button.next:before {
        right: 15px; }
      @media screen and (min-width: 699px) {
        #pager .k-button.next {
          padding: 0 30px 0 15px;
          text-indent: 0; } }

/* Form */
#form {
  padding-top: 20px; }
  #form h1.has-download .download {
    font-size: 1rem;
    float: right; }
    #form h1.has-download .download:before {
      display: inline-block;
      content: '';
      width: 20px;
      height: 20px;
      background: url("../img/icons/download.svg");
      position: relative;
      top: 4px;
      margin-right: 8px; }
    #form h1.has-download .download span {
      display: none; }
      @media screen and (min-width: 699px) {
        #form h1.has-download .download span {
          display: inline; } }
  #form .intro {
    margin-bottom: 30px; }
  #form section {
    padding: 30px 0 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    #form section:last-child:not(.actions) {
      border-top: none; }
    #form section h2 {
      margin-top: 0; }
    #form section .question h3 {
      margin-bottom: 0; }
    #form section .question .fieldlist:first-child {
      margin-bottom: 0; }
    #form section .question .search:before {
      opacity: 0.5; }
    #form section .question .description {
      padding: 20px 13px 0 20px; }
      #form section .question .description li {
        padding: 0; }
      #form section .question .description h4 {
        margin: 0 0 10px 0; }
      #form section .question .description p {
        font-weight: 600;
        margin-top: 0px; }
    #form section .question .scale .k-grid {
      padding: 5px 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      #form section .question .scale .k-grid table {
        min-width: 100%; }
      #form section .question .scale .k-grid th {
        padding: 0 16px; }
      #form section .question .scale .k-grid td .k-radio-label {
        margin-top: -20px; }
    #form section#checklist .question {
      padding: 30px 0 15px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      #form section#checklist .question h3 {
        margin: 0 0 15px 0; }
      #form section#checklist .question p {
        margin-top: 20px; }
  #form p {
    font-weight: 700;
    margin: 30px 0 10px; }
  #form i {
    font-size: 0.95rem;
    display: block;
    margin-bottom: 30px; }
  #form #disclaimer {
    margin: 0 0 20px 0; }
    #form #disclaimer .disclaimer {
      padding: 0; }
    #form #disclaimer label {
      font-style: italic;
      line-height: 1.3rem;
      font-size: 0.9rem;
      padding-left: 35px; }
      #form #disclaimer label:before {
        font-size: initial;
        font-style: initial; }
  #form .sub-questions {
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: -10px; }
    #form .sub-questions ul {
      padding: 0; }
      #form .sub-questions ul li {
        padding-bottom: 0;
        padding-left: 0; }
        #form .sub-questions ul li:last-child {
          padding-bottom: 10px; }
        #form .sub-questions ul li .k-checkbox-label, #form .sub-questions ul li .k-radio-label {
          margin-bottom: 15px; }
        #form .sub-questions ul li ul li:last-child {
          padding-bottom: 0; }
        #form .sub-questions ul li .fieldlist {
          margin: 0; }
        #form .sub-questions ul li div.columns {
          padding: 0; }
        #form .sub-questions ul li .row {
          margin: 0; }
        #form .sub-questions ul li button.add {
          margin-top: 20px; }
    #form .sub-questions p {
      margin: 20px 0 15px; }
    #form .sub-questions i {
      margin: 10px 0 0 0; }
  #form .actions .k-button_green {
    float: right; }
    @media screen and (min-width: 699px) {
      #form .actions .k-button_green {
        float: none; } }
  #form .assessment-added {
    list-style: none;
    margin: 30px 0;
    margin-bottom: 15px !important;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: white;
    padding: 0px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: calc(100% - 48px); }
    @media screen and (min-width: 699px) {
      #form .assessment-added {
        float: left;
        padding: 10px 30px;
        margin-top: 50px;
        margin-right: 1.5rem; } }
    @media screen and (min-width: 999px) {
      #form .assessment-added {
        width: 33.33333%;
        float: right; } }
    #form .assessment-added li {
      border-bottom: 1px solid #c3c3c3;
      padding: 15px 0; }
      #form .assessment-added li:first-child {
        border: none; }
      #form .assessment-added li h3 {
        margin-top: 0; }
      #form .assessment-added li:last-child {
        border-bottom: none; }
    #form .assessment-added .assessment-name {
      display: inline-block;
      font-weight: 700;
      font-size: 1rem;
      padding-right: 10px;
      line-height: 20px;
      padding-bottom: 10px; }
      @media screen and (min-width: 699px) {
        #form .assessment-added .assessment-name {
          width: calc(100% - 80px);
          padding-right: 20px;
          padding-bottom: 0; } }
    #form .assessment-added .remove {
      font-size: 14px;
      padding: 0px 10px;
      display: inline-block; }
      @media screen and (min-width: 699px) {
        #form .assessment-added .remove {
          float: right; } }
  #form .error {
    display: block;
    font-weight: 700;
    padding: 5px 10px 5px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -10px;
    position: relative;
    background: white;
    color: #b60000;
    border: 3px solid #b60000;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    #form .error span {
      display: block;
      content: '';
      width: 18px;
      height: 18px;
      background: url("../img/icons/error.svg");
      position: absolute;
      left: 11px;
      top: 8px; }
    #form .error:after, #form .error:before {
      top: 100%;
      left: 20px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #form .error:after {
      border-color: rgba(213, 32, 32, 0);
      border-top-color: white;
      border-width: 9px;
      margin-left: -9px; }
    #form .error:before {
      border-color: rgba(245, 37, 37, 0);
      border-top-color: #b60000;
      border-width: 13px;
      margin-left: -13px; }
  #form .notes {
    margin: 15px 0;
    position: relative; }
    #form .notes h4 {
      margin: 0; }
    #form .notes textarea {
      margin-top: 10px;
      padding-bottom: 50px; }
    #form .notes .k-delete {
      background: url("../img/icons/menu_close_black.svg") no-repeat;
      position: absolute;
      top: 5px;
      right: 0; }

.actions {
  padding: 30px 0; }
  .actions .k-button {
    padding: 8px 15px;
    font-size: 1rem;
    margin-right: 10px; }
    .actions .k-button:last-child {
      margin-right: 0; }
    @media screen and (min-width: 699px) {
      .actions .k-button {
        padding: 8px 20px;
        font-size: 1.1rem;
        min-width: 140px;
        margin-right: 20px; } }
    .actions .k-button.k-state-focused {
      padding: 8px 20px; }
  .actions.small {
    padding: 20px 0; }
    .actions.small .k-button {
      padding: 4px 20px;
      min-width: auto;
      font-size: 1rem; }

.confirmation {
  text-align: center;
  padding-top: 80px; }
  @media screen and (min-width: 699px) {
    .confirmation {
      padding: 90px 30px; } }
  @media screen and (min-width: 999px) {
    .confirmation {
      padding: 100px 0; } }
  .confirmation .plane-sent {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 40px; }

#article {
	background-color: white;
    padding-top: 20px;
}
    #article p, #article span, #article h1, #article h2, #article h3, #article h4, #article h5, #article a {
        font-family: 'azo-sans-web', sans-serif !important;
    }
    #article p, #article span {
        font-size: 16px !important;
    }
  #article .intro {
    margin-bottom: 30px; }
  #article .k-button {
    margin: 10px 0; }
  #article .helpful {
    margin-top: 40px; }
    @media screen and (min-width: 699px) {
      #article .helpful {
        margin-top: 30px; } }
    #article .helpful .title h3 {
      display: block; }
      @media screen and (min-width: 699px) {
        #article .helpful .title h3 {
          display: inline;
          margin-right: 15px; } }
    #article .helpful .title .k-button {
      min-width: 80px; }
      #article .helpful .title .k-button:nth-child(2) {
        margin-right: 10px; }
      #article .helpful .title .k-button.k-state-active {
        background: #007BC7;
        background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
        background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
        background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
        background-repeat: repeat-x;
        border: 1px solid #2BB6E3;
        color: white; }
    #article .helpful .k-button {
      margin: 0; }
  #article ul.fieldlist.columns {
    float: left;
    padding-left: 0;
    margin: 0; }
  #article .actions {
    padding: 0;
    overflow: auto;
    margin-top: 20px; }
  #article .documents {
    list-style: none;
    padding: 0; }
    #article .documents li {
      margin-bottom: 7px; }

#enquire {
  padding: 20px 0 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 40px 0 0 0; }
  #enquire textarea {
    min-height: 160px; }

#related {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);}
  @media screen and (min-width: 699px) {
    #related {
      margin-top: 0; } }
  #related h3 {
    font-size: 1.3rem; }
  #related ul {
    list-style: none;
    padding: 0; }
    #related ul li {
      padding-bottom: 8px; }
      #related ul li a {
        color: #2e6ca2; }

.white-block {
  background: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }

.accordian.k-panelbar {
  background: none;
  border: none;
  margin-bottom: 50px;
  color: #505050; }
  .accordian.k-panelbar .k-header {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: white;
    border: none;
    color: #505050; }
    .accordian.k-panelbar .k-header h4 {
      margin: 0;
      font-size: 1.15rem;
      padding: 0 0 0 15px; }
  .accordian.k-panelbar .k-panel {
    border-radius: 0 0 10px 10px;
    background: white;
    border: none;
    color: #505050; }
  .accordian.k-panelbar .k-item.k-last {
    border-radius: 0 0 10px 10px; }
  .accordian.k-panelbar > li.k-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 1px 1px 0.5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 1px 1px 0.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 1px 1px 0.5px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -ms-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out; }
    .accordian.k-panelbar > li.k-item:hover {
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      background: white; }
    .accordian.k-panelbar > li.k-item.k-state-active .k-header {
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      -ms-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0; }
    .accordian.k-panelbar > li.k-item.k-last {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
    .accordian.k-panelbar > li.k-item .k-group {
      padding: 15px; }
      .accordian.k-panelbar > li.k-item .k-group a {
        padding: 0; }
  .accordian.k-panelbar li.k-item {
    background: white;
    border: none; }
    .accordian.k-panelbar li.k-item .k-icon {
      background: url("../img/icons/widget-icon.svg");
      width: 20px;
      height: 20px;
      opacity: 0.4;
      right: 10px;
      top: 17px; }
    .accordian.k-panelbar li.k-item.k-state-active .k-icon {
      background: url("../img/icons/widget-icon-close.svg"); }
  .accordian.k-panelbar .k-state-selected, .accordian.k-panelbar .k-state-hover, .accordian.k-panelbar .k-state-focused {
    box-shadow: none;
    background: white !important; }
  .accordian.k-panelbar a.k-state-focused.k-state-hover {
    background: white; }
  .accordian.k-panelbar a.k-state-hover {
    background: white;
    color: #00577b; }

#assessments .tabs {
  margin: 30px 0 15px 0;
  padding: 0 0 15px 0;
  overflow-x: auto;
  white-space: nowrap;
  width: calc(100% + 1.5rem); }
  #assessments .tabs li {
    margin-right: 15px; }
    @media screen and (min-width: 999px) {
      #assessments .tabs li {
        margin-right: 40px; } }
    #assessments .tabs li:last-child {
      margin-right: 0; }
#assessments #assessment-table {
  margin-bottom: 30px; }
  #assessments #assessment-table .k-grid td {
    cursor: initial; }
  #assessments #assessment-table .green {
    color: #1c6d2c; }

#enquiries-table .empty, #assessment-table .empty, #feedback-table .empty {
  border: none;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: white; }

#assessment-table .empty {
  margin-top: 30px; }

#notifications .empty {
  margin-top: 100px; }

.empty {
  margin-top: 50px;
  text-align: center; }
  .empty img {
    margin: 0 auto;
    opacity: 0.2; }
  .empty h2 {
    text-align: center;
    margin: 30px 0; }
  .empty h3 {
    text-align: center;
    font-weight: 200; }

#feedback-table .add-feedback span {
  margin-right: 7px;
  font-weight: 800;
  font-size: 1.4rem;
  position: relative;
  top: 1px; }

.missing, .confirm, .register {
  text-align: center;
  margin-top: 70px;
  margin-left: 0; }
  @media screen and (min-width: 699px) {
    .missing, .confirm, .register {
      margin-top: 100px; } }
  .missing h1, .confirm h1, .register h1 {
    font-size: 2rem; }
    @media screen and (min-width: 699px) {
      .missing h1, .confirm h1, .register h1 {
        font-size: 3rem; } }
  .missing .actions .k-button, .confirm .actions .k-button, .register .actions .k-button {
    padding: 8px 35px; }

.confirm, .register {
  margin-left: 0;
  margin-top: 60px; }
  .confirm h2, .register h2 {
    font-size: 1.1rem; }
    @media screen and (min-width: 699px) {
      .confirm h2, .register h2 {
        font-size: 1.5rem; } }

.register {
  margin-top: -20px; }
  .register .fieldlist {
    text-align: left;
    margin-top: 5px; }
    @media screen and (min-width: 40em) {
      .register .fieldlist {
        margin-left: 25%; } }
    @media screen and (min-width: 999px) {
      .register .fieldlist {
        margin-left: 33.33333%; } }
    .register .fieldlist li {
      padding-bottom: 0px; }
      .register .fieldlist li label {
        font-size: 1.2rem;
        font-weight: 700;
        display: block;
        text-align: left; }
  .register .k-button {
    float: right; }
  .register .actions {
    padding: 0; }
    .register .actions .k-button {
      margin-top: 20px;
      width: 100%; }
      @media screen and (min-width: 40em) {
        .register .actions .k-button {
          width: auto; } }
    @media screen and (min-width: 40em) {
      .register .actions {
        margin-left: 25%;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 999px) {
      .register .actions {
        margin-left: 33.33333%; } }

.user-details {
  margin: 15px 0; }
  .user-details ul {
    padding: 0; }
    .user-details ul li {
      list-style: none;
      margin-bottom: 7px; }

.loading {
  margin-top: 100px;
  text-align: center; }
  .loading h2, .loading h3 {
    text-align: center; }
  .loading .loader {
    margin: 0 auto; }

#form .error-message {
  display: block;
  background: white;
  border: 3px solid #b60000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px; }
  #form .error-message h3 {
    margin: 0;
    color: #b60000;
    position: relative;
    padding-left: 45px; }
    #form .error-message h3 span {
      display: block;
      content: '';
      width: 30px;
      height: 30px;
      background: url("../img/icons/error.svg");
      position: absolute;
      left: 0;
      top: 0; }

#steps {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 10px 0 50px 0; }
  #steps ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    #steps ul li {
      display: inline;
      text-align: center;
      opacity: 0.5;
      font-size: 1.2rem;
      margin: 0 20px; }
      #steps ul li:first-child {
        margin-left: 0; }
      #steps ul li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1260px) {
        #steps ul li {
          margin: 0 2%; } }
      #steps ul li a {
        color: #505050; }
      #steps ul li.active {
        opacity: 1; }
        #steps ul li.active a {
          color: #2e6ca2; }

#bank-statements h3 {
  margin-bottom: 5px; }

.k-grid-header th.k-header.add {
  text-align: right;
  padding-right: 20px; }
  .k-grid-header th.k-header.add a {
    color: white; }
    .k-grid-header th.k-header.add a .k-icon {
      background-position: -48px -64px;
      border: none;
      margin-right: 8px; }

.popup-message {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  padding: 30px;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 699px) {
    .popup-message {
      width: 300px; } }
  .popup-message:hover {
    overflow: hidden; }
  .popup-message .k-button {
    width: 100%;
    margin: 10px 0; }

.warning {
  display: block;
  width: 38px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/icons/warning.png");
  background-size: contain;
  background-repeat: no-repeat; }

label.error, .field-validation-error {
  display: block;
  font-weight: 700;
  padding: 5px 10px 5px 40px;
  margin-bottom: 15px;
  position: relative;
  background: white;
  color: #b60000;
  border: 3px solid #b60000;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  label.error span, .field-validation-error span {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/icons/error.svg");
    position: absolute;
    left: 11px;
    top: 8px; }

.error:after, .error:before {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.error:after {
  border-color: rgba(213, 32, 32, 0);
  border-top-color: white;
  border-width: 9px;
  margin-left: -9px; }

.error:before {
  border-color: rgba(245, 37, 37, 0);
  border-top-color: #b60000;
  border-width: 13px;
  margin-left: -13px; }

.new {
  background: white; }
  .new:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #2e6ca2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 12px; }

.loader {
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6); }

.f_circleG {
  position: absolute;
  background-color: transparent;
  height: 22px;
  width: 22px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#frotateG_01 {
  left: 0;
  top: 51px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }

#frotateG_02 {
  left: 15px;
  top: 15px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#frotateG_03 {
  left: 51px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

#frotateG_04 {
  right: 15px;
  top: 15px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

#frotateG_05 {
  right: 0;
  top: 51px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

#frotateG_07 {
  left: 51px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

@keyframes f_fadeG {
  0% {
    background-color: #1397d4; }
  100% {
    background-color: rgba(19, 151, 212, 0); } }
@-o-keyframes f_fadeG {
  0% {
    background-color: #1397d4; }
  100% {
    background-color: rgba(19, 151, 212, 0); } }
@-ms-keyframes f_fadeG {
  0% {
    background-color: #1397d4; }
  100% {
    background-color: rgba(19, 151, 212, 0); } }
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #1397d4; }
  100% {
    background-color: rgba(19, 151, 212, 0); } }
@-moz-keyframes f_fadeG {
  0% {
    background-color: #1397d4; }
  100% {
    background-color: rgba(19, 151, 212, 0); } }
.tabs .k-tabstrip-items .k-link {
  padding: 0; }

/* Quick fixes - to be updated

#enquiries-table-refresh-button {
    display:none;
}
@media (max-width: 689px), (min-width: 768px) {
     #enquiries-table-refresh-button {
            display: block;
            float: right;
            position: relative;
            top: 29px;
            right: 5px;
            z-index: 3;
        }
}
@media (max-width: 530px) {
     #enquiries-table-refresh-button {
         display: none;
            }
}

/* Contact fix

#contact-success {
   margin-left: 0;
   width: 100%;
   box-sizing: border-box;
}

#contact-panel .panel-contents .inner .actions {
    padding: 20px 0;
    margin-left: 0 !important;
    min-width: 100% !important;
}

/* Article fix

#article {
   padding-top: 50px;
   padding-bottom: 50px;

   @include breakpoint(desktop) {
      padding: 65px 0 40px;
   }

}

*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  opacity: 0.5; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: white; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.5); }

/* Kendo skin */
.ktb-theme-id-material {
  opacity: 0; }

.ktb-var-accent {
  color: #5092b3; }

.ktb-var-base {
  color: #ffffff; }

.ktb-var-background {
  color: #ffffff; }

.ktb-var-border-radius {
  border-radius: 4px; }

.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: #f3f3f3; }

.ktb-var-hover-gradient {
  background-image: none; }

.ktb-var-hover-text-color {
  color: #444444; }

.ktb-var-selected-background {
  color: #569cbe; }

.ktb-var-selected-gradient {
  background-image: none; }

.ktb-var-selected-text-color {
  color: #569cbe; }

.ktb-var-error {
  color: #d55454; }

.ktb-var-warning {
  color: #efbe28; }

.ktb-var-success {
  color: #5fc46f; }

.ktb-var-info {
  color: #467f9b; }

.ktb-var-series-a {
  color: #3f51b5; }

.ktb-var-series-b {
  color: #569cbe; }

.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; }

.k-widget.k-window {
  z-index: 10000002 !important; }

.k-widget.k-dialog.k-window.k-dialog-centered.k-alert {
  min-width: 400px;
  text-align: center; }

/* main colors */
.k-block,
.k-widget {
  background-color: #ffffff; }

.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: #5092b3; }

.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #5092b3; }

.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: none; }

.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: #a7a7a7;
  background: #fff;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear; }

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: #444444; }

.k-inverse {
  color: #ffffff; }

.k-block {
  color: #ffffff; }

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #2e6ca2; }

.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #444444; }

.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #ffffff; }

.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: #5092b3; }

.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: #5092b3; }

/* 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.5; }

.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("https://kendo.cdn.telerik.com/2015.3.930/styles/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("https://kendo.cdn.telerik.com/2015.3.930/styles/Material/sprite.png");
  border-color: transparent; }

.k-loading,
.k-state-hover .k-loading {
  background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/Material/loading.gif");
  background-position: 50% 50%; }

.k-loading-image {
  background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/Material/loading-image.gif"); }

.k-loading-color {
  background-color: #ffffff; }

.k-button {
  color: white;
  border: none;
  font-weight: 700;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background, 200ms, ease-in-out;
  -moz-transition: background, 200ms, ease-in-out;
  -ms-transition: background, 200ms, ease-in-out;
  -o-transition: background, 200ms, ease-in-out;
  transition: background, 200ms, ease-in-out; }
  .k-button.small {
    font-size: 0.9rem;
    padding: 3px 13px; }

.k-draghandle {
  border-color: #5092b3;
  background-color: #5092b3;
  box-shadow: none; }

.k-draghandle:hover {
  border-color: #5092b3;
  background-color: #5092b3;
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3); }

/* Scheduler */
.k-scheduler {
  color: #ffffff;
  background-color: #ffffff; }

.k-scheduler-layout {
  color: #444444; }

.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #ffffff;
  color: #444444; }

.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: #74a8c2;
  background: #74a8c2 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; }

.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after,
.k-ie7 .k-task-single .k-resize-handle,
.k-task-single .k-resize-handle:after {
  background-color: #ffffff; }

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #ffffff; }

.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:hover,
.k-button.k-state-hover {
  background-color: #2e6ca2; }

.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 {
  background: #2a3240; }

.k-calendar .k-content {
  background: #2a3240; }

.k-calendar .k-header {
  background: #2a3240; }

.k-calendar .k-header .k-state-disabled {
  background: none;
  opacity: 0.5; }

.k-calendar .k-content .k-link {
  color: #fff;
  padding: 0;
  text-align: center;
  min-height: 2.25em;
  line-height: 2.25em;
  border: none;
  background: #2a3240;
  border-radius: 0; }

.k-calendar .k-content td.k-state-hover {
  background: none;
  box-shadow: none;
  border: none; }

.k-calendar .k-content td.k-state-hover .k-link {
  background: #5F767D;
  color: white; }

.k-content {
  background: none !important; }

.k-calendar .k-content td.k-state-selected .k-link {
  background: #2e6ca2; }

.k-calendar .k-footer {
  padding: 0; }

.k-calendar .k-footer .k-nav-today {
  text-decoration: none;
  color: white;
  background: #2a3240; }

.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #2e6ca2;
  text-decoration: underline; }

.k-calendar .k-footer .k-nav-today:active {
  background-color: #2e6ca2; }

.k-calendar .k-link.k-nav-fast {
  color: #444444; }

.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #f3f3f3;
  color: #444444; }

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  border-radius: 50%; }

.k-calendar .k-footer .k-link {
  border-radius: 0; }

.k-calendar th {
  background-color: #5092b3; }

.k-calendar-container.k-group {
  background-color: #2a3240; }

.k-popup.k-calendar-container {
  border: none; }

.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: #569cbe;
  background-color: #ffffff;
  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: #569cbe; }

.k-popup .k-list .k-item > .k-group {
  background: #ebebeb;
  color: #569cbe;
  border-bottom-left-radius: 1px; }

.k-marquee-text {
  color: #569cbe; }

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  box-shadow: none; }

.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  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-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
  background-color: #f3f3f3; }

.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  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: #569cbe; }

.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: #f3f3f3;
  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: #f3f3f3;
  border-color: #ebebeb; }

.k-ie7 .k-window-titlebar .k-state-hover,
.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-pager-wrap {
  background-color: #5092b3;
  color: #ffffff; }

.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("https://kendo.cdn.telerik.com/2015.3.930/styles/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: #f3f3f3; }

.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: #444444; }

.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("https://kendo.cdn.telerik.com/2015.3.930/styles/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: #ffffff; }

.k-slider-horizontal .k-tick {
  background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/Material/slider-h.gif"); }

.k-slider-vertical .k-tick {
  background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/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: #efbe28;
  background-color: #efbe28;
  color: #000000; }

/* 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: #efbe28; }

.k-tooltip-validation .k-callout-w {
  border-right-color: #efbe28; }

.k-tooltip-validation .k-callout-s {
  border-top-color: #efbe28; }

.k-tooltip-validation .k-callout-e {
  border-left-color: #efbe28; }

/* 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: #ffffff; }

.k-file-progress .k-progress {
  background-color: #467f9b; }

.k-file-success {
  color: #ffffff; }

.k-file-success .k-progress {
  background-color: #5fc46f; }

.k-file-error {
  color: #ffffff; }

.k-file-error .k-progress {
  background-color: #d55454; }

/* 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("https://kendo.cdn.telerik.com/2015.3.930/styles/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; }

.k-slider,
.k-treeview,
.k-upload {
  box-shadow: none; }

.k-state-hover {
  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); }

.k-state-selected {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.k-state-active {
  box-shadow: none; }

.k-grid td.k-state-selected.k-state-focused {
  background-color: #ffffff; }

.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: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); }

.k-calendar-container.k-popup {
  box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0; }

.k-treemap-tile.k-state-hover {
  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);
  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); }

.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); }

.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

/* Selection */
.k-editor-inline ::selection {
  background-color: #5092b3;
  text-shadow: none;
  color: #fff; }

.k-editor-inline ::-moz-selection {
  background-color: #5092b3;
  text-shadow: none;
  color: #fff; }

/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: #467f9b;
  color: #162932;
  border-color: #467f9b; }

.k-widget.k-notification.k-notification-success {
  background-color: #5fc46f;
  color: #25652f;
  border-color: #5fc46f; }

.k-widget.k-notification.k-notification-warning {
  background-color: #efbe28;
  color: #755b09;
  border-color: #efbe28; }

.k-widget.k-notification.k-notification-error {
  background-color: #d55454;
  color: #741c1c;
  border-color: #d55454; }

/* Gantt */
.k-gantt .k-treelist {
  background: #fafafa; }

.k-gantt .k-treelist .k-alt {
  background-color: #e0e0e0; }

.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: #ffffff; }

.k-task-dot:after {
  background-color: #444444;
  border-color: #444444; }

.k-task-dot:hover:after {
  background-color: #ffffff; }

.k-task-summary {
  border-color: #a9c9da;
  background: #a9c9da; }

.k-task-milestone,
.k-task-summary-complete {
  border-color: #444444;
  background: #444444; }

.k-state-selected.k-task-summary {
  border-color: #a9c9da;
  background: #a9c9da; }

.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #ffffff;
  background: #ffffff; }

.k-task-single {
  background-color: #8cb8cd;
  border-color: #74a8c2;
  color: #ffffff; }

.k-state-selected.k-task-single {
  border-color: #ffffff; }

.k-line {
  background-color: #444444;
  color: #444444; }

.k-state-selected.k-line {
  background-color: #ffffff;
  color: #ffffff; }

.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("https://kendo.cdn.telerik.com/2015.3.930/styles/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: 5px; }

.k-picker-wrap {
  padding: 0 0 0 40px; }

.k-picker-wrap input {
  box-sizing: border-box;
  height: 45px;
  padding: 10px 10px 10px 0; }

.k-tool {
  text-align: center;
  vertical-align: middle; }

.k-toolbar .k-split-button .k-button {
  border-radius: 2px 0 0 2px; }

.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start {
  border-radius: 0 2px 2px 0; }

.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 2px 2px 0; }

.k-rtl .k-tool.k-group-end,
.k-rtl .k-toolbar .k-button-group .k-group-end,
.k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 2px 0 0 2px; }

.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 2px 2px; }

.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 2px; }

.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 2px 2px; }

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 5px; }

.k-split-button.k-state-border-down > .k-button {
  border-radius: 2px 0 0 0; }

.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 2px; }

.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 2px 0 0; }

.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 2px 0; }

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 1px 0 0 1px; }

.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 1px 1px 0; }

.k-numeric-wrap .k-link {
  border-radius: 0 1px 0 0; }

.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 1px 0; }

.k-colorpicker .k-selected-color {
  border-radius: 1px 0 0 1px; }

.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 1px 1px 0; }

.k-autocomplete.k-state-border-down .k-input {
  border-radius: 5px; }

.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: 5px; }

.k-numeric-wrap .k-link.k-state-selected {
  background-color: #ebebeb; }

.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 1px 1px 0 0; }

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 2px 2px 0; }

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 2px 0 0 2px; }

.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 2px; }

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 1px; }

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone {
  border-radius: 1px; }

.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px; }

.k-draghandle {
  border-radius: 13px; }

.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 2px 0 0 2px; }

.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link,
.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 2px 2px 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: 2px; }

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 2px 0 0 2px; }

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 2px; }

.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 1px; }

.k-scheduler-mobile .k-event {
  border-radius: 0px; }

/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #444444; }

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: #444444; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #444444; }

  .km-pane-wrapper .k-icon {
    background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/Material/sprite_2x.png");
    background-size: 21.2em 21em; } }
.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: #ffffff;
  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; }

.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; }

.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: #fff;
  border-color: #a7a7a7;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear; }

.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;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear; }

.k-multiselect.k-header {
  border-color: #a7a7a7; }

.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%; }

.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: #a7a7a7; }

.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); }

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #ffffff; }

.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 .k-state-focused.k-state-hover {
  background: #f3f3f3;
  box-shadow: none; }

.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
  border-color: transparent; }

.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
  border-color: #ebebeb; }

.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
  background-color: #ffffff;
  background-image: none;
  border-color: #cccccc; }

.k-tabstrip .k-content.k-state-active {
  background-color: #ffffff;
  color: #444444; }

.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: #ffffff;
  border-color: #cccccc;
  font-weight: bold; }

.k-grouping-header {
  color: #ffffff; }

.k-grid td.k-state-focused {
  box-shadow: inset 0 0 0 1px 0 6px 17px 0 rgba(0, 0, 0, 0.3); }

.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: #5092b3;
  background-image: none;
  background-position: 50% 50%;
  background-color: #1c6d2c;
  box-shadow: none; }

.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none; }

.k-primary:hover {
  color: #ffffff;
  border-color: #5c6bc0;
  background-image: none;
  background-color: #5c6bc0;
  box-shadow: none; }

.k-primary:active {
  color: #ffffff;
  border: none;
  background-image: none;
  background-color: #52a960;
  box-shadow: none; }

.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; }

.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; }

.k-checkbox-label:before {
  border-color: transparent;
  border-radius: 100%; }

.k-checkbox-label:after {
  border-color: #a7a7a7;
  background: #ffffff;
  border-radius: 100%; }

.k-checkbox-label:hover:after,
.k-checkbox:checked + .k-checkbox-label:hover:after {
  border-color: #acacac;
  box-shadow: none; }

.k-checkbox:checked + .k-checkbox-label:after {
  background-color: #5092b3;
  border-color: #5092b3;
  border-radius: 100%;
  color: #ffffff; }

.k-checkbox-label:active:after {
  border-color: #a7a7a7;
  border-radius: 100%; }

.k-checkbox:checked + .k-checkbox-label:active:after {
  border-color: #acacac; }

.k-checkbox:checked + .k-checkbox-label:active:before {
  border-radius: 100%; }

.k-checkbox:disabled + .k-checkbox-label {
  color: #c8c8c8; }

.k-checkbox:disabled + .k-checkbox-label:hover:after,
.k-checkbox:disabled + .k-checkbox-label:active:before {
  box-shadow: none; }

.k-checkbox:checked:disabled + .k-checkbox-label:after {
  background: #f5f5f5;
  color: #cfcfcf; }

.k-checkbox:disabled + .k-checkbox-label:after,
.k-checkbox:checked:disabled + .k-checkbox-label:active:after,
.k-checkbox:disabled + .k-checkbox-label:hover:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:after {
  background: #f5f5f5;
  border-color: #bfbfbf;
  border-radius: 100%; }

.k-radio-label {
  padding-left: 35px;
  line-height: 1.4rem; }

.k-radio-label:before {
  border-color: #a7a7a7;
  border-radius: 50%;
  background-color: #ffffff;
  border-width: 1px;
  width: 24px;
  height: 24px; }

.k-radio-label:hover:before {
  border-color: #949494;
  box-shadow: none; }

.k-radio:checked + .k-radio-label:hover:before {
  box-shadow: none; }

.k-radio:checked + .k-radio-label:before {
  background-color: white; }

.k-radio:checked + .k-radio-label:after {
  background-color: #1c6d2c;
  border-radius: 50%;
  top: 7px;
  left: 7px; }

.k-radio-label:active:before {
  box-shadow: 0 0 0 0.75em rgba(243, 243, 243, 0.3);
  border-radius: 50%;
  border-color: #acacac; }

.k-radio:checked + .k-radio-label:active:before {
  box-shadow: none;
  border-radius: 50%;
  border-color: #acacac; }

.k-radio:disabled + .k-radio-label {
  color: #bfbfbf; }

.k-radio:disabled + .k-radio-label:before {
  border-color: #bfbfbf; }

.k-radio:disabled + .k-radio-label:active:before {
  box-shadow: none;
  background: #ffffff; }

.k-radio:disabled + .k-radio-label:before {
  background: #ffffff; }

.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  box-shadow: none; }

.k-checkbox:focus + .k-checkbox-label:after,
.k-radio:focus + .k-radio-label:before {
  border-color: #acacac;
  box-shadow: none; }

@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("https://kendo.cdn.telerik.com/2015.3.930/styles/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: 1px 0 0 1px; }

  .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("https://kendo.cdn.telerik.com/2015.3.930/styles/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; } }
.ktb-checkbox-label-after {
  border-color: #acacac;
  background: #ffffff; }

.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #acacac; }

.ktb-checkbox-checked + .ktb-checkbox-label-after {
  background-color: #5092b3;
  border-color: #5092b3;
  color: #ffffff; }

.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #acacac; }

.ktb-checkbox-label-active-after {
  border-color: #acacac; }

.ktb-checkbox-checked-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-active-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-hover-before,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-hover-after {
  background: #f5f5f5;
  color: #cfcfcf;
  border-color: #bfbfbf; }

.ktb-radio-label-before {
  border-color: #acacac;
  background-color: #ffffff; }

.ktb-radio-checked + .ktb-radio-label-after {
  background-color: #5092b3; }

.ktb-radio-checked + .ktb-radio-label-before {
  border-color: #5092b3; }

.ktb-radio-label-hover-before,
.ktb-radio-checked + .ktb-radio-label-hover-before {
  border-color: #acacac; }

.ktb-radio-label-active-before {
  border-color: #acacac; }

.ktb-radio-checked + .ktb-radio-label-after {
  background-color: #5092b3; }

.ktb-radio-disabled + .ktb-radio-label-before,
.ktb-radio-disabled + .ktb-radio-label-active-before {
  background: #ffffff;
  border-color: #bfbfbf; }

/* 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: 2px; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-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: 1px 1px 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 1px 1px; }

  .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: #f3f3f3; }

  .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: #444444;
    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: #5092b3;
    border-radius: 5px;
    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: 2px; }

  .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: 1px; }

  .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.5; }

.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]) {
  border: none;
  box-shadow: none !important; }

.k-header {
  font-weight: 600; }

.k-button:active,
.k-button.k-state-active,
.k-button:focus,
.k-button.k-state-focused {
  color: white; }

.k-primary:active,
.k-primary.k-state-active,
.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  background-image: none;
  box-shadow: none; }

.k-primary:hover,
.k-primary.k-state-hover,
.k-primary:active:hover,
.k-primary.k-state-active:hover {
  color: #ffffff;
  background-color: #52a960; }

.k-primary:focus:not(.k-state-disabled):not([disabled]),
.k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none; }

.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; }

.k-toolbar .k-overflow-anchor.k-state-active,
.k-toolbar .k-overflow-anchor.k-state-border-down {
  background-color: #ffffff; }

.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,
.k-button.k-state-disabled:focus,
.k-button.k-state-disabled:focus:hover {
  color: #999999;
  border-color: #fafafa;
  background-color: #fafafa;
  background-image: none;
  box-shadow: none;
  opacity: 0.8; }

.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 {
  width: 100%;
  background-color: white;
  border-color: #a7a7a7;
  -webkit-transition: all, 400ms, ease-in-out;
  -moz-transition: all, 400ms, ease-in-out;
  -ms-transition: all, 400ms, ease-in-out;
  -o-transition: all, 400ms, ease-in-out;
  transition: all, 400ms, ease-in-out; }

.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker {
  background-color: white;
  width: 100%; }

.k-datepicker .k-input, .k-timepicker .k-input {
  padding: 10px 10px 10px 0;
  text-indent: 0;
  border-radius: 5px; }

.k-picker-wrap .k-select {
  width: 45px; }

.k-datepicker .k-state-hover .k-icon, .k-datepicker .k-state-focused .k-icon, .k-timepicker .k-state-hover .k-icon, .k-timepicker .k-state-focused .k-icon {
  opacity: 0.5; }

.k-datepicker .k-select, .k-timepicker .k-select {
  cursor: pointer; }

.k-picker-wrap.k-state-default > .k-select {
  border: none;
  position: absolute;
  left: 0;
  border-radius: 5px;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  background-color: #fff;
  z-index: 0; }

.k-icon.k-i-calendar {
  position: absolute;
  top: 12px;
  left: 11px;
  background: url("../img/icons/datepicker.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px; }

.k-icon.k-i-clock {
  position: absolute;
  top: 12px;
  left: 11px;
  background: url("../img/icons/timepicker.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px; }

.k-datepicker .k-input,
.k-timepicker .k-input {
  background-color: #fff;
  height: 45px; }

.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: #ffffff; }

.k-picker-wrap.k-state-hover > .k-select,
.k-picker-wrap.k-state-focused > .k-select {
  border-color: #ffffff;
  background: #fff;
  border-radius: 5px; }

.k-picker-wrap.k-state-hover .k-input,
.k-picker-wrap.k-state-focused .k-input {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.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: #949494; }

.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: #f3f3f3;
  background-image: none;
  background-position: 50% 50%; }

.k-numeric-wrap.k-state-focused > .k-select {
  background-color: #f3f3f3; }

.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%; }

.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;
  color: white; }

.k-list > .k-state-selected {
  box-shadow: none; }

.k-list > .k-state-focused {
  border-color: transparent;
  box-shadow: none; }

.k-list > .k-state-hover,
.k-list > .k-state-selected.k-state-hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3; }

.k-list-container {
  border-color: #4d5d63; }

td.k-state-focused.k-state-selected {
  box-shadow: none; }

.k-calendar td.k-state-focused {
  box-shadow: none; }

.k-calendar td.k-state-selected {
  background-color: #5092b3;
  box-shadow: none; }

.k-calendar .k-state-selected > .k-link {
  color: #ffffff; }

/* Calendar */
.k-calendar .k-widget {
  background-color: #2e6ca2; }

.k-calendar .k-header .k-link {
  color: #ffffff; }

.k-calendar .k-footer {
  border-color: #e6e6e6; }

.k-calendar td {
  border-radius: 0;
  padding: 0; }

.k-calendar .k-content {
  color: white; }

.k-calendar .k-content th {
  background-color: #2a3240;
  border: none;
  padding-bottom: 10px; }

.k-calendar .k-header .k-state-hover {
  background-color: #5F767D; }

.k-calendar .k-header .k-nav-prev .k-i-arrow-w {
  background-position: -16px -48px;
  opacity: 1; }

.k-calendar .k-header .k-nav-next .k-i-arrow-e {
  background-position: -15px -16px;
  opacity: 1; }

.k-calendar .k-header .k-nav-next .k-state-disabled, .k-calendar .k-header .k-nav-prev .k-state-disabled {
  background: none;
  opacity: 0.5; }

.k-calendar .k-footer .k-nav-today {
  color: #fff;
  text-decoration: none; }
  .k-calendar .k-footer .k-nav-today:hover {
    background: #30444A; }

.k-calendar .k-nav-fast.k-state-hover {
  border-radius: 0; }

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  box-shadow: none;
  border-radius: 0; }

.k-calendar .k-link {
  border: none; }

.k-calendar .k-state-hover .k-link {
  color: white; }

.k-window-titlebar .k-state-hover {
  background-color: #5c6bc0;
  border-color: #5c6bc0; }

/* TabStrip */
.k-tabstrip > .k-tabstrip-items > .k-item {
  border-radius: 0; }

.k-tabstrip .k-content.k-state-active {
  border-color: transparent; }

.k-tabstrip-items .k-state-hover .k-link {
  color: #ffffff; }

/* Menu */
.k-group,
.k-flatcolorpicker.k-group,
.k-menu,
.k-menu .k-group,
.k-popup.k-widget.k-context-menu {
  color: #444444;
  background-color: white; }

.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; }

.k-menu .k-state-active,
.k-popup.k-context-menu.k-group .k-state-hover {
  background-color: #f3f3f3;
  border-color: #ebebeb; }

/* Toolbar */
.k-toolbar {
  background-color: #fafafa;
  border-color: #e6e6e6; }

.k-toolbar .k-button {
  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: #ffffff;
  background-color: #5092b3;
  border-color: #5092b3;
  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: #5c6bc0;
  border-color: #5c6bc0; }

.km-pane-wrapper .k-header .k-button:active:hover {
  color: #ffffff; }

.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: #5092b3;
  border-color: #5092b3; }

.k-gantt .k-gantt-toolbar .k-button:active {
  background: #ffffff;
  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: #569cbe; }

.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: #444444;
  background-color: #fafafa; }

.k-grouping-header .k-group-indicator,
.k-pivot-toolbar .k-button {
  color: #ffffff;
  background-color: #283593;
  border-color: #283593;
  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: #444444;
  background-color: #fafafa; }

.k-header.k-scheduler-footer .k-header,
.k-header.k-scheduler-footer ul.k-header li .k-link {
  color: #569cbe;
  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: #444444;
  background-color: #fafafa; }

.k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.5); }

.k-pager-wrap,
.k-editor-toolbar {
  color: #444444; }

.k-grouping-header .k-link,
.k-grouping-header .k-link:link {
  color: #ffffff; }

.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: #569cbe; }

.k-state-selected.k-line {
  color: #569cbe; }

.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-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: #569cbe; }

.k-grid-pager .k-link,
.k-grid-pager .k-link:link {
  color: #444444; }

.k-pager-numbers .k-link,
.k-pager-wrap > .k-link {
  border-radius: 0; }

.k-pager-numbers .k-state-selected {
  border-color: #569cbe transparent transparent;
  border-radius: 0;
  box-shadow: none;
  color: #569cbe; }

.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; }

/* 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: #5092b3; }

.k-panelbar > li.k-state-default > .k-link {
  color: #444444; }

.k-panelbar .k-state-hover {
  background-color: #f3f3f3; }

.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: #5092b3;
  border-color: #5092b3;
  box-shadow: none; }

/* Upload */
.k-upload {
  color: #444444;
  background: none;
  border: none;
  padding: 0px; }

.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; }

.k-upload-files {
  margin: 5px 0 0 0;
  padding-top: 5px;
  border: none; }

.k-upload-sync .k-upload-button {
  margin: 15px 0 0 0; }

/* Gantt */
.k-task-milestone,
.k-task-summary-complete,
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  background-color: #5092b3;
  border-color: #5092b3; }

.k-task-single {
  background-color: #a0c7da; }

.k-task-complete {
  background: #569cbe 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: #569cbe;
  border-color: #569cbe; }

.k-grid td.k-state-focused,
.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; }

.k-multiselect .k-button:active:hover {
  color: #444444;
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.k-multiselect-wrap > ul > .k-button {
  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; }

.k-filebrowser .k-header {
  color: #444444; }

.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 .k-state-focused {
  box-shadow: none; }

.k-treeview .k-state-focused,
.k-panelbar .k-state-focused {
  background-color: #f3f3f3; }

.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; }

.k-editor-toolbar .k-tool.k-state-selected,
.k-toolbar .k-button-group .k-button.k-state-active {
  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: #f3f3f3;
  border-color: #f3f3f3; }

/* 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: #5092b3;
  border-color: #5092b3; }

.k-widget.k-tooltip-validation {
  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: #FFFFFF;
  background-color: #60747B; }

/* Slider */
.k-slider-track {
  background-color: #cccccc;
  box-shadow: none; }

.k-slider-selection {
  background-color: #5092b3;
  border-color: #5092b3; }

.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; }

.k-draghandle,
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: none; }

.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  border-color: #5092b3;
  background-color: #5092b3;
  box-shadow: none; }

.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  border-color: #5092b3;
  background-color: #5092b3;
  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;
  border-color: #5092b3;
  background-color: #5092b3; }

.k-radio:checked + .k-radio-label:hover:before {
  border-color: #949494; }

.k-edit-form-container .k-edit-buttons {
  background-color: #fafafa; }

.k-popup .k-button,
.k-popup .k-button:active:hover {
  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: #444444;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: none; }

.k-popup .k-primary,
.k-edit-form-container .k-primary {
  color: #569cbe;
  background-color: #fafafa;
  border-color: #fafafa; }

.k-filter-menu .k-button {
  background: transparent;
  border-color: transparent; }

.k-filter-menu .k-primary {
  border-left-color: #a7a7a7; }

.k-filter-menu > div > div:last-child {
  border-color: #a7a7a7; }

.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; }

.k-edit-form-container .k-scheduler-delete {
  color: #569cbe; }

div.k-scheduler-marquee:before,
div.k-scheduler-marquee:after {
  border-color: #569cbe; }

.km-pane-wrapper > .km-pane > .km-view > .km-content {
  color: #5092b3;
  background-color: #ffffff; }

.km-pane-wrapper > .km-pane .km-content .k-mobile-list > ul > li > .k-link {
  color: #5092b3; }

.k-popup.k-context-menu {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

.k-drag-clue {
  color: #444444;
  background-color: #f3f3f3;
  border-color: #ebebeb;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3); }

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  color: #444444; }

.k-popup .k-item > .k-group {
  color: #444444; }

/* Responsive styles */
@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: 2px;
    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: 1px 1px 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 1px 1px; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-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: #ffffff;
    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: #5092b3;
    border-radius: 5px;
    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: 2px; }

  .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-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: 2px;
    background-image: none;
    background-position: 50% 50%;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-top: 0;
    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: 2px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border-top: 0;
    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; }

  .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: #f3f3f3; }

  .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: #f3f3f3;
    /*@secondary-border-color*/
    background-color: #ffffff;
    border-radius: 5px;
    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 2px 2px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border-top: 0;
    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: 640px) {
  .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: 480px) {
  .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: #a7a7a7; }

.k-chart .k-handle {
  width: 15px;
  height: 15px;
  background-color: #569cbe;
  border-radius: 10px; }

.k-chart .k-leftHandle {
  left: -8px; }

.k-chart .k-rightHandle {
  right: -8px; }

.k-chart .k-handle:hover {
  background-color: #569cbe;
  border-color: #569cbe; }

.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: #5092b3;
  height: 4px; }

.k-chart-tooltip {
  background-image: none; }

/* Map */
.k-map .k-marker {
  background-image: url("https://kendo.cdn.telerik.com/2015.3.930/styles/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("https://kendo.cdn.telerik.com/2015.3.930/styles/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-top-corner,
.k-spreadsheet-row-header td,
.k-spreadsheet-column-header td {
  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 td {
  border-color: #e6e6e6; }

.k-spreadsheet-pane .k-spreadsheet-column-header td,
.k-spreadsheet-pane .k-spreadsheet-row-header td {
  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(86, 156, 190, 0.2);
  background-color: rgba(86, 156, 190, 0.2); }

.k-spreadsheet-column-header .k-selection-partial,
.k-spreadsheet-column-header .k-selection-full {
  border-bottom-color: #569cbe; }

.k-spreadsheet-row-header .k-selection-partial,
.k-spreadsheet-row-header .k-selection-full {
  border-right-color: #569cbe; }

.k-spreadsheet-pane .k-selection-partial {
  background-color: rgba(86, 156, 190, 0.2); }

.k-spreadsheet-selection {
  background-color: rgba(86, 156, 190, 0.2);
  border-color: #569cbe; }

.k-spreadsheet-cell-editor {
  box-shadow: inset 0 0 0 2px #569cbe; }

.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #569cbe;
  border-color: #569cbe; }

.k-spreadsheet-active-cell td {
  background-color: #ffffff;
  border-color: #569cbe;
  box-shadow: inset 1px 1px 0 1px #569cbe, inset 0 0 0 1px #569cbe; }

.k-spreadsheet-active-cell.k-right td {
  box-shadow: inset 1px 1px 0 1px #569cbe, inset -2px 0 0 1px #569cbe; }

.k-spreadsheet-active-cell.k-bottom td {
  box-shadow: inset 1px 1px 0 1px #569cbe, inset 0 -2px 0 1px #569cbe; }

.k-spreadsheet-active-cell.k-right.k-bottom td {
  box-shadow: inset 1px 1px 0 1px #569cbe, inset -2px -2px 0 1px #569cbe; }

.k-ff .k-spreadsheet-active-cell td {
  box-shadow: inset 0 0 0 1px #569cbe; }

.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: #569cbe; }

.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #569cbe; }

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #e6e6e6; }

.k-spreadsheet-filter {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e6e6e6; }

.k-spreadsheet-filter.k-state-active {
  color: #569cbe;
  background-color: #569cbe; }

.k-spreadsheet-filter:hover {
  color: #444444;
  background: #f3f3f3;
  border-color: #dfdfdf; }

.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: 4px; }

.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button {
  border-radius: 4px; }

.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
  border-radius: 4px; }

.k-spreadsheet-toolbar > .k-separator {
  border-color: #e6e6e6; }

.k-spreadsheet-toolbar .k-overflow-anchor {
  border-radius: 0; }

.k-spreadsheet-popup {
  border-radius: 4px; }

.k-spreadsheet-popup .k-separator {
  background-color: #e6e6e6; }

.k-spreadsheet-popup .k-button {
  background-color: transparent; }

.k-spreadsheet-popup .k-button:hover {
  background-color: #f3f3f3; }

.k-spreadsheet-popup .k-state-active {
  background-color: #569cbe;
  color: #ffffff; }

.k-spreadsheet-popup .k-state-active:hover {
  background-color: #3f82a3; }

.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: 4px 0 0 4px; }

.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: #569cbe;
  background-color: rgba(86, 156, 190, 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: #569cbe;
  color: #569cbe; }

.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: #40758f;
  border-color: #40758f; }

.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: #a8c9d9; }

.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; }

.k-button, a.k-button, .k-button.k-state-focused {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 5px 15px;
  background: #007BC7;
  background-image: -webkit-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: -o-linear-gradient(top, #2BB6E3 0%, #007BC7 100%);
  background-image: linear-gradient(to bottom, #2BB6E3 0%, #007BC7 100%);
  background-repeat: repeat-x; }
  .k-button:hover, .k-button:active, .k-button:focus, a.k-button:hover, a.k-button:active, a.k-button:focus, .k-button.k-state-focused:hover, .k-button.k-state-focused:active, .k-button.k-state-focused:focus {
    color: white;
    background: #0169a9;
    background-image: -webkit-linear-gradient(top, #1e9bc3 0%, #0169a9 100%);
    background-image: -o-linear-gradient(top, #1e9bc3 0%, #0169a9 100%);
    background-image: linear-gradient(to bottom, #1e9bc3 0%, #0169a9 100%);
    background-repeat: repeat-x; }
  .k-button.outline, a.k-button.outline, .k-button.k-state-focused.outline {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #505050;
    -webkit-transition: all, 400ms, ease-in-out;
    -moz-transition: all, 400ms, ease-in-out;
    -ms-transition: all, 400ms, ease-in-out;
    -o-transition: all, 400ms, ease-in-out;
    transition: all, 400ms, ease-in-out; }
    .k-button.outline:focus, a.k-button.outline:focus, .k-button.k-state-focused.outline:focus {
      border: 1px solid rgba(0, 0, 0, 0.4) !important; }
    .k-button.outline:active:hover, a.k-button.outline:active:hover, .k-button.k-state-focused.outline:active:hover {
      background: none; }
    .k-button.outline:hover, a.k-button.outline:hover, .k-button.k-state-focused.outline:hover {
      color: #4c4c4c;
      border: 1px solid rgba(0, 0, 0, 0.4); }

.k-button_pink, a.k-button_pink {
  background: #f1157b;
  background-image: -webkit-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: -o-linear-gradient(top, #f1157b 0%, #d00349 100%);
  background-image: linear-gradient(to bottom, #f1157b 0%, #d00349 100%);
  background-repeat: repeat-x; }
  .k-button_pink:hover, .k-button_pink:active, .k-button_pink:focus, a.k-button_pink:hover, a.k-button_pink:active, a.k-button_pink:focus {
    background: #f1157b;
    background-image: -webkit-linear-gradient(top, #ec0771 0%, #bf0242 100%);
    background-image: -o-linear-gradient(top, #ec0771 0%, #bf0242 100%);
    background-image: linear-gradient(to bottom, #ec0771 0%, #bf0242 100%);
    background-repeat: repeat-x; }

.k-button_green, a.k-button_green {
  background: #1b6b2b;
  background-image: -webkit-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: -o-linear-gradient(top, #228736 0%, #1b6b2b 100%);
  background-image: linear-gradient(to bottom, #228736 0%, #1b6b2b 100%);
  background-repeat: repeat-x; }
  .k-button_green:hover, .k-button_green:active, .k-button_green:focus, a.k-button_green:hover, a.k-button_green:active, a.k-button_green:focus {
    background: #155a23;
    background-image: -webkit-linear-gradient(top, #218635 0%, #155a23 100%);
    background-image: -o-linear-gradient(top, #218635 0%, #155a23 100%);
    background-image: linear-gradient(to bottom, #218635 0%, #155a23 100%);
    background-repeat: repeat-x; }

.k-button_red, a.k-button_red {
  background: #fc3737;
  background-image: -webkit-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: -o-linear-gradient(top, #fc3737 0%, #db0000 100%);
  background-image: linear-gradient(to bottom, #fc3737 0%, #db0000 100%);
  background-repeat: repeat-x; }
  .k-button_red:hover, .k-button_red:active, .k-button_red:focus, a.k-button_red:hover, a.k-button_red:active, a.k-button_red:focus {
    background: #e32525;
    background-image: -webkit-linear-gradient(top, #e32525 0%, #b80000 100%);
    background-image: -o-linear-gradient(top, #e32525 0%, #b80000 100%);
    background-image: linear-gradient(to bottom, #e32525 0%, #b80000 100%);
    background-repeat: repeat-x; }

.k-button_orange, a.k-button_orange {
  background: #f89e00;
  background-image: -webkit-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: -o-linear-gradient(top, #e89401 0%, #c95100 100%);
  background-image: linear-gradient(to bottom, #e89401 0%, #c95100 100%);
  background-repeat: repeat-x; }
  .k-button_orange:hover, .k-button_orange:active, .k-button_orange:focus, a.k-button_orange:hover, a.k-button_orange:active, a.k-button_orange:focus {
    background: #f89e00;
    background-image: -webkit-linear-gradient(top, #e89401 0%, #b14700 100%);
    background-image: -o-linear-gradient(top, #e89401 0%, #b14700 100%);
    background-image: linear-gradient(to bottom, #e89401 0%, #b14700 100%);
    background-repeat: repeat-x; }

.fieldlist {
  margin: 15px 0;
  padding: 0; }

.fieldlist label {
  display: inline-block;
  margin: 5px 0 12px 0;
  font-weight: 600;
  font-size: 0.983em; }

.fieldlist.upload {
  margin-top: 5px; }

.fieldlist li {
  padding-bottom: 20px;
  list-style: none; }

input.k-textbox, .k-ff input.k-textbox {
  padding: 10px 15px;
  height: inherit;
  text-indent: 0;
  background-color: #fff; }
  input.k-textbox:hover, input.k-textbox:focus, .k-ff input.k-textbox:hover, .k-ff input.k-textbox:focus {
    background-color: #fff; }

textarea.k-textbox {
  background-color: #fff; }
  textarea.k-textbox:hover, textarea.k-textbox:focus {
    background-color: fff; }

textarea.k-textbox {
  padding: 15px;
  height: inherit; }

.k-input-icon {
  position: relative; }
  .k-input-icon.search:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 13px;
    background: url("../../img/icons/search-black.svg") no-repeat;
    background-size: 20px 20px;
    opacity: 0.3; }
  .k-input-icon input {
    padding-left: 40px; }

.k-textbox.k-space-left {
  padding-left: 0; }

.k-textbox.k-space-right {
  padding-left: 0; }

.k-group {
  background-color: #2a3240;
  color: white; }

.k-popup > .k-group-header {
  background-color: #2a3240; }

.k-popup.k-list-container, .k-popup.k-calendar-container {
  border-radius: 5px;
  margin-top: 5px; }

.k-popup .k-list .k-state-hover, .k-list > .k-state-hover, .k-list > .k-state-selected.k-state-hover {
  background: #60747B;
  border: none; }

.k-popup .k-list .k-state-hover {
  background-color: #192230; }

.k-list > .k-state-hover, .k-list > .k-state-focused {
  color: #FFFFFF;
  background-color: #2a3240; }

.k-list > .k-state-selected.k-state-hover, .k-list > .k-state-selected.k-state-focused {
  color: #FFFFFF;
  background-color: #2a3240; }

.k-popup .k-list .k-item {
  border: none;
  padding: 5px 10px;
  box-shadow: none; }
  .k-popup .k-list .k-item:first-child {
    border-radius: 4px 4px 0 0; }
  .k-popup .k-list .k-item:last-child {
    border-radius: 0 0 4px 4px; }

.k-popup .k-list .k-item.k-state-selected {
  background-color: #007BC3;
  color: white; }

.k-popup.k-list-container {
  padding: 0; }

.k-dropdown {
  width: 100%;
  padding: 0;
  border-radius: 100px; }
  .k-dropdown .k-state-default {
    border-color: #a7a7a7;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
    padding: 0; }
  .k-dropdown .k-state-hover, .k-dropdown .k-state-active, .k-dropdown .k-state-focused {
    border-color: #b3b3b3; }
  .k-dropdown .k-icon {
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #7f8184 transparent transparent transparent;
    opacity: 0.8; }
  .k-dropdown .k-state-hover .k-icon {
    opacity: 1; }
  .k-dropdown .k-dropdown-wrap.k-state-border-down {
    box-shadow: none;
    border-bottom-width: 1px; }
  .k-dropdown .k-input {
    min-height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-weight: 400;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
  .k-dropdown .k-state-border-down, .k-dropdown .k-state-border-down .k-input {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
  .k-dropdown .k-state-default > .k-select {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    width: 100%; }

.k-picker-wrap.k-state-border-down {
  border-bottom-width: 1px; }

/* Switches */
.km-switch input[type=checkbox] {
  display: none; }

.km-checkbox,
.km-switch {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  width: 50px;
  height: 28px;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
  background: #cecece;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }

.km-slider-wrapper,
.km-switch-wrapper {
  display: block;
  height: 28px;
  width: 100%;
  overflow: hidden; }

.km-slider-background,
.km-switch-background {
  display: block;
  margin: 0 1px 1px -5em;
  height: 28px;
  width: 200%; }

.km-switch-container {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 28px;
  width: 100%;
  overflow: hidden;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }

.km-checkbox {
  width: 1.8rem;
  height: 1.8rem; }

.km-checkbox-checked:after {
  content: "\a0";
  display: block;
  width: 100%;
  height: 28px; }

.km-switch-handle {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 2px 0 0 2px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }

.km-switch-on {
  background: #1c6d2c; }
  .km-switch-on .km-switch-handle {
    position: relative;
    right: 2px;
    left: initial; }

.km-switch-label-off,
.km-switch-label-on {
  display: block;
  width: 130%;
  font-size: 1em;
  line-height: 26px;
  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; }

/* Tabstrip */
.k-tabstrip-wrapper .k-tabstrip-items {
  background: none;
  background-image: none;
  border: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  width: calc(100% + 1.5rem); }
  @media screen and (min-width: 999px) {
    .k-tabstrip-wrapper .k-tabstrip-items {
      white-space: inherit;
      overflow-x: auto;
      width: auto; } }
  .k-tabstrip-wrapper .k-tabstrip-items .k-item {
    background: none;
    border: none;
    color: #505050;
    padding: 0; }
    .k-tabstrip-wrapper .k-tabstrip-items .k-item .k-link {
      color: #505050;
      padding: 0;
      margin-right: 20px;
      font-size: 1.15rem;
      font-weight: 700;
      opacity: 0.7; }
      @media screen and (min-width: 999px) {
        .k-tabstrip-wrapper .k-tabstrip-items .k-item .k-link {
          font-size: 1.1rem;
          margin-right: 40px; } }
    .k-tabstrip-wrapper .k-tabstrip-items .k-item:last-child .k-link {
      margin-right: 0; }
  .k-tabstrip-wrapper .k-tabstrip-items .k-state-active .k-link {
    opacity: 1; }
  .k-tabstrip-wrapper .k-tabstrip-items .k-state-default .k-link {
    color: #505050; }
  .k-tabstrip-wrapper .k-tabstrip-items .k-loading.k-complete {
    display: none; }
.k-tabstrip-wrapper .k-tabstrip-items .k-state-active {
  background: none;
  background-image: none;
  border: none; }
.k-tabstrip-wrapper .k-header {
  background: none;
  border: none; }
.k-tabstrip-wrapper .k-tabstrip {
  box-shadow: none;
  border: none; }
  .k-tabstrip-wrapper .k-tabstrip:focus {
    box-shadow: none;
    border: none; }
.k-tabstrip-wrapper .k-content {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 30px 0 0 0;
  overflow: visible; }

/* Table */
.k-grid {
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .k-grid .k-grid-content {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    overflow-y: auto; }
  .k-grid table {
    min-width: 800px; }

.k-grid-header-wrap {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.k-grid-header .k-header {
  background-color: #2a3240;
  color: white;
  text-align: left;
  padding: 10px;
  border: none; }

.k-grid-header {
  padding-right: 0 !important; }

.k-grid td:first-child {
  padding-left: 30px; }

.k-grid td:last-child {
  padding-right: 30px; }

.k-grid-header {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.k-grid-header th.k-header {
  border: none;
  padding: .95em .6em;
  font-weight: 600; }
  .k-grid-header th.k-header:first-child {
    padding-left: 30px;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0; }
  .k-grid-header th.k-header:last-child {
    padding-left: 30px;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0; }

.k-grid-header .k-link:link {
  color: white;
  position: relative; }

.k-grid-header th.k-header > .k-link {
  color: white; }

.k-grid td {
  border: none;
  padding: .8em .6em;
  font-size: 0.95rem; }

.k-grid-header th > .k-link > .k-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #2ebee9 transparent transparent transparent;
  opacity: 1;
  background: none; }
  .k-grid-header th > .k-link > .k-icon.k-i-arrow-s {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.k-grid .k-alt {
  background-color: #f1f1f1; }

.k-grid tr:hover, .k-grid tr.k-state-selected:hover {
  background-color: #9bddf1;
  cursor: pointer;
  color: #505050; }

/* Forms */
.fieldlist.columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.fieldlist .k-checkbox-label, .fieldlist .k-radio-label {
  margin: 0; }

.fieldlist li.k-file {
  border: 1px solid #a7a7a7;
  padding: 0 15px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px; }

.k-file .k-icon {
  content: '';
  display: inline-block;
  background: url("../img/icons/doc.svg") no-repeat;
  height: 20px; }
  .k-file .k-icon.k-i-close {
    background: url("../img/icons/menu_close_black.svg") no-repeat;
    top: 3px; }

.k-file:before {
  content: '';
  display: inline-block;
  background: url("../img/icons/doc.svg") no-repeat;
  height: 20px;
  width: 20px; }
.k-file span {
  color: #505050; }

.k-file-extension-wrapper {
  display: none; }

.k-dropzone em {
  display: none; }
.k-dropzone .k-upload-status {
  display: none; }

.k-upload-pct {
  display: none; }

.k-file-size {
  display: none; }

.k-upload-files .k-button:hover .k-i-close {
  background-position: initial; }

.k-filename {
  margin-left: 12px; }

.k-checkbox-label {
  padding-left: 35px;
  line-height: 1.4rem; }
  .k-checkbox-label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    margin: -1px 0px 0 0;
    background: white; }

.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #1c6d2c;
  border-color: #1c6d2c;
  color: white;
  box-shadow: none;
  line-height: 21px; }

.k-checkbox-label:active:before {
  border: 1px solid #a7a7a7;
  box-shadow: none !important; }

.k-checkbox:focus + .k-checkbox-label:before {
  border: 1px solid #a7a7a7;
  box-shadow: none !important; }

.k-checkbox:checked + .k-checkbox-label:active:before, .k-checkbox:checked:focus + .k-checkbox-label:focus:before {
  border: 1px solid #1c6d2c; }

.k-checkbox-label:hover .k-checkbox:checked :before, .k-checkbox:checked + .k-checkbox-label:hover:before {
  border-color: #1c6d2c; }

#tabstrip {
  background: none;
  border: none;
  box-shadow: none; }

.k-tabstrip-items, .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-item {
  background: none;
  background-image: none;
  border: none; }

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
  /* color:$font-color;*/
  color: #505050;
  padding: 0; }

#tabstrip .k-content {
  padding: 0 !important;
  margin: 0;
  overflow: inherit; }

.k-overlay {
  z-index: 10000000 !important; }

.k-dialog {
  z-index: 10000001 !important; }

.k-dialog.k-alert .k-window-titlebar, .k-dialog.k-confirm .k-window-titlebar, .k-dialog.k-prompt .k-window-titlebar {
  display: none; }

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched li.k-button:last-child {
  border-radius: 100px;
  width: auto !important;
  padding: 10px 50px;
  margin: 0 auto;
  display: inline-block;
  text-align: center; }

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched {
  padding-top: 0;
  width: auto;
  padding: 20px;
  text-align: center; }

div.my-enquiries table[role=grid] th.k-header:nth-child(3), div.my-enquiries table[role=grid] td:nth-child(3) {
    width: 250px !important;
}

div.my-enquiries table[role=grid] th.k-header:nth-child(4), div.my-enquiries table[role=grid] td:nth-child(4) {
    width: 250px !important;
}

div.my-enquiries table[role=grid] th.k-header:nth-child(5), div.my-enquiries table[role=grid] td:nth-child(5) {
    width: 100px !important;
}

.my-enquiries #enquiries-table table[role=grid] th.k-header:nth-child(6), div.my-enquiries table[role=grid] td:nth-child(6) {
    width: 100px !important;
}

.my-enquiries #enquiries-table table[role=grid] th.k-header:nth-child(7), div.my-enquiries table[role=grid] td:nth-child(7) {
    width: 100px !important;
}

.my-enquiries #enquiries-table table[role=grid] th.k-header:nth-child(8), div.my-enquiries table[role=grid] td:nth-child(8) {
    width: 150px !important;
}

.my-enquiries #enquiries-table table[role=grid] th.k-header:nth-child(9), div.my-enquiries table[role=grid] td:nth-child(9) {
    width: 150px !important;
}

div.my-extensions table[role=grid] th.k-header:nth-child(3), div.my-extensions table[role=grid] td:nth-child(3) {
    width: 250px !important;
}

div.my-extensions table[role=grid] th.k-header:nth-child(4), div.my-extensions table[role=grid] td:nth-child(4) {
    width: 250px !important;
}

div.my-extensions table[role=grid] th.k-header:nth-child(5), div.my-extensions table[role=grid] td:nth-child(5) {
    width: 100px !important;
}

.my-extensions #extensions-table table[role=grid] th.k-header:nth-child(6), div.my-extensions table[role=grid] td:nth-child(6) {
    width: 100px !important;
}

.my-extensions #extensions-table table[role=grid] th.k-header:nth-child(7), div.my-extensions table[role=grid] td:nth-child(7) {
    width: 100px !important;
}

.my-extensions #extensions-table table[role=grid] th.k-header:nth-child(8), div.my-extensions table[role=grid] td:nth-child(8) {
    width: 150px !important;
}

.my-extensions #extensions-table table[role=grid] th.k-header:nth-child(9), div.my-extensions table[role=grid] td:nth-child(9) {
    width: 150px !important;
}

div.my-appointments table[role=grid] th.k-header:nth-child(3), div.my-appointments table[role=grid] td:nth-child(3) {
    width: 250px !important;
}

div.my-appointments table[role=grid] th.k-header:nth-child(4), div.my-appointments table[role=grid] td:nth-child(4) {
    width: 250px !important;
}

div.my-appointments table[role=grid] th.k-header:nth-child(5), div.my-appointments table[role=grid] td:nth-child(5) {
    width: 100px !important;
}

.my-appointments #appointments-table table[role=grid] th.k-header:nth-child(6), div.my-appointments table[role=grid] td:nth-child(6) {
    width: 100px !important;
}

.my-appointments #appointments-table table[role=grid] th.k-header:nth-child(7), div.my-appointments table[role=grid] td:nth-child(7) {
    width: 100px !important;
}

.my-appointments #appointments-table table[role=grid] th.k-header:nth-child(8), div.my-appointments table[role=grid] td:nth-child(8) {
    width: 150px !important;
}

.my-appointments #appointments-table table[role=grid] th.k-header:nth-child(9), div.my-appointments table[role=grid] td:nth-child(9) {
    width: 150px !important;
}

.custom-control-label::before {
    cursor: pointer;
}
.custom-switch .custom-control-label::after {
    cursor: pointer;
    background-color: black !important;
}

#betaToggle.custom-switch {
        float: left; 
        padding-left: 10px !important;
        margin-top: -10px !important;
    }

@media screen and (min-width: 280px) {
    header#main .top-links {
        padding-left: 100px !important;
    }
}

 @media screen and (min-width: 999px) {
    #betaToggle.custom-switch {
        padding-top: 18px !important;
        margin-top: 0px !important;
    }

    header#main .top-links {
        padding-left: 0px !important;
    }
}

@media screen and (min-width: 1260px) {
    #betaToggle.custom-switch {
        padding-top: 23px !important;
        margin-top: 0px !important;
    }
}


#betaToggle {
    position: absolute;
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
}

label.betaToggleLabel {
    position: absolute;
    top: -5px;
    margin-left: 35px;
    font-weight: 700;
}

#betaToggle input { 
    opacity: 0;
    width: 0;
    height: 0;
}

#betaToggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: #adb5bd solid 1px;
    width: 1.75rem;
    height: 1rem;
}

#betaToggle .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 1px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

#betaToggle input:checked + #betaToggle .slider {
    background-color: #2196F3;
}

#betaToggle input:focus + #betaToggle .slider {
    box-shadow: 0 0 1px #2196F3;
}

#betaToggle input:checked + #betaToggle .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#betaToggle .slider.round {
    border-radius: 34px;
}

#betaToggle .slider.round:before {
    border-radius: 50%;
}

#article details summary { 
    cursor: pointer;
    display: list-item;
}
#softwarepackages table {
    vertical-align: top;
    text-align: left;
}

.finance-payment-card {
    vertical-align: middle;
    float: left;
}

.finance-payment-westernunion {
    vertical-align: middle;
    float: left;
}

.finance-payment-button-container {
    margin-top: 10px;
}

.finance-payment-button-container a {
    color: black;
    float: left;
}

.finance-payment-button {
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px outset black;
    background-color: white;
    color: black;
    /*height: 50px;*/
    width: 100px;
    cursor:pointer;
    float: left;
}

.finance-payment-button-label {
    float: unset;
}

.finance-payment-button:hover {
    background-color: lightgray;
    color: white;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 10px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #cce5ff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-lightblue {
    color: #003c80;
    background-color: #cce4ff;
    border-color: #cce4ff;
}

.article-body {
	margin-right: 20px;
	margin-bottom: 25px;
}

/*# sourceMappingURL=styles.css.map */
.application-wrapper div.section.placeholder {
    padding-top: 70px;
}

.section {
    margin-left: 250px
}

    .section .row {
        margin-left: 0px
    }

.accordion-item .heading {
    color: #505050;
    text-decoration: underline;
}

.accordion-item.open .content {
    padding: 20px;
    background-color: #fff;
}

.imageheadline {
    position: relative
}

    .imageheadline div {
        margin: 8px;
    }

    .imageheadline .title {
        position: absolute;
        bottom: 5%;
        left: 5%;
        max-width: 90%;
        background: #fff;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        padding: 3px;
        margin: 0;
        text-align: center;
        line-height: 18px;
    }

.content h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.accordion-item .heading {
    background-color: #000;
    padding: 10px 70px 10px 10px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-item .heading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNENEQ2QjMzODgxMzExRTM5NURGQUZCQjRFNURCRUI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNENEQ2QjM0ODgxMzExRTM5NURGQUZCQjRFNURCRUI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q0RDZCMzE4ODEzMTFFMzk1REZBRkJCNEU1REJFQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q0RDZCMzI4ODEzMTFFMzk1REZBRkJCNEU1REJFQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6glqgiAAACKklEQVR42tzYP0gCURgAcO9FEpjgv09IcHBwkBwkhEBo0rE1ml2CaAhCqiFKbAh0qCFqiKCagmgQaoqcEg1UcBBEBCcHxUUU0TDt3VFR0R+1e8d775vu4B2PH9/7vu/uhH6/rxIEwaRiPJCKjwAeIMBDRoCHowU81AjwUOzAQ9cCHtov8DBHgIeBCIMsQjwgaIfAMIsRDwhaITDKQ4gHBG0Q+M/DRCC9Xq9Yq9UCSiGIQer1+oXRaNyoVqurSiCIQaxW626j0TgDgK0/MCDXnkQgzWazb7FY1lut1rWIqVQqyyQRRItdxDidzpV2u31rNptD5XLZTwpBvGuVSqVnn8+3hDH3OEPhVwyQ2It4+43H409+HJ1O50HEpFKpBRL7CEr91/J6vbZoNHqq0WimE4nEpsfjuWERIh2nQCAwFYlE7vCeTwihGaaO1hsCZ2QyGAweiNfJZHKbtaMlIdxu90QsFjvWarWz6XR6B99fsQSREDabbTyTyRzqdLq5bDYbcrlclywVu4TQ6/VjxWJx32Aw+EgiSNWIhFCr1UKhUNgTEblcLkwSQQLyjsDDcNtkMs3n8/l9POHPSHcUJDdCDJyJNTz8FkWEw+E4UeJjRq4a+fTa0e12H3FGzu12+5FSX2VyQEBFQSA5M8EqhBrEfyBUIUaFUIcYBUIlYlgItYhhIFQjBoVQjxgEwgTiLwgziN8gTCF+gjCH+A7CJOIrhFnERwjTCDFeBBgAM5uxl7UusKcAAAAASUVORK5CYII=);
}

.heading {
    background-color: #ooo;
    color: #fff;
}

.accordion-item .heading h3 {
    margin: 0;
}

.accordion-item .heading a {
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.accordion-item p {
    color: #ooo;
}


.accordion-item.open .heading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2RTFDRkIzODgxMzExRTNCRjQ0QzIzNzcwQ0E0MUQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ2RTFDRkI0ODgxMzExRTNCRjQ0QzIzNzcwQ0E0MUQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDZFMUNGQjE4ODEzMTFFM0JGNDRDMjM3NzBDQTQxRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDZFMUNGQjI4ODEzMTFFM0JGNDRDMjM3NzBDQTQxRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5kS0JCAAABiElEQVR42tzYvWqEQBAAYF1jIShpMlrkBVJcceBrWCRdXiKlIKQWApZ5guuCTfIitvcOmipoKxs3cBCOi/FnB2dnGnHZlf2YnVnQllJatm3fWIaHsHgEcIAAh4wAh6MFHGoEOBQ7cOhawKH9Aod7BDhciDBlkuCAoA6BOZMFBwRVCCxZJDggqEFgzWLBAUEFAjo+IjggtoaAzo9pgUgpP9u2fU3T9HoOIkmSoK7rfFh/XLuHKx2QruvefN9/zPN8N7zeF0XxNQVRluXB87y7pmneSWQkCIInhXFddzdgPkYycxERRdEzmRqZgEFDaC/2EQwqAqVrnWOyLNur8eF5i4VQYWP9MlVdTDWAvu/bqqpe4jjOHMcJMBCoEHWcVGsNw/DhNICFwLwQf2pCbfrUWjERWBkBa4MQGJkwHbIZQidkU4QuyOYIHRASiLUQMog1EFKIpRByiCUQkoi5ELKIORDSiKkQ8ogpECMQ/0GMQYxBjEL8BTEOcQliJOIcYiziN8RohIpvAQYA3pySXJsXqj0AAAAASUVORK5CYII=);
}
.cta-button {
    display: inline-block;
    padding: 20px;
    background-color: #000;
    color: #fff;
}
.cta-button:hover {
    display: inline-block;
    padding: 20px;
    background-color: #999;
    color: #fff;
}
.accordion-item .heading {
    background-color: #000;
    padding: 10px 70px 10px 10px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-item .heading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNENEQ2QjMzODgxMzExRTM5NURGQUZCQjRFNURCRUI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNENEQ2QjM0ODgxMzExRTM5NURGQUZCQjRFNURCRUI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q0RDZCMzE4ODEzMTFFMzk1REZBRkJCNEU1REJFQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q0RDZCMzI4ODEzMTFFMzk1REZBRkJCNEU1REJFQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6glqgiAAACKklEQVR42tzYP0gCURgAcO9FEpjgv09IcHBwkBwkhEBo0rE1ml2CaAhCqiFKbAh0qCFqiKCagmgQaoqcEg1UcBBEBCcHxUUU0TDt3VFR0R+1e8d775vu4B2PH9/7vu/uhH6/rxIEwaRiPJCKjwAeIMBDRoCHowU81AjwUOzAQ9cCHtov8DBHgIeBCIMsQjwgaIfAMIsRDwhaITDKQ4gHBG0Q+M/DRCC9Xq9Yq9UCSiGIQer1+oXRaNyoVqurSiCIQaxW626j0TgDgK0/MCDXnkQgzWazb7FY1lut1rWIqVQqyyQRRItdxDidzpV2u31rNptD5XLZTwpBvGuVSqVnn8+3hDH3OEPhVwyQ2It4+43H409+HJ1O50HEpFKpBRL7CEr91/J6vbZoNHqq0WimE4nEpsfjuWERIh2nQCAwFYlE7vCeTwihGaaO1hsCZ2QyGAweiNfJZHKbtaMlIdxu90QsFjvWarWz6XR6B99fsQSREDabbTyTyRzqdLq5bDYbcrlclywVu4TQ6/VjxWJx32Aw+EgiSNWIhFCr1UKhUNgTEblcLkwSQQLyjsDDcNtkMs3n8/l9POHPSHcUJDdCDJyJNTz8FkWEw+E4UeJjRq4a+fTa0e12H3FGzu12+5FSX2VyQEBFQSA5M8EqhBrEfyBUIUaFUIcYBUIlYlgItYhhIFQjBoVQjxgEwgTiLwgziN8gTCF+gjCH+A7CJOIrhFnERwjTCDFeBBgAM5uxl7UusKcAAAAASUVORK5CYII=);
}

.heading {
    background-color: #ooo;
    color: #fff;
}

.accordion-item .heading h3 {
    margin: 0;
}

.accordion-item .heading a {
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.accordion-item p {
    color: #000;
}


.accordion-item.open .heading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2RTFDRkIzODgxMzExRTNCRjQ0QzIzNzcwQ0E0MUQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ2RTFDRkI0ODgxMzExRTNCRjQ0QzIzNzcwQ0E0MUQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDZFMUNGQjE4ODEzMTFFM0JGNDRDMjM3NzBDQTQxRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDZFMUNGQjI4ODEzMTFFM0JGNDRDMjM3NzBDQTQxRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5kS0JCAAABiElEQVR42tzYvWqEQBAAYF1jIShpMlrkBVJcceBrWCRdXiKlIKQWApZ5guuCTfIitvcOmipoKxs3cBCOi/FnB2dnGnHZlf2YnVnQllJatm3fWIaHsHgEcIAAh4wAh6MFHGoEOBQ7cOhawKH9Aod7BDhciDBlkuCAoA6BOZMFBwRVCCxZJDggqEFgzWLBAUEFAjo+IjggtoaAzo9pgUgpP9u2fU3T9HoOIkmSoK7rfFh/XLuHKx2QruvefN9/zPN8N7zeF0XxNQVRluXB87y7pmneSWQkCIInhXFddzdgPkYycxERRdEzmRqZgEFDaC/2EQwqAqVrnWOyLNur8eF5i4VQYWP9MlVdTDWAvu/bqqpe4jjOHMcJMBCoEHWcVGsNw/DhNICFwLwQf2pCbfrUWjERWBkBa4MQGJkwHbIZQidkU4QuyOYIHRASiLUQMog1EFKIpRByiCUQkoi5ELKIORDSiKkQ8ogpECMQ/0GMQYxBjEL8BTEOcQliJOIcYiziN8RohIpvAQYA3pySXJsXqj0AAAAASUVORK5CYII=);
}


.imageheadline {
    position: relative
}

    .imageheadline div {
        margin: 8px;
    }

    .imageheadline .title {
        position: absolute;
        bottom: 5%;
        left: 5%;
        max-width: 90%;
        background: #fff;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        padding: 3px;
        margin: 0;
        text-align: center;
        line-height: 18px;
    }



.hero-image {
    height: 300px;
    background-size: cover;
}

div.section {
    margin-left: 250px;
}

@media (max-width: 1259px) {
    div.section {
        margin-left: 0;
    }
}
.result-listing {
    margin-bottom: 30px;
}
.row.dynamic {
    margin-left:-24px;
}
.card-video iframe {
    width:100%;
}

form.mvc-form {
    margin-left: -30px
}

.mvc-form .hidden {
    display: none;
}

.mvc-form .columns {
    margin: 10px 0;
}

.mvc-form textarea {
    width: 100%;
}

.mvc-form .subheading {
    font-size: 16px;
    font-weight: bold;
}

.mvc-form input {
    width: 100%;
}
.mvc-form input, .mvc-form select, .mvc-form textarea {
    max-width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
}

.mvc-form input[type=file] {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
}

.mvc-form label {
    display: block;
    margin: 0px 0px 15px 0px;
}

.mvc-form textarea {
    min-height: 100px;
}

.mvc-form input[type=text]:focus {
    outline: none;
    border: 1px solid #000;
    color: #000;
}

.mvc-form select {
    color: #000 !important;
    background: #fff !important;
}

.mvc-form option {
    overflow-wrap: break-word;
    white-space: wrap;
    color: #fff !important;
    background: #2a3240 !important;
    margin-left: 10px;
}

.mvc-form option:selection {
    color: #f00 !important;
    background: #007bc3 !important;
}

.mvc-form option:hover {
    color: #fff !important;
    background: #007bc3 !important;
}

.mvc-form input[type=checkbox] {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -2px 20px 0 0;
}

.mvc-form input[type=checkbox] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.mvc-form input[type=checkbox]:checked {
    appearance: auto;
    clip-path: circle(50% at 50% 50%);
    background-color: blue;
}


.mvc-form input[type=file] {
    border: 0
}

.mvc-form input[type=submit] {
    background-color: #1b6b2b;
    color: #fff;
}

.mvc-form .input-validation-error {
    margin-bottom: 70px;
}

.mvc-form .form-section {
    position: relative;
    float: left;
    width: 100%;
}

.mvc-form .columns {
    display: block;
}

.mvc-form .field-validation-error {
    position: absolute;
    bottom: 0;
    width: 91%;
    padding: 20px;
}

.mvc-form .field-validation-error span {
    background-repeat: no-repeat;
    background-image: none;
    width: 100%
}

.mvc-form textarea:disabled {
    display: none
}
