@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* ----- !!   WARNING : DO NOT EDIT THE CSS FILE DIRECTLY  !! ----- */
/* ----- !! YOU MUST EDIT SCSS FILE AND GENERATE A NEW CSS !! ----- */
/* ---------------------------------------------------------------- */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 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/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 when focused and also mouse hovered in all browsers.
 */
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;
  cursor: help;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
  font-weight: 550;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  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, #pagertop a,
#pagerbottom a,
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, #pagertop a,
#pagerbottom a {
  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, #pagertop a,
#pagerbottom a,
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, #pagertop a,
#pagerbottom a,
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], #pagertop a[disabled],
#pagerbottom a[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, #pagertop a::-moz-focus-inner,
#pagerbottom a::-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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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.
 */
fieldset {
  border: 1px solid silver;
  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;
}

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

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

:root {
  --responsive-grid-columns--small: 2;
  --responsive-grid-columns--medium-large: 8;
}

.alerts-recipients-list:after, .alertsform:after, .rmap-object-list li:after, .rmap-object-list:after, .rmap-accordion__content:after, .rmap-popup:after, .rmap-form__row:after, .rmap-form:after, .rmap-rota-control:after, .rmap-subnav:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "cmu_serifroman";
  src: url("../core/fonts/cmunrm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../core/fonts/WorkSans-VariableFont_wght.ttf");
}
html,
body {
  font-family: "Work Sans", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #eee;
  color: #333;
}

h1 {
  font-size: 28px;
  font-weight: 400;
}

h2 {
  font-size: 42px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  line-height: 1.5;
  margin: 15px 0;
}

.rmap-title {
  font-family: cmu_serifroman, "Times New Roman", serif;
  font-weight: 300;
  margin: 0.6em 0;
}

ul li,
ol li {
  line-height: 1.5;
}

.list--vertical-spacing li {
  margin-bottom: 15px;
}
.list--vertical-spacing li:last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px dotted #658dc7;
}

.container-fluid-max {
  max-width: 1440px;
}

a:focus,
button:focus,
#pagertop a:focus,
#pagerbottom a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #ff9f43;
  outline-offset: 2px;
}

.rmap-header {
  position: sticky;
  background: #2e4f7e;
  color: #fff;
  top: 0;
  z-index: 1500;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .rmap-header {
    overflow-x: initial;
  }
}
.rmap-header__title {
  font-size: 25px;
  display: inline-block;
}
.rmap-header__title a:link,
.rmap-header__title a:visited {
  color: #fff;
  text-decoration: none;
}
.rmap-header__title a:hover {
  opacity: 0.75;
}
.rmap-header__user {
  border-radius: 100px;
  background-color: #658dc7;
  color: #fff;
  font-weight: 600;
  min-width: 40px;
  height: 40px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  text-transform: uppercase;
}
.rmap-header__dept {
  display: none;
  font-size: 13px;
  text-transform: uppercase;
}
.rmap-header__flex {
  display: flex;
  align-items: stretch;
}

.rmap-header__user + .rmap-header__dept {
  margin-left: 15px;
}

.rmap-footer {
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.rmap-nav-wrapper {
  position: fixed;
  display: none;
  background-color: #2e4f7e;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow-y: scroll;
  padding-top: 45px;
  width: 100vw;
}
@media (min-width: 768px) {
  .rmap-nav-wrapper {
    position: static;
    background-color: transparent;
    display: flex !important;
    flex-grow: 1;
    overflow-y: visible;
    padding-top: 0;
    width: auto;
    height: 65px;
  }
}

.rmap-mainnav {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}
.rmap-mainnav > li {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .rmap-mainnav > li {
    display: flex;
    align-items: stretch;
    width: auto;
  }
}
@media (min-width: 768px) {
  .rmap-mainnav {
    margin: 0 15px;
    padding: 0;
    width: auto;
  }
  .rmap-mainnav--flex {
    display: flex;
    align-items: stretch;
  }
  .rmap-mainnav--help {
    margin-left: -15px;
  }
  .rmap-mainnav--account {
    margin-right: -15px;
    margin-left: auto;
  }
  .rmap-mainnav--account .rmap-mainnav__dropdown-column {
    text-align: right;
  }
  .rmap-mainnav--account .rmap-header__user {
    display: flex;
  }
  .rmap-mainnav--account .rmap-header__dept {
    display: flex;
  }
}

.rmap-mainnav__parent.on {
  background-color: #658dc7;
  color: #fff;
}
.rmap-mainnav__parent.on .rmap-header__user {
  background-color: #2e4f7e;
}
.rmap-mainnav__parent.nav-hover, .rmap-mainnav__parent:focus {
  background-color: #294771;
  color: #fff;
}

.rmap-mainnav__item {
  color: #e8eef6;
  padding: 5px 15px;
  margin-left: -15px;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% + 30px);
  background-color: #203859;
  cursor: pointer;
}
.rmap-mainnav__item:after {
  content: "" !important;
}
@media (min-width: 768px) {
  .rmap-mainnav__item {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding: 15px 15px 0;
    background-color: transparent !important;
    height: 50px;
  }
  .rmap-mainnav__item:hover, .rmap-mainnav__item:focus {
    z-index: 1;
    position: relative;
    background-color: transparent;
    color: #fff;
  }
  .rmap-mainnav__item:hover .rmap-mainnav__dropdown, .rmap-mainnav__item:focus .rmap-mainnav__dropdown {
    display: block;
  }
  .rmap-mainnav__item:hover:after, .rmap-mainnav__item:focus:after {
    background-color: transparent;
    content: "";
    position: fixed;
    top: 47px;
    left: 50%;
    margin-left: -50%;
    width: 100vw;
    height: 18px;
  }
}

.rmap-mainnav__alert, .rmap-icon-new::after, .rmap-icon-new::before {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background-color: #ce4444;
  height: 15px;
  min-width: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  padding: 0px 2px;
  top: -5px;
  margin-left: 2px;
  font-weight: 600;
}

.rmap-mainnav__dropdown {
  display: block;
  width: 100%;
}
.rmap-mainnav__dropdown-column {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown-column {
    padding-top: 0;
  }
}
.rmap-mainnav__dropdown-column:last-child {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown-column:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown {
    position: absolute;
    display: none;
    top: 65px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
  .rmap-mainnav__dropdown-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 38px;
    background-color: #203859;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    min-height: 350px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }
  .rmap-mainnav__dropdown-column--1 {
    grid-column: 1/2;
  }
  .rmap-mainnav__dropdown-column--1-2 {
    grid-column: 1/3;
  }
  .rmap-mainnav__dropdown-column--2 {
    grid-column: 2/3;
  }
  .rmap-mainnav__dropdown-column--3 {
    grid-column: 3/4;
  }
  .rmap-mainnav__dropdown-column--4 {
    grid-column: 4/5;
  }
  .rmap-mainnav__dropdown-column--5 {
    grid-column: 5/6;
  }
}
.rmap-mainnav__dropdown ul {
  margin: 0;
}
.rmap-mainnav__dropdown ul li + li {
  margin-top: 7.5px;
}
.rmap-mainnav__dropdown a {
  color: #e8eef6;
  text-decoration: none;
}
.rmap-mainnav__dropdown a:hover, .rmap-mainnav__dropdown a:focus {
  color: #fff;
  text-decoration: underline;
  z-index: 1;
}
.rmap-mainnav__dropdown p {
  font-size: 13px;
}
.rmap-mainnav__dropdown p a {
  text-decoration: underline;
}
.rmap-mainnav__dropdown hr {
  border-top: 1px dotted #e8eef6;
  display: block;
}
.rmap-mainnav__dropdown .rmap-mainnav__alert, .rmap-mainnav__dropdown .rmap-icon-new::after, .rmap-mainnav__dropdown .rmap-icon-new::before {
  margin-left: -3px;
}
.rmap-mainnav__dropdown .rmap-icon-new::after {
  margin-left: 2px;
}

.rmap-nav-open.rmap-mainnav__parent {
  background-color: #203859;
}
.rmap-nav-open .rmap-mainnav__dropdown {
  display: block;
}
.rmap-nav-open .rmap-mainnav__dropdown-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .rmap-nav-open .rmap-mainnav__dropdown-content {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }
}

.rmap-mainnav__title {
  margin: 15px 0 7.5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.rmap-mainnav__title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rmap-mainnav__title {
    margin: 30px 0 7.5px;
  }
}

.rmap-mainnav__no-bids {
  color: #658dc7;
}

.rmap-mainnav__chosen-wrapper {
  padding: 5px 15px;
}

.rmap-mainnav--menu {
  width: auto;
  margin-left: auto;
  margin-right: -15px;
}
.rmap-mainnav--menu .rmap-mainnav__parent {
  display: flex;
  align-items: stretch;
}
.rmap-mainnav--menu .rmap-mainnav__item {
  display: flex;
  align-items: center;
  width: auto;
  background-color: transparent;
}
@media (min-width: 768px) {
  .rmap-mainnav--menu {
    display: none;
  }
}

.rmap-mainnav__close {
  position: fixed;
  left: calc(100vw - 50px);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  top: 0;
  padding: 15px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .rmap-mainnav__close {
    display: none;
  }
}

.rmap-panel-header {
  margin: 19.95px 0 0 0;
  padding: 0;
  font-size: 32px;
  text-transform: none;
  position: relative;
}
.rmap-panel-header > .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-panel-header > .paginate_button {
  float: right;
  padding: 10px;
  margin: 2px 0 0 10px;
  font-weight: 550;
}
.rmap-panel-header__filter {
  font-weight: 400;
  color: #658dc7;
  margin-right: 7.5px;
}

.rmap-panel-header--error {
  background-color: #ce4444;
  color: #fff;
  padding-left: 10px;
}

.rmap-panel-header__help {
  cursor: pointer;
  width: 20px;
  opacity: 0.33;
}
.rmap-panel-header__help:hover, .rmap-panel-header__help:focus {
  opacity: 1;
}

.rmap-panel, .rmap-login__panel {
  background: #fff;
  padding: 15px 15px;
}
.rmap-panel * * .rmap-message:first-child, .rmap-panel * * .loading-overlay__message:first-child, .rmap-login__panel * * .rmap-message:first-child, .rmap-login__panel * * .loading-overlay__message:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .rmap-panel .col-xs-12, .rmap-login__panel .col-xs-12 {
    margin-top: 0;
  }
}

.rmap-panel-header + .rmap-panel, .rmap-panel-header + .rmap-login__panel {
  margin-top: 15px;
}

.rmap-panel__title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rmap-panel__title:first-child,
.rmap-message + .rmap-panel__title,
.loading-overlay__message + .rmap-panel__title {
  margin-top: 5px;
}

.rmap-panel .row + .row .rmap-panel__title:first-child, .rmap-login__panel .row + .row .rmap-panel__title:first-child {
  margin-top: 30px;
}

.rmap-panel__title--small-top,
hr + .rmap-panel__title {
  margin-top: 15px;
}

.rmap-subnav {
  list-style: none;
  margin: 0;
  padding: 11.25px 0 15px 0;
  font-size: 14px;
  white-space: nowrap;
  overflow-x: auto;
}
.rmap-subnav li {
  display: inline-block;
  margin: 0 7px;
  line-height: normal;
}
.rmap-subnav li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.rmap-subnav li a.active {
  font-weight: 550;
}
.rmap-subnav li a.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  bottom: -15px;
  margin-left: -8px;
}
.rmap-subnav li:first-child {
  margin-left: 0;
}
.rmap-subnav li:last-child {
  margin-right: 0;
}

a {
  color: #2e4f7e;
  text-decoration: underline;
  transition-duration: 200ms;
}
a:hover, a:focus {
  color: #203859;
}
a[href^=http] {
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
}
a[href^=http]:after {
  content: "⇗";
  font-weight: 550;
  position: absolute;
  right: 1px;
  top: -6%;
}

.rmap-button, .dataTables_wrapper .dataTables_paginate .paginate_button {
  position: relative;
  display: inline-block;
  background-color: #2e4f7e;
  border: 1.5px solid transparent;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  line-height: 16px;
}
.rmap-button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .rmap-button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: #203859;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 540px) {
  .rmap-button + .rmap-button, .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .rmap-button + .rmap-button, .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
    margin-left: 5px;
  }
}

.rmap-button--icon svg {
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: -4px;
}
.rmap-button--icon svg path {
  fill: #fff;
  transition-duration: 200ms;
}
.rmap-button--icon:hover svg path, .rmap-button--icon:focus svg path {
  fill: #e8eef6;
}

.rmap-button--iconright svg {
  margin-left: 7px;
}

.rmap-button--secondary {
  background-color: #658dc7;
}

.rmap-button--affirmative {
  background-color: #58b458;
}
.rmap-button--affirmative:hover, .rmap-button--affirmative:focus {
  background-color: #3b843b;
  color: #fff;
}
.rmap-button--affirmative:hover svg path, .rmap-button--affirmative:focus svg path {
  fill: #fff;
}

.rmap-button--warning {
  background-color: #E5B412;
}
.rmap-button--warning:hover, .rmap-button--warning:focus {
  background-color: #9e7c0c;
  color: #fff;
}
.rmap-button--warning:hover svg path, .rmap-button--warning:focus svg path {
  fill: #fff;
}

.rmap-button--concern {
  background-color: #d2833a;
}
.rmap-button--concern:hover, .rmap-button--concern:focus {
  background-color: #9c5d24;
  color: #fff;
}
.rmap-button--concern:hover svg path, .rmap-button--concern:focus svg path {
  fill: #fff;
}

.rmap-button--caution {
  background-color: #ce4444;
}
.rmap-button--caution:hover, .rmap-button--caution:focus {
  background-color: #9c2929;
  color: #fff;
}
.rmap-button--caution:hover svg path, .rmap-button--caution:focus svg path {
  fill: #fff;
}

.rmap-button--onleave {
  background-color: #2e4f7e;
}
.rmap-button--onleave:hover, .rmap-button--onleave:focus {
  background-color: #1a2c46;
  color: #fff;
}
.rmap-button--onleave:hover svg path, .rmap-button--onleave:focus svg path {
  fill: #fff;
}

.rmap-button--unassignable {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #f1f1f1 10px, #f1f1f1 20px) !important;
  color: #262626;
  border: 1.5px solid #2e4f7e;
}
.rmap-button--unassignable:hover, .rmap-button--unassignable:focus {
  color: #000;
  background: repeating-linear-gradient(45deg, #d9d9d9, #d9d9d9 10px, #cbcbcb 10px, #cbcbcb 20px) !important;
}
.rmap-button--unassignable:hover svg path, .rmap-button--unassignable:focus svg path {
  fill: #000;
}

.rmap-button--unassignable.rmap-button--onleave {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #d5e0f0 10px, #d5e0f0 20px) !important;
  color: #262626;
  border: 1.5px solid #2e4f7e;
}
.rmap-button--unassignable.rmap-button--onleave:hover, .rmap-button--unassignable.rmap-button--onleave:focus {
  color: #000;
  background: repeating-linear-gradient(45deg, #d9d9d9, #d9d9d9 10px, #9db7db 10px, #9db7db 20px) !important;
}
.rmap-button--unassignable.rmap-button--onleave:hover svg path, .rmap-button--unassignable.rmap-button--onleave:focus svg path {
  fill: #000;
}

.rmap-button[disabled], .dataTables_wrapper .dataTables_paginate [disabled].paginate_button,
.rmap-button--disabled {
  background-color: #eee;
  color: #999 !important;
  cursor: not-allowed;
}
.rmap-button[disabled] svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button svg path,
.rmap-button--disabled svg path {
  fill: #999;
}
.rmap-button[disabled]:hover, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:hover, .rmap-button[disabled]:focus, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:focus,
.rmap-button--disabled:hover,
.rmap-button--disabled:focus {
  background-color: #eee;
  color: #999 !important;
}
.rmap-button[disabled]:hover svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:hover svg path, .rmap-button[disabled]:focus svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:focus svg path,
.rmap-button--disabled:hover svg path,
.rmap-button--disabled:focus svg path {
  fill: #999;
}

.rmap-button--outline {
  background-color: transparent;
  border: 1.5px solid #2e4f7e;
  color: #2e4f7e !important;
  padding: 6px 12px;
}
.rmap-button--outline svg path {
  fill: #2e4f7e;
}
.rmap-button--outline:hover, .rmap-button--outline:focus {
  border-color: #203859;
  color: #fff !important;
  background-color: #203859 !important;
}
.rmap-button--outline:hover svg path, .rmap-button--outline:focus svg path {
  fill: #fff !important;
}
.rmap-button--outline.rmap-button--affirmative {
  border-color: #58b458;
  color: #58b458 !important;
}
.rmap-button--outline.rmap-button--affirmative svg path {
  fill: #58b458;
}
.rmap-button--outline.rmap-button--affirmative:hover, .rmap-button--outline.rmap-button--affirmative:focus {
  color: #fff !important;
  border-color: #3b843b;
  background-color: #3b843b !important;
}
.rmap-button--outline.rmap-button--warning {
  border-color: #cda110;
  color: #cda110 !important;
}
.rmap-button--outline.rmap-button--warning svg path {
  fill: #E5B412;
}
.rmap-button--outline.rmap-button--warning:hover, .rmap-button--outline.rmap-button--warning:focus {
  color: #fff !important;
  border-color: #9e7c0c;
  background-color: #9e7c0c !important;
}
.rmap-button--outline.rmap-button--concern {
  border-color: #d2833a;
  color: #d2833a !important;
}
.rmap-button--outline.rmap-button--concern svg path {
  fill: #d2833a;
}
.rmap-button--outline.rmap-button--concern:hover, .rmap-button--outline.rmap-button--concern:focus {
  color: #fff !important;
  border-color: #9c5d24;
  background-color: #9c5d24 !important;
}
.rmap-button--outline.rmap-button--caution {
  border-color: #ce4444;
  color: #ce4444 !important;
}
.rmap-button--outline.rmap-button--caution svg path {
  fill: #ce4444;
}
.rmap-button--outline.rmap-button--caution:hover, .rmap-button--outline.rmap-button--caution:focus {
  color: #fff !important;
  border-color: #9c2929;
  background-color: #9c2929 !important;
}
.rmap-button--outline.rmap-button[disabled], .dataTables_wrapper .dataTables_paginate .rmap-button--outline[disabled].paginate_button, .rmap-button--outline.rmap-button--disabled {
  border-color: #eee !important;
  background-color: transparent;
  color: #999 !important;
}
.rmap-button--outline.rmap-button[disabled]:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--outline[disabled].paginate_button:hover, .rmap-button--outline.rmap-button--disabled:hover {
  background-color: #eee !important;
}
.rmap-button--outline.rmap-button--light {
  border-color: #999 !important;
  color: #999 !important;
}
.rmap-button--outline.rmap-button--light:hover, .rmap-button--outline.rmap-button--light:focus {
  border-color: gray !important;
  color: #fff !important;
  background-color: gray !important;
}
.rmap-button--outline.rmap-button--white {
  border-color: #fff !important;
  color: #fff !important;
}
.rmap-button--outline.rmap-button--white:hover, .rmap-button--outline.rmap-button--white:focus {
  border-color: #e6e6e6 !important;
  color: #e6e6e6 !important;
}

.rmap-button--textonly, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  color: #2e4f7e;
  text-decoration: none;
}
.rmap-button--textonly svg path, .dataTables_wrapper .dataTables_paginate .paginate_button svg path {
  fill: #2e4f7e;
}
.rmap-button--textonly:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .rmap-button--textonly:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: transparent;
  color: #658dc7;
}
.rmap-button--textonly:hover svg path, .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path, .rmap-button--textonly:focus svg path, .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg path {
  fill: #658dc7;
}
.rmap-button--textonly.rmap-button--affirmative, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button {
  color: #58b458;
}
.rmap-button--textonly.rmap-button--affirmative svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button svg path {
  fill: #58b458;
}
.rmap-button--textonly.rmap-button--affirmative:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button:hover, .rmap-button--textonly.rmap-button--affirmative:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button:focus {
  color: #3b843b;
}
.rmap-button--textonly.rmap-button--affirmative:hover svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button:hover svg path, .rmap-button--textonly.rmap-button--affirmative:focus svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--affirmative.paginate_button:focus svg path {
  fill: #3b843b;
}
.rmap-button--textonly.rmap-button--warning, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button {
  color: #E5B412;
}
.rmap-button--textonly.rmap-button--warning svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button svg path {
  fill: #E5B412;
}
.rmap-button--textonly.rmap-button--warning:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button:hover, .rmap-button--textonly.rmap-button--warning:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button:focus {
  color: #9e7c0c;
}
.rmap-button--textonly.rmap-button--warning:hover svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button:hover svg path, .rmap-button--textonly.rmap-button--warning:focus svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--warning.paginate_button:focus svg path {
  fill: #9e7c0c;
}
.rmap-button--textonly.rmap-button--concern, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button {
  color: #d2833a;
}
.rmap-button--textonly.rmap-button--concern svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button svg path {
  fill: #d2833a;
}
.rmap-button--textonly.rmap-button--concern:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button:hover, .rmap-button--textonly.rmap-button--concern:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button:focus {
  color: #9c5d24;
}
.rmap-button--textonly.rmap-button--concern:hover svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button:hover svg path, .rmap-button--textonly.rmap-button--concern:focus svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--concern.paginate_button:focus svg path {
  fill: #9c5d24;
}
.rmap-button--textonly.rmap-button--caution, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button {
  color: #ce4444;
}
.rmap-button--textonly.rmap-button--caution svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button svg path {
  fill: #ce4444;
}
.rmap-button--textonly.rmap-button--caution:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button:hover, .rmap-button--textonly.rmap-button--caution:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button:focus {
  color: #9c2929;
}
.rmap-button--textonly.rmap-button--caution:hover svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button:hover svg path, .rmap-button--textonly.rmap-button--caution:focus svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--caution.paginate_button:focus svg path {
  fill: #9c2929;
}
.rmap-button--textonly.rmap-button[disabled], .dataTables_wrapper .dataTables_paginate [disabled].paginate_button, .rmap-button--textonly.rmap-button--disabled, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button {
  background-color: transparent;
}
.rmap-button--textonly.rmap-button[disabled] svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button svg path, .rmap-button--textonly.rmap-button--disabled svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button svg path {
  fill: #999;
}
.rmap-button--textonly.rmap-button[disabled]:hover, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:hover, .rmap-button--textonly.rmap-button[disabled]:focus, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:focus, .rmap-button--textonly.rmap-button--disabled:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button:hover, .rmap-button--textonly.rmap-button--disabled:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button:focus {
  background-color: transparent;
}
.rmap-button--textonly.rmap-button[disabled]:hover svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:hover svg path, .rmap-button--textonly.rmap-button[disabled]:focus svg path, .dataTables_wrapper .dataTables_paginate [disabled].paginate_button:focus svg path, .rmap-button--textonly.rmap-button--disabled:hover svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button:hover svg path, .rmap-button--textonly.rmap-button--disabled:focus svg path, .dataTables_wrapper .dataTables_paginate .rmap-button--disabled.paginate_button:focus svg path {
  fill: #999;
}

.rmap-button--small {
  font-size: 13px;
  padding: 2px 8px;
}
.rmap-button--small.rmap-button--outline {
  padding: 2px 7px;
}

.rmap-button--object {
  border-radius: 11px;
  padding: 6px 12px;
  text-align: left;
}
.rmap-button--object.rmap-button--small {
  padding: 2px 8px;
}
.rmap-button--object .rmap-shift-marker {
  padding: 0px 4px 0px;
  vertical-align: bottom;
}

.rmap-button--textleft {
  text-align: left;
}

.rmap-button--right,
.rmap-button__content-right {
  float: right;
}

.rmap-mini-delete, .rmap-mini-delete-options {
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  text-decoration: none;
  line-height: 17px;
  font-size: 17px;
  font-weight: 550;
  padding: 0 3px;
  color: #bbb;
  border: none;
  background: none;
}
.rmap-mini-delete:hover, .rmap-mini-delete-options:hover, .rmap-mini-delete:focus, .rmap-mini-delete-options:focus {
  background-color: #ce4444;
  color: #fff;
}

.rmap-mini-delete--affirmative {
  top: 0;
}
.rmap-mini-delete--affirmative:hover, .rmap-mini-delete--affirmative:focus {
  background-color: #58b458;
}

.rmap-button .rmap-mini-delete, .dataTables_wrapper .dataTables_paginate .paginate_button .rmap-mini-delete, .rmap-button .rmap-mini-delete-options, .dataTables_wrapper .dataTables_paginate .paginate_button .rmap-mini-delete-options {
  right: 5px;
}

.rmap-mini-delete-options {
  z-index: 6;
}
.rmap-mini-delete-options .rmap-button, .rmap-mini-delete-options .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options .paginate_button {
  display: none;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.rmap-mini-delete-options .rmap-button + .rmap-button, .rmap-mini-delete-options .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options .paginate_button + .rmap-button, .rmap-mini-delete-options .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options .rmap-button + .paginate_button, .rmap-mini-delete-options .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options .paginate_button + .paginate_button {
  margin-left: 0;
}
.rmap-mini-delete-options:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  width: auto;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  z-index: 7;
}
.rmap-mini-delete-options:hover .rmap-button, .rmap-mini-delete-options:hover .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options:hover .paginate_button {
  display: block;
}
.rmap-mini-delete-options:hover .rmap-button + .rmap-button, .rmap-mini-delete-options:hover .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options:hover .paginate_button + .rmap-button, .rmap-mini-delete-options:hover .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options:hover .rmap-button + .paginate_button, .rmap-mini-delete-options:hover .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-mini-delete-options:hover .paginate_button + .paginate_button {
  margin-top: 5px;
}

.rmap-button--dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 2;
  background-color: inherit;
  padding: 15px;
  width: 200px;
  border-radius: 3px;
  border-top-right-radius: 0;
}
.rmap-button--dropdown__content .rmap-form__row {
  padding-left: 0;
  padding-right: 0;
}
.rmap-button--dropdown__content .rmap-form__row:first-child {
  padding-top: 0;
}
.rmap-button--dropdown__content input {
  color: #333;
}
.rmap-button--dropdown__content .rmap-button, .rmap-button--dropdown__content .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-button--dropdown__content .paginate_button {
  width: 100%;
  text-align: center;
}
.rmap-button--dropdown__content .rmap-button:hover, .rmap-button--dropdown__content .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .rmap-button--dropdown__content .paginate_button:hover, .rmap-button--dropdown__content .rmap-button:focus, .rmap-button--dropdown__content .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .rmap-button--dropdown__content .paginate_button:focus {
  background-color: #658dc7;
}

.rmap-button--dropdown:hover, .rmap-button--dropdown:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rmap-button--dropdown .rmap-button--dropdown__content {
  display: block;
}

.rmap-button--fullwidth {
  width: 100%;
  text-align: center;
}

.rmap-button--no-spacing {
  padding: 0;
  margin: 0;
}

.rmap-login {
  background-color: #e8eef6;
  min-height: 100vh;
}
.rmap-login p {
  margin: 0 0 15px;
}
.rmap-login .rmap-panel-header {
  display: none;
}
.rmap-login .rmap-form__row + .rmap-form__row {
  padding-top: 30px;
}
.rmap-login .rmap-button[disabled], .rmap-login .dataTables_wrapper .dataTables_paginate [disabled].paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-login [disabled].paginate_button {
  background-color: #eee !important;
}
.rmap-login .multiselect.is-disabled {
  pointer-events: none;
  background-color: #eee;
}

.rmap-login-grid {
  margin: 0 auto;
  padding: 30px 15px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .rmap-login-grid {
    max-width: 1170px;
    padding: 25vh 15px 0;
    grid-template-columns: 0.8fr 1.2fr;
  }
}

.rmap-login__title {
  color: #2e4f7e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: cmu_serifroman, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .rmap-login__title {
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 0.67em;
  }
}

.rmap-login__subtitle {
  font-family: cmu_serifroman, "Times New Roman", serif;
  margin-bottom: 30px !important;
  padding-left: 3px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .rmap-login__subtitle {
    margin-bottom: 60px !important;
  }
}

.rmap-login__panel {
  padding: 15px;
}
@media (min-width: 768px) {
  .rmap-login__panel {
    padding: 60px;
  }
}
.rmap-login__panel .rmap-form .rmap-message, .rmap-login__panel .rmap-form .loading-overlay__message {
  margin: 0;
}
@media (max-width: 540px) {
  .rmap-login__panel .rmap-form__field--control .rmap-button, .rmap-login__panel .rmap-form__field--control .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-login__panel .rmap-form__field--control .paginate_button {
    width: 100%;
    text-align: center;
  }
}

.rmap-login__label {
  font-weight: 600;
}
.rmap-login__label--disabled {
  color: #bbb !important;
}

.rmap-login__selected-org span {
  font-weight: 600;
}
.rmap-login__selected-org a:after {
  content: "";
}

.rmap-login__text {
  color: #2e4f7e;
}

.rmap-login__footer {
  padding: 30px 0 0;
}
@media (max-width: 540px) {
  .rmap-login__footer {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .rmap-login__footer {
    padding: 30px 60px;
  }
}

.rmap-login__subfooter {
  font-size: 12px;
  color: #2e4f7e;
}

.rmap-action-menu {
  position: absolute;
  right: 10px;
  margin-top: 15px;
  padding: 5px 0;
  border: 1px solid #2e4f7e;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.rmap-action-menu:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #2e4f7e transparent;
}
.rmap-action-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.rmap-action-menu .rmap-button, .rmap-action-menu .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-action-menu .paginate_button {
  display: block;
  border: none;
  padding: 5px 10px;
  border-radius: 0;
  text-align: left;
  width: 100%;
}
.rmap-action-menu .rmap-button + .rmap-button, .rmap-action-menu .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .rmap-action-menu .paginate_button + .rmap-button, .rmap-action-menu .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-action-menu .rmap-button + .paginate_button, .rmap-action-menu .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-action-menu .paginate_button + .paginate_button {
  margin: 0 !important;
}

.rmap-calendar-nav {
  background: #e8eef6;
  padding: 0 15px;
  margin-top: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
}
.rmap-calendar-nav:first-child {
  margin-top: 0;
}
.rmap-calendar-nav .chosen-container,
.rmap-calendar-nav select {
  width: auto !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rmap-calendar-nav .chosen-container,
  .rmap-calendar-nav select {
    font-size: 12px;
  }
}
.rmap-calendar-nav .dp-choose-date {
  margin: 10px;
}
.rmap-calendar-nav__left {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .rmap-calendar-nav__left {
    text-align: left;
    flex-basis: initial;
  }
}
.rmap-calendar-nav__right {
  display: inline-block;
  flex-grow: 0;
  margin-bottom: 7.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .rmap-calendar-nav__right {
    margin-bottom: 0;
    flex-basis: initial;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .rmap-calendar-nav {
    flex-wrap: nowrap;
    justify-content: normal;
  }
}

.rmap-calendar-nav__title {
  margin: 10px 0;
  display: inline-block;
  font-size: 18px;
}
@media (min-width: 992px) {
  .rmap-calendar-nav__title {
    font-size: 20px;
  }
}
.rmap-calendar-nav__title--state {
  font-size: 15px;
  text-transform: uppercase;
  color: #658dc7;
  vertical-align: baseline;
  margin-left: 2px;
}
@media (min-width: 992px) {
  .rmap-calendar-nav__title--state {
    font-size: 17px;
  }
}
.rmap-calendar-nav__title span {
  display: inline-block;
}

.rmap-calendar-nav:before,
.rmap-calendar-nav:after {
  content: "";
  display: none;
}

.rmap-calendar-nav--small .rmap-calendar-nav__title {
  font-size: 14px;
  margin: 7px 0;
}
@media (min-width: 992px) {
  .rmap-calendar-nav--small .rmap-calendar-nav__title {
    font-size: 16px;
  }
}
.rmap-calendar-nav--small .rmap-calendar-nav__title--state {
  font-size: 13px;
}
@media (min-width: 992px) {
  .rmap-calendar-nav--small .rmap-calendar-nav__title--state {
    font-size: 15px;
  }
}
.rmap-calendar-nav--small .chosen-container,
.rmap-calendar-nav--small select {
  font-size: 12px;
}

.rmap-rota-control {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.rmap-rota-control > .rmap-message:first-child, .rmap-rota-control > .loading-overlay__message:first-child {
  margin-top: 0;
}

.rmap-rota-control--top-margin {
  margin-top: 15px;
}

.rmap-rota-control__list {
  margin: 0;
  text-align: right;
  float: right;
}
.rmap-rota-control__list li {
  display: inline-block;
  margin-left: 10px;
}

.rmap-rota-control__filter-button {
  float: left;
}

.rmap-rota-control__clear-filter {
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.rmap-rota-filters {
  position: relative;
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 3px;
  background-color: #e8eef6;
  font-size: 14px;
}
.rmap-rota-filters:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 58px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e8eef6 transparent;
}

.rmap-rota-filters-overview {
  position: relative;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 3px;
  background-color: #e8eef6;
  font-size: 14px;
}

.rmap-rota-filters__column {
  display: inline;
  margin-right: 15px;
  white-space: nowrap;
}

.rmap-rota-filters__label {
  font-weight: 550;
}

ul,
ol {
  padding-left: 30px;
}

.rmap-unstyled-list, ul[id^=id_], .rmap-progress, .rmap-tabs__nav, .rmap-form__field--radiocheck ul[id^=id_], .rmap-mainnav__dropdown ul, .rmap-rota-control__list {
  padding: 0;
  list-style: none;
}

.rmap-form__select:focus,
.multiselect:focus, .rmap-form__text:focus, .dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
  border-color: #658dc7;
  box-shadow: 0 0 5px 0 #d5e0f0;
}

.rmap-form__text, .dataTables_wrapper .dataTables_filter input {
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  padding: 5px;
  width: 100%;
  font-size: 15px;
  min-height: 30px;
  min-height: 18px\9 ;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
}
.rmap-form__text[readonly], .dataTables_wrapper .dataTables_filter input[readonly] {
  background: none;
  box-shadow: none;
}

textarea.rmap-form__text {
  min-height: 100px;
}

.rmap-form__select,
.multiselect {
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  padding: 0;
  width: 100%;
  font-size: 15px !important;
  height: 30px;
  color: #2e4f7e;
  cursor: pointer;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
}
.multiselect {
  height: auto;
  min-height: 30px;
}

.rmap-form__input-error,
.rmap-form__input-error:focus,
.rmap-form__input-error + .chosen-container .chosen-single,
.rmap-form__input-error + .chosen-container .chosen-choices,
.rmap-form__row--error .chosen-container,
.rmap-form__row--error .rmap-form__text,
.rmap-form__row--error .dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter .rmap-form__row--error input {
  border: 1px solid #ce4444;
  box-shadow: 0 0 5px 0 #eebdbd;
}

input.dp-applied {
  padding-left: 30px;
}
input.dp-applied + .dp-choose-date {
  position: absolute;
  top: 5px;
  left: 5px;
}

.dp-choose-date {
  opacity: 0.5;
}
.dp-choose-date:hover, .dp-choose-date:focus {
  opacity: 1;
}

.dp-wrapper {
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .rmap-form__text--threequarter,
  .rmap-form__select--threequarter {
    width: 75%;
  }
  .rmap-form__text--threequarter + .chosen-container,
  .rmap-form__select--threequarter + .chosen-container {
    width: 75% !important;
  }
  .rmap-form__text--twothird,
  .rmap-form__select--twothird {
    width: 66%;
  }
  .rmap-form__text--twothird + .chosen-container,
  .rmap-form__select--twothird + .chosen-container {
    width: 66% !important;
  }
  .rmap-form__text--half,
  .rmap-form__select--half {
    width: 50%;
  }
  .rmap-form__text--half + .chosen-container,
  .rmap-form__select--half + .chosen-container {
    width: 50% !important;
  }
  .rmap-form__text--half + .rmap-form__note,
  .rmap-form__select--half + .rmap-form__note {
    margin-left: 5px;
  }
  .rmap-form__text--third,
  .rmap-form__select--third {
    width: 33%;
  }
  .rmap-form__text--third + .chosen-container,
  .rmap-form__select--third + .chosen-container {
    width: 33% !important;
  }
  .rmap-form__text--third + .rmap-form__note,
  .rmap-form__select--third + .rmap-form__note {
    margin-left: 5px;
  }
  .rmap-form__text--quarter,
  .rmap-form__select--quarter {
    width: 25%;
  }
  .rmap-form__text--quarter + .chosen-container,
  .rmap-form__select--quarter + .chosen-container {
    width: 25% !important;
  }
  .rmap-form__text--quarter + .rmap-form__note,
  .rmap-form__select--quarter + .rmap-form__note {
    margin-left: 5px;
  }
  .rmap-form__text--auto,
  .rmap-form__select--auto {
    width: auto;
  }
  .rmap-form__text--auto + .chosen-container,
  .rmap-form__select--auto + .chosen-container {
    width: auto !important;
  }
  .rmap-form__field--dual-selector .rmap-form__text--half,
  .rmap-form__field--dual-selector .rmap-form__select--half {
    width: 49%;
  }
  .rmap-form__field--dual-selector .rmap-form__text--half + .chosen-container,
  .rmap-form__field--dual-selector .rmap-form__select--half + .chosen-container {
    width: 49% !important;
  }
}
.rmap-form {
  position: relative;
  padding: 10px 0 25px;
  background: #eee;
  border-radius: 1px;
}
.rmap-form + .rmap-form {
  margin-top: 15px;
}

.rmap-form__error {
  display: none;
  color: #c53434;
  font-size: 14px;
  margin-top: 5px;
  line-height: normal;
}

.rmap-form__row {
  padding: 15px 30px 0;
  width: 100%;
}

.rmap-form__row--error {
  margin-bottom: 2px;
}
.rmap-form__row--error .rmap-form__label {
  color: #c53434;
}
.rmap-form__row--error .rmap-form__error {
  display: block;
}

.rmap-form__row--pushdown {
  margin-top: 18px;
}

.rmap-form__field {
  position: relative;
  float: left;
  width: 100%;
  line-height: 30px;
}
.rmap-form__field .rmap-form__checkbox {
  margin-top: 8px;
}
.rmap-form__field textarea {
  line-height: normal;
}

.rmap-form__field--radiocheck {
  line-height: 30px;
}
.rmap-form__field--radiocheck label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
  cursor: pointer;
  color: #2e4f7e;
  width: auto;
}
.rmap-form__field--radiocheck .rmap-form__label {
  color: #333;
}
.rmap-form__field--radiocheck .rmap-form__label + .rmap-form__note {
  margin-top: -5px;
}
.rmap-form__field--radiocheck [type=radio],
.rmap-form__field--radiocheck [type=checkbox] {
  margin-right: 5px;
  vertical-align: 1px;
}
.rmap-form__field--radiocheck ul[id^=id_] {
  margin: 0;
}
.rmap-form__field--radiocheck ul[id^=id_] li {
  float: left;
}
.rmap-form__field--radiocheck ul[id^=id_] li label {
  margin-right: 15px;
}

.rmap-form__field--radiocheck-multiline label {
  padding-left: 22px;
  line-height: 20px;
  white-space: normal;
  position: relative;
}
.rmap-form__field--radiocheck-multiline [type=radio],
.rmap-form__field--radiocheck-multiline [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.rmap-form__field--doubleinput .rmap-form__text--half {
  width: 49%;
  height: 30px;
}

.rmap-form__field--control {
  text-align: right;
}
@media (min-width: 768px) {
  .rmap-form__field--control .rmap-align-left {
    float: left;
  }
  .rmap-form__field--control .rmap-align-left.rmap-button--textonly, .rmap-form__field--control .dataTables_wrapper .dataTables_paginate .rmap-align-left.paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-form__field--control .rmap-align-left.paginate_button {
    margin-left: -15px;
  }
}

.rmap-form__label {
  float: left;
  width: 100%;
  font-weight: 550;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .rmap-form__label + .rmap-form__field {
    margin-left: 0 !important;
  }
  .rmap-form__label.rmap-form__label--small {
    font-size: 13px;
    padding: 0;
  }
}
.rmap-form__label + .rmap-form__note {
  float: left;
  width: 100%;
}
.rmap-form__label .rmap-button, .rmap-form__label .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .rmap-form__label .paginate_button {
  font-weight: 400;
}

.rmap-form__label--inline {
  float: none;
  width: auto;
}

.rmap-form__label--title {
  font-size: 20px;
}

.rmap-form__label--disabled {
  color: #999 !important;
}

.rmap-form__row + .rmap-form__row .rmap-form__label--title {
  margin-top: 15px;
}

.rmap-form__label-checkbox {
  font-weight: normal;
  font-size: 12px;
}

.rmap-form__optional:after {
  content: "(Optional)";
  font-size: 12px;
  color: #999;
}

.rmap-form__note {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: normal;
  margin-top: 5px;
}
.rmap-form__note + .rmap-form__note {
  margin-top: 10px;
}

.rmap-form__title {
  margin: 15px 30px 0;
}

.rmap-form--readonly .rmap-form__field {
  padding-top: 5px;
}

.rmap-form__row--inline {
  display: flex;
}
.rmap-form__row--inline .rmap-form__label {
  width: auto;
  line-height: 30px;
  margin-right: 15px;
}
.rmap-form__row--inline .rmap-form__field {
  width: auto;
  line-height: 30px;
  flex: 2;
}

/* Single row inline form */
.rmap-form--inline .rmap-form__label {
  float: none;
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.rmap-form--inline .rmap-form__label:first-child {
  margin-left: 0;
}

.rmap-form .row {
  padding: 0 30px;
}
.rmap-form .row .rmap-form__row {
  padding: 15px 0 0;
}
.rmap-form .row .row {
  padding: 0;
}
.rmap-form hr {
  margin-top: 25px;
}

.rmap-form--nobg {
  background-color: transparent;
  padding: 0;
}
.rmap-form--nobg .rmap-form__title {
  margin-left: 0;
}
.rmap-form--nobg .rmap-form__row {
  padding-left: 0;
  padding-right: 0;
}
.rmap-form--nobg > .row {
  padding: 0;
}

@media (max-width: 767px) {
  .rmap-table-wrapper {
    width: 100%;
    position: relative;
    overflow-x: auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-radius: 3px;
  }
  .rmap-table-wrapper .rmap-table {
    width: auto;
  }
  .rmap-table-wrapper--1000 .rmap-table {
    width: 1000px;
  }
}
.rmap-table {
  display: table;
  width: 100%;
  height: 1px;
  font-size: 14px;
  text-align: left;
}
.rmap-table .thead {
  display: table-header-group;
}
.rmap-table .tbody {
  display: table-row-group;
}
.rmap-table tbody {
  border-bottom: 2px solid #999999;
}
.rmap-table tr:nth-child(odd),
.rmap-table .tr:nth-child(odd) {
  background: #fff;
}
.rmap-table tr:nth-child(even),
.rmap-table .tr:nth-child(even) {
  background: #eee;
}
.rmap-table tr:last-child > td, .rmap-table tr:last-child > .td,
.rmap-table .tr:last-child > td,
.rmap-table .tr:last-child > .td {
  border-bottom: none;
}
.rmap-table .tr {
  display: table-row;
}
.rmap-table th,
.rmap-table .th,
.rmap-table td,
.rmap-table .td {
  padding: 5px;
  font-size: 11px;
}
@media (min-width: 992px) {
  .rmap-table th,
  .rmap-table .th,
  .rmap-table td,
  .rmap-table .td {
    padding: 10px;
    font-size: inherit;
  }
}
.rmap-table th,
.rmap-table .th {
  font-weight: 550;
  background: #e8eef6;
  border-bottom: 2px solid #999999;
  vertical-align: middle;
  text-align: left;
}
.rmap-table .th {
  display: table-cell;
}
.rmap-table td,
.rmap-table .td {
  height: 35px;
  background-position: center;
  vertical-align: middle;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.rmap-table .td {
  display: table-cell;
}
.rmap-table tbody + tbody,
.rmap-table .tbody + .tbody {
  border-top: 1px solid #d5d5d5;
}

.rmap-table--flip-row-color tr:nth-child(even),
.rmap-table--flip-row-color .tr:nth-child(even) {
  background: #fff;
}
.rmap-table--flip-row-color tr:nth-child(odd),
.rmap-table--flip-row-color .tr:nth-child(odd) {
  background: #eee;
}

.rmap-table__seperator {
  border-top: 2px solid #d5d5d5;
}

.rmap-table--grid .rmap-table__seperator > td, .rmap-table--grid .rmap-table__seperator > .td {
  border-top: 2px solid #d5d5d5;
}

.rmap-table--no-row-background tr:nth-child(odd),
.rmap-table--no-row-background .tr:nth-child(odd) {
  background: none;
}
.rmap-table--no-row-background tr:nth-child(even),
.rmap-table--no-row-background .tr:nth-child(even) {
  background: none;
}
.rmap-table--no-row-background tr td,
.rmap-table--no-row-background tr .td,
.rmap-table--no-row-background .tr td,
.rmap-table--no-row-background .tr .td {
  border-bottom: 1px solid #d5d5d5;
}

.rmap-table--highlight tr:hover td,
.rmap-table--highlight tr:hover .td, .rmap-table--highlight tr:focus td,
.rmap-table--highlight tr:focus .td,
.rmap-table--highlight .tr:hover td,
.rmap-table--highlight .tr:hover .td,
.rmap-table--highlight .tr:focus td,
.rmap-table--highlight .tr:focus .td {
  cursor: pointer;
  background: #658dc7 !important;
  color: #fff;
}
.rmap-table--highlight tr:hover td a,
.rmap-table--highlight tr:hover .td a, .rmap-table--highlight tr:focus td a,
.rmap-table--highlight tr:focus .td a,
.rmap-table--highlight .tr:hover td a,
.rmap-table--highlight .tr:hover .td a,
.rmap-table--highlight .tr:focus td a,
.rmap-table--highlight .tr:focus .td a {
  color: #e8eef6;
}
.rmap-table--highlight tr:hover td a:hover, .rmap-table--highlight tr:hover td a:focus,
.rmap-table--highlight tr:hover .td a:hover,
.rmap-table--highlight tr:hover .td a:focus, .rmap-table--highlight tr:focus td a:hover, .rmap-table--highlight tr:focus td a:focus,
.rmap-table--highlight tr:focus .td a:hover,
.rmap-table--highlight tr:focus .td a:focus,
.rmap-table--highlight .tr:hover td a:hover,
.rmap-table--highlight .tr:hover td a:focus,
.rmap-table--highlight .tr:hover .td a:hover,
.rmap-table--highlight .tr:hover .td a:focus,
.rmap-table--highlight .tr:focus td a:hover,
.rmap-table--highlight .tr:focus td a:focus,
.rmap-table--highlight .tr:focus .td a:hover,
.rmap-table--highlight .tr:focus .td a:focus {
  color: #fff;
}
.rmap-table--highlight tr:hover td .rmap-button--outline,
.rmap-table--highlight tr:hover .td .rmap-button--outline, .rmap-table--highlight tr:focus td .rmap-button--outline,
.rmap-table--highlight tr:focus .td .rmap-button--outline,
.rmap-table--highlight .tr:hover td .rmap-button--outline,
.rmap-table--highlight .tr:hover .td .rmap-button--outline,
.rmap-table--highlight .tr:focus td .rmap-button--outline,
.rmap-table--highlight .tr:focus .td .rmap-button--outline {
  background: #fff;
}

.rmap-table__cell--highlight {
  background-color: #58b458;
}

.rmap-table--grid {
  border-top: none;
  table-layout: fixed;
  border-collapse: separate;
}
.rmap-table--grid thead tr,
.rmap-table--grid thead .tr,
.rmap-table--grid .thead tr,
.rmap-table--grid .thead .tr {
  background: none !important;
}
.rmap-table--grid th,
.rmap-table--grid .th {
  text-align: center;
  background: none;
}
.rmap-table--grid td,
.rmap-table--grid .td {
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.rmap-table--grid td:last-child,
.rmap-table--grid .td:last-child {
  border-right: none;
}

.rmap-table--small {
  font-size: 12px;
}
.rmap-table--small th,
.rmap-table--small .th {
  padding: 5px;
}
.rmap-table--small td,
.rmap-table--small .td {
  padding: 5px;
  height: auto;
}

.rmap-table__buttons {
  text-align: right;
}
.rmap-table__buttons form {
  display: inline-block;
}

.rmap-table--sortable tr,
.rmap-table--sortable .tr {
  transition-duration: 250ms;
}
.rmap-table--sortable .draghandle {
  background: url("img/sorthandle.png") no-repeat center;
  cursor: move;
}
.rmap-table--sortable .dragging {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.rmap-table__ticked {
  background-image: url("../core/images/checkmark.svg");
  background-image: url("../core/images/checkmark.png") \9 ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 65%;
  background-color: #c2e3c2 !important;
}

.rmap-table__save-order {
  margin-top: 15px;
}

.rmap-table__row--no-results {
  color: #999;
}

.rmap-table__gridrow-1,
.rmap-table__gridrow-1 > td,
.rmap-table__column-1,
.rmap-table__gridrow-1 {
  background-color: #f6f6f6;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-2,
.rmap-table__gridrow-2 > td,
.rmap-table__column-2,
.rmap-table__gridrow-2 {
  background-color: #eeeeee;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-3,
.rmap-table__gridrow-3 > td,
.rmap-table__column-3,
.rmap-table__gridrow-3 {
  background-color: #e6e6e6;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-4,
.rmap-table__gridrow-4 > td,
.rmap-table__column-4,
.rmap-table__gridrow-4 {
  background-color: #dfdfdf;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-5,
.rmap-table__gridrow-5 > td,
.rmap-table__column-5,
.rmap-table__gridrow-5 {
  background-color: #d7d7d7;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-6,
.rmap-table__gridrow-6 > td,
.rmap-table__column-6,
.rmap-table__gridrow-6 {
  background-color: #cfcfcf;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-7,
.rmap-table__gridrow-7 > td,
.rmap-table__column-7,
.rmap-table__gridrow-7 {
  background-color: #c8c8c8;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-8,
.rmap-table__gridrow-8 > td,
.rmap-table__column-8,
.rmap-table__gridrow-8 {
  background-color: silver;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-9,
.rmap-table__gridrow-9 > td,
.rmap-table__column-9,
.rmap-table__gridrow-9 {
  background-color: #b8b8b8;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-10,
.rmap-table__gridrow-10 > td,
.rmap-table__column-10,
.rmap-table__gridrow-10 {
  background-color: #b1b1b1;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-11,
.rmap-table__gridrow-11 > td,
.rmap-table__column-11,
.rmap-table__gridrow-11 {
  background-color: darkgray;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-table__gridrow-12,
.rmap-table__gridrow-12 > td,
.rmap-table__column-12,
.rmap-table__gridrow-12 {
  background-color: #a2a2a2;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.rmap-rota td,
.rmap-rota .td {
  position: relative;
  text-align: left;
  vertical-align: top;
  background-position: center;
}

.rota-sticky-nav {
  position: fixed;
  margin: 0 auto;
  top: 65px;
  left: 15px;
  background: #fff;
  z-index: 10;
}
.rota-sticky-nav .row {
  margin: 0;
}
@media (min-width: 992px) {
  .rota-sticky-nav {
    display: block;
  }
}

.rmap-rota__session-label {
  width: 40px;
  text-align: right !important;
}
@media (min-width: 992px) {
  .rmap-rota__session-label {
    width: 60px;
  }
}

.rmap-rota__session-label--left {
  text-align: left !important;
}

.rmap-table--small .rmap-rota__session-label {
  width: 40px;
}

.rmap-rota__detail {
  background-color: #fff !important;
  border-bottom: none !important;
  border-right: 1px solid #fff !important;
}

.rmap-rota__detail,
.rmap-rota__detail-th,
.rmap-rota__detail-multiweek {
  width: 115px;
}
@media (min-width: 768px) {
  .rmap-rota__detail,
  .rmap-rota__detail-th,
  .rmap-rota__detail-multiweek {
    width: 160px;
  }
}

.rmap-rota__detail-multiweek {
  background-color: #fff !important;
}

.rmap-rota__detail-name {
  font-weight: 550;
  display: block;
  margin-bottom: 5px;
}

.rmap-rota__revealer {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  float: right;
  background: url("../images/expander.svg") no-repeat center;
}

.rmap-rota__sessions-cell {
  padding: 0 !important;
  height: 100% !important;
}

.rmap-rota__rota-row,
.rmap-rota__sessions-table {
  width: 100%;
  height: 100%;
}

.rmap-rota__row-header {
  font-weight: 550;
}

.rmap-rota__activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rmap-rota__assigned {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rmap-rota__assigned li {
  position: relative;
  padding-left: 5px;
  border-left: 5px solid transparent;
  margin-bottom: 2px;
  line-height: 17px;
}

.rmap-rota__node {
  font-size: 13px !important;
  padding: 5px !important;
}
.rmap-rota__node ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.js-rota-node,
.js-oncall-cell {
  cursor: pointer;
}
.js-rota-node.completed,
.js-oncall-cell.completed {
  cursor: default;
}

.rmap-rota__person-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.rmap-rota__leader {
  font-weight: 550;
}

.rmap-rota__templated {
  color: #999 !important;
}

.rmap-rota__templated-on-leave {
  color: #2e4f7e !important;
  text-decoration: line-through;
}

.rmap-rota__templated-on-blocked, .rmap-rota__templated-on-cancelled {
  text-decoration: line-through;
}

.rmap-rota__demand {
  border-color: #ce4444 !important;
  color: #ce4444 !important;
}
.rmap-rota__demand.has_bid_offer {
  border-left-style: dotted;
}
.rmap-rota__demand.has_bid_offer--bar {
  border-left-style: double;
}
.rmap-rota__demand.rmap-rota__templated {
  border-color: #de8181 !important;
  color: #de8181 !important;
}

.rmap-rota__excess {
  border-color: #58b458 !important;
  color: #58b458 !important;
}
.rmap-rota__excess.rmap-rota__templated {
  border-color: #8dcc8d !important;
  color: #8dcc8d !important;
}

.rmap-rota__conflict-icon {
  color: #ce4444 !important;
  background-image: url("../images/circle-with-minus.svg");
  background-image: url("../images/circle-with-minus.png") \9 ;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px;
  padding-left: 20px !important;
  line-height: 1.1;
  margin-bottom: 5px;
}

.rmap-rota__excess-icon {
  color: #58b458;
  background-image: url("../images/circle-with-plus.svg");
  background-image: url("../images/circle-with-plus.png") \9 ;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 70%;
  padding-left: 20px !important;
}

.rmap-button.rmap-rota__conflict-icon, .dataTables_wrapper .dataTables_paginate .rmap-rota__conflict-icon.paginate_button, .rmap-button.rmap-rota__excess-icon, .dataTables_wrapper .dataTables_paginate .rmap-rota__excess-icon.paginate_button {
  background-position: 5px center;
  padding-left: 25px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rmap-rota__conflict-icon {
    background-image: url("../images/circle-with-minus.png");
  }
  .rmap-rota__excess-icon {
    background-image: url("../images/circle-with-plus.png");
  }
  .has_bid_offer .rmap-rota__conflict-icon {
    background-image: url("../images/circle-hollow.png");
  }
}
.rmap-rota__conflict-text {
  color: #fff;
  background-color: #ce4444;
  padding: 2px 3px;
  display: block;
  text-align: center;
}
.rmap-rota__conflict-text:hover, .rmap-rota__conflict-text:focus {
  color: #e6e6e6;
}

.rmap-rota__priority-text {
  font-weight: 550;
}

.rmap-rota__event-text {
  color: #999;
}

.rmap-rota__alias-text {
  color: #58b458;
}

.rmap-rota__onleave-text {
  color: #2e4f7e;
}

.rmap-rota__alias-text {
  color: #58b458;
}

.rmap-rota__highlight--excluded {
  background-color: #ccc !important;
}
.rmap-rota__highlight--excluded > td {
  background-color: #ccc !important;
}

.rmap-rota__highlight--info {
  background-color: #dee7f3 !important;
}
.rmap-rota__highlight--info > td {
  background-color: #dee7f3 !important;
}

.rmap-rota__highlight--alias-supplementary {
  background-color: #EBF5DF !important;
}
.rmap-rota__highlight--alias-supplementary > td {
  background-color: #EBF5DF !important;
}

.rmap-rota__highlight--alias-substantive {
  background-color: #F7F6D9 !important;
}
.rmap-rota__highlight--alias-substantive > td {
  background-color: #F7F6D9 !important;
}

.rmap-rota__highlight--hoshol {
  background-color: #f8e5a7 !important;
}
.rmap-rota__highlight--hoshol > td {
  background-color: #f8e5a7 !important;
}

.rmap-rota__highlight--event {
  background-color: #f8e5a7 !important;
}
.rmap-rota__highlight--event > td {
  background-color: #f8e5a7 !important;
}

.rmap-rota__highlight--changed {
  background-color: #e5e3ff !important;
}
.rmap-rota__highlight--changed > td {
  background-color: #e5e3ff !important;
}

.rmap-rota__highlight--conflict {
  background-color: #f3d1d1 !important;
}
.rmap-rota__highlight--conflict > td {
  background-color: #f3d1d1 !important;
}

.rmap-rota__highlight--removed {
  background-color: #ce4444 !important;
  color: #fff;
}
.rmap-rota__highlight--removed > td {
  background-color: #ce4444 !important;
}

.rmap-rota__unusable {
  text-decoration: line-through;
  color: #999;
}

.rmap-rota__session {
  border-left: 5px solid transparent;
  padding-left: 3px;
  min-height: 15px;
}
.rmap-rota__session + .rmap-rota__session {
  margin-top: 3px;
}

.rmap-rota__session--highlight {
  background-color: white !important;
}

.rmap-rota__session--covered {
  border-left-color: #999;
}

.rmap-rota__session--uncovered {
  border-left-color: #ce4444;
  color: #ce4444;
}

.rmap-rota__session--uncovered-oncall {
  border-left-color: #EE7600;
  min-height: 20px;
}
.rmap-rota__session--uncovered-oncall .rmap-shift-marker {
  margin-left: 2px;
}

.rmap-rota__session--bidding,
.rmap-rota__session--oncall-bidding {
  border-left-width: 10px !important;
  border-image: url("../images/white-dots-red.png") 10 round;
}
.rmap-rota__session--bidding .rmap-shift-marker,
.rmap-rota__session--oncall-bidding .rmap-shift-marker {
  margin-left: 5px;
}

.rmap-rota__session--oncall-bidding {
  border-image: url("../images/white-dots-orange.png") 10 round;
}

.rmap-rota__session--mentor {
  border-left-color: #aa63c7;
}

.rmap-rota__event-title {
  display: block;
  color: #999;
  color: rgba(0, 0, 0, 0.33);
  text-align: center;
  margin-bottom: 5px;
}

.rmap-rota__cancelled-title {
  display: inline-block;
  padding: 3px 5px;
  background-color: #aaa;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.rmap-rota__nobg {
  background-color: #fff !important;
}

.rmap-rota__slottitle {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  text-decoration: none;
  padding: 2px 4px 1px;
  font-size: 12px;
  font-weight: 550;
  line-height: 14px;
  background-color: #eee;
  margin-bottom: 5px;
  word-break: break-word;
}
.rmap-rota__slottitle + ul {
  margin-top: 5px;
}

.rmap-rota__priority:after {
  content: "P" !important;
  font-size: 10px;
  background-color: #000;
  border-radius: 3px;
  padding: 0px 3px 1px 3px;
  color: #fff;
  vertical-align: 2px;
  line-height: 10px;
  font-weight: 550;
  margin-left: 2px;
}

.rmap-rota__priority--standard_and_alias:after {
  background-color: #58b458;
  content: "P+" !important;
}

.rmap-rota__markers {
  position: relative;
  float: right;
  text-align: right;
  z-index: 1;
}
.rmap-rota__markers img {
  display: inline-block;
}

.rmap-rota__marker {
  cursor: pointer;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
}

.rmap-rota__marker--notes {
  width: 10px;
  height: 13px;
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 26">            <polygon fill="%23F1C40F" points="1,1.1 12.9,1.1 19,7.2 19,25 1,25 "></polygon>            <path d="M0,0v1v24v1h1h18h1v-1V7V6.6l-0.3-0.3l-6-6L13.4,0H13H1H0z M2,2h10v5v1h1h5v16H2V2z M14,3.4L16.6,6H14V3.4z M5,10v2h10v-2H5 z M5,14v2h10v-2H5z M5,18v2h10v-2H5z"></path>        </svg>');
  background-size: 100%;
}

.rmap-rota__marker--private {
  width: 10px;
  height: 13px;
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 26">            <polygon fill="%2300a8ff" points="1,1.1 12.9,1.1 19,7.2 19,25 1,25 "></polygon>            <path d="M0,0v1v24v1h1h18h1v-1V7V6.6l-0.3-0.3l-6-6L13.4,0H13H1H0z M2,2h10v5v1h1h5v16H2V2z M14,3.4L16.6,6H14V3.4z M5,10v2h10v-2H5 z M5,14v2h10v-2H5z M5,18v2h10v-2H5z"></path>        </svg>');
  background-size: 100%;
}

.rmap-shift-marker {
  display: inline-block;
  border-width: 1px;
  border-radius: 4px;
  border-color: #121212;
  border-style: solid;
  text-decoration: none;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: 450;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1f1f1f;
  color: #fff;
  word-break: initial;
}
.rmap-shift-marker .rmap-mini-delete, .rmap-shift-marker .rmap-mini-delete-options {
  position: relative;
  top: 0;
  right: auto;
  margin-left: 5px;
}

.shift-colour {
  background-color: #1f1f1f;
  color: #fff;
}

.rmap-mini-rota {
  position: absolute;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  padding: 7.5px;
  width: 850px;
  z-index: 5;
}

.rmap-mini-rota .rmap-no-results,
.mini-rota .rmap-no-results {
  font-size: 14px !important;
  margin: 15px 0;
}
.rmap-mini-rota .event-values-quickview,
.mini-rota .event-values-quickview {
  margin-top: 15px;
}

.rmap-mini-rota--right:before, .rmap-mini-rota--right:after,
.rmap-mini-rota--left:before,
.rmap-mini-rota--left:after,
.rmap-mini-rota--top:before,
.rmap-mini-rota--top:after,
.rmap-mini-rota--bottom:before,
.rmap-mini-rota--bottom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: calc(50% - 4px);
  margin-left: 0;
}

.rmap-mini-rota--low:after, .rmap-mini-rota--low:before {
  top: calc(75% - 4px);
}

.rmap-mini-rota--high:after, .rmap-mini-rota--high:before {
  top: calc(25% - 4px);
}

.rmap-mini-rota--right:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent;
  right: 100%;
}
.rmap-mini-rota--right:before {
  border-color: transparent #d5d5d5 transparent;
  border-width: 10px 10px 10px 0;
  right: 100%;
}

.rmap-mini-rota--left:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
.rmap-mini-rota--left:before {
  border-color: transparent transparent transparent #d5d5d5;
  border-width: 10px 0 10px 10px;
  left: 100%;
}

.rmap-mini-rota--top:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  left: calc(50% - 6px);
}
.rmap-mini-rota--top:before {
  border-color: transparent transparent #d5d5d5 transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  left: calc(50% - 8px);
}

.rmap-mini-rota--bottom:after {
  border-width: 8px 8px 0px 8px;
  border-color: #fff transparent transparent transparent;
  top: 100%;
  left: calc(50% - 6px);
}
.rmap-mini-rota--bottom:before {
  border-color: #d5d5d5 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  top: 100%;
  left: calc(50% - 8px);
}

.rmap-mini-rota__hr {
  display: block;
  margin: 15px 0;
}

.rmap-mini-rota > .rmap-mini-rota__hr:first-of-type {
  display: none;
}

.rmap-mini-rota__title {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  background-color: #658dc7;
  color: #fff;
  padding: 5px 5px 3px;
}

.rmap-mini-rota__subtitle {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  background-color: #eee;
  padding: 5px 5px 3px;
}

.rmap-week__name {
  width: 40px;
  vertical-align: top !important;
  background-color: #fff !important;
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rmap-week__ampm {
  width: 40px;
}

.rmap-week__session--current {
  border: 2px solid #58b458 !important;
}

.rmap-week__session--highlight {
  border: 2px dotted #58b458 !important;
}

.rmap-mini-rota img.loading {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.rmap-responsive-grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: auto repeat(calc(var(--responsive-grid-columns--small) - 1), 1fr);
}
@media (min-width: 768px) {
  .rmap-responsive-grid {
    grid-auto-flow: column;
    grid-template-columns: auto repeat(calc(var(--responsive-grid-columns--medium-large) - 1), 1fr);
  }
}

.rmap-responsive-grid__header,
.rmap-responsive-grid__row-label {
  font-size: 13px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rmap-responsive-grid__header,
  .rmap-responsive-grid__row-label {
    font-size: 11px;
  }
}

.rmap-responsive-grid__header,
.rmap-responsive-grid::before {
  background: #fff;
  grid-column: 1/span var(--responsive-grid-columns--small);
  text-align: center;
  font-weight: 550;
  position: sticky;
  top: 0;
  border-bottom: 2px solid #658dc7;
  z-index: 7;
}
@media (min-width: 768px) {
  .rmap-responsive-grid__header,
  .rmap-responsive-grid::before {
    grid-column: auto/span 1;
    grid-row: 1;
    position: static;
  }
}

.rmap-responsive-grid::before {
  content: "";
  display: none;
  grid-column: 1;
}
@media (min-width: 768px) {
  .rmap-responsive-grid::before {
    display: inline-block;
  }
}

.rmap-responsive-grid__row-label {
  display: inline-block;
  max-width: 100px;
  min-width: 50px;
  padding: 6px;
  grid-column-start: 1;
  text-align: right;
}
@media (min-width: 768px) {
  .rmap-responsive-grid__row-label {
    display: none;
    min-width: initial;
  }
  .rmap-responsive-grid__row-label--first {
    display: inline-block;
  }
}

.rmap-responsive-grid__cell {
  min-height: 40px;
  min-width: 100%;
}

.rmap-message, .loading-overlay__message {
  position: relative;
  margin: 0 auto 15px;
  border-radius: 1px;
  padding: 20px;
  background: #e8eef6;
}
.rmap-message *:first-child, .loading-overlay__message *:first-child, .rmap-message .rmap-message__close + *, .loading-overlay__message .rmap-message__close + * {
  margin-top: 0;
}
.rmap-message *:last-child, .loading-overlay__message *:last-child {
  margin-bottom: 0;
}
.rmap-message h4:first-child, .loading-overlay__message h4:first-child {
  margin: 0 0 -10px;
}
.rmap-message p, .loading-overlay__message p {
  line-height: 1.5 !important;
}
.rmap-message ul, .loading-overlay__message ul {
  padding-left: 15px;
}

.rmap-message--caution,
.rmap-message--error {
  background: #f3d1d1;
}

.rmap-message--warning, .page-funnel .ui-tooltip, .invoice-event-panel,
.rmap-message--concern {
  background: #f9e8b1;
}

.rmap-message--affirmative,
.rmap-message--success {
  background: #d3ebd3;
}

.rmap-message__close {
  position: absolute;
  right: 7px;
  top: 0;
  text-decoration: none;
  font-weight: 550;
  font-size: 28px;
  opacity: 0.33;
}

.rmap-message--small {
  margin: 15px auto;
  padding: 10px;
}

.rmap-calendar-nav ~ .rmap-message, .rmap-calendar-nav ~ .loading-overlay__message {
  margin-top: 15px;
}

.rmap-form__help, .rmap-chart__help {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("../core/images/help-icon.png") no-repeat center/100%;
  opacity: 0.33;
  vertical-align: -2px;
  margin-right: 3px;
}
.rmap-form__help:hover, .rmap-chart__help:hover, .rmap-form__help:focus, .rmap-chart__help:focus {
  opacity: 1;
}

.ui-tooltip {
  border-radius: 1px !important;
  border: 1px solid #658dc7;
  padding: 10px;
  font-size: 16px !important;
  background: #e8eef6 !important;
  opacity: 1 !important;
}
.ui-tooltip .rmap-shift-marker {
  vertical-align: 1px;
}

.rmap-tooltip--wide-top {
  max-width: 500px;
  top: 5px !important;
}

.rmap-tooltip-text {
  cursor: pointer;
  text-decoration: underline dotted 1px;
}

.rmap-icon-new::after, .rmap-icon-new::before {
  content: "NEW";
  background-color: #58b458;
  color: #fff;
  font-size: 10px;
  padding: 0px 5px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 0;
}
.rmap-icon-new::before {
  display: none;
}
.rmap-icon-new--large::before {
  display: inline;
  font-size: 11px;
  padding: 3px 9px;
  font-weight: 600;
  letter-spacing: initial;
  height: auto;
}
.rmap-icon-new--large::after {
  display: none;
}

.rmap-popup__controls {
  padding-top: 15px;
  text-align: right;
}

.ui-dialog {
  padding: 0;
  border: none;
  border: 1px solid #2e4f7e \9 ;
  border-radius: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  overflow: visible;
  min-height: 100px;
  z-index: 2001;
}
.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 15px;
}

.ui-dialog-titlebar {
  background: #2e4f7e;
  border: none;
  border-radius: 0;
  padding: 10px 15px !important;
}

.ui-dialog-title {
  color: #fff;
}
.ui-dialog-title a {
  color: #fff;
  font-weight: normal;
}
.ui-dialog-title a:hover {
  color: #e8eef6;
}

.ui-dialog-titlebar-close {
  position: relative;
  right: 15px !important;
  border: none;
  background: none;
}
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
  border: none;
  background: none;
  opacity: 0.66;
}
.ui-dialog-titlebar-close:hover .ui-icon, .ui-dialog-titlebar-close:focus .ui-icon {
  background-image: url("../core/images/close.svg");
  background-image: url('data:image/svg+xml,                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">                    <g><path fill="%23ffffff" d="M0,16.2L6.2,10L0,3.8L3.8,0L10,6.2L16.2,0l3.7,3.7l-6.2,6.2l6.2,6.2L16.2,20l-6.2-6.2l-6.2,6.2L0,16.2z"/></g>                </svg>');
}
.ui-dialog-titlebar-close .ui-icon {
  background-image: url("../core/images/close.svg");
  background-image: url('data:image/svg+xml,            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">                <g><path fill="%23ffffff" d="M0,16.2L6.2,10L0,3.8L3.8,0L10,6.2L16.2,0l3.7,3.7l-6.2,6.2l6.2,6.2L16.2,20l-6.2-6.2l-6.2,6.2L0,16.2z"/></g>            </svg>');
  background-position: center;
}
.ui-dialog-titlebar-close:focus {
  background-image: url("../core/images/close.svg");
  background-image: url('data:image/svg+xml,            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">                <g><path fill="%23ffffff" d="M0,16.2L6.2,10L0,3.8L3.8,0L10,6.2L16.2,0l3.7,3.7l-6.2,6.2l6.2,6.2L16.2,20l-6.2-6.2l-6.2,6.2L0,16.2z"/></g>            </svg>');
  background-color: transparent !important;
  border: none !important;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .ui-dialog-titlebar-close:hover .ui-icon, .ui-dialog-titlebar-close:focus .ui-icon {
    background-image: url("../core/images/close.svg");
  }
  .ui-dialog-titlebar-close .ui-icon {
    background-image: url("../core/images/close.svg");
  }
  .ui-dialog-titlebar-close:focus {
    background-image: url("../core/images/close.svg");
  }
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 2000;
}

.rmap-vue-modal {
  background-color: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  border: 1px solid #d5d5d5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.rmap-vue-modal__close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 800;
}
.rmap-vue-modal__close:hover {
  opacity: 0.8;
}
.rmap-vue-modal__header {
  padding: 5px 5px 5px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #2e4f7e;
  color: #fff;
}
.rmap-vue-modal__header h3,
.rmap-vue-modal__header h4 {
  margin: 0;
  line-height: 30px;
}
.rmap-vue-modal__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rmap-vue-modal__footer {
  padding: 0 15px 15px;
  text-align: right;
}

.rmap-tabs__nav {
  margin: 0;
  width: 100%;
  padding: 0 5px;
  border-bottom: 1px solid #d5d5d5;
}
.rmap-tabs__nav li {
  display: inline-block;
  margin-bottom: -1px;
}
.rmap-tabs__nav li a {
  display: inline-block;
  border: 1px solid #d5d5d5;
  background-color: #eee;
  text-decoration: none;
  line-height: 30px;
  padding: 0 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #658dc7;
  outline: none;
}
.rmap-tabs__nav li a:hover, .rmap-tabs__nav li a:focus {
  background: linear-gradient(0deg, #fff 0%, #e8eef6 100%);
  color: #2e4f7e;
}
.rmap-tabs__nav li a.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #2e4f7e;
}
.rmap-tabs__nav li + li {
  margin-left: 5px;
}

.rmap-tabs__tab > .rmap-message, .rmap-tabs__tab > .loading-overlay__message {
  margin-top: 15px;
}

.rmap-tabs--small .rmap-tabs__nav li a {
  line-height: 20px;
  font-size: 12px;
  padding: 0 7.5px;
}

.rmap-form .rmap-tabs__nav li a {
  background-color: #e1e1e1;
}
.rmap-form .rmap-tabs__nav li a.active {
  background-color: #eee;
  border-bottom-color: #eee;
}

.rmap-multi-edit {
  margin: 15px 0;
}

.rmap-pagination {
  padding: 15px 0;
}

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

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

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

.rmap-sticky-visible {
  display: none;
}

.rmap-sticky-panel {
  position: fixed;
  top: 0;
  left: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 3;
  width: 100%;
  max-width: 1140px;
  margin-left: -570px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0 !important;
  background-color: #fff;
}
.rmap-sticky-panel .rmap-sticky-visible {
  display: block;
}
.rmap-sticky-panel .rmap-sticky-visible--table {
  display: table;
  border-bottom: none;
}

.rmap-sticky-column {
  position: sticky;
  top: 65px;
  z-index: 3;
}

.rmap-accordion__item {
  margin-bottom: 2px;
  position: relative;
}
.rmap-accordion__item:last-child {
  margin-bottom: 0;
}

.rmap-accordion__title {
  padding: 15px 15px 15px 40px;
  background-color: #658dc7;
  cursor: pointer;
  color: #fff;
}
.rmap-accordion__title:before {
  content: "+";
  font-weight: 550;
  font-size: 30px;
  width: 30px;
  display: block;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 6px;
}

.rmap-accordion__content {
  border: 2px solid #658dc7;
  display: none;
  padding: 15px;
}
.rmap-accordion__content p:first-child {
  margin-top: 0;
}
.rmap-accordion__content p:last-child {
  margin-bottom: 0;
}

.rmap-accordion__open .rmap-accordion__title:before {
  content: "–";
}
.rmap-accordion__open .rmap-accordion__content {
  display: block;
}

.rmap-accordion__stats {
  font-weight: 550;
  float: right;
}

.rmap-accordion__loader {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url("../core/images/loader.svg") !important;
  background-image: url("../core/images/loader.gif") \9 ;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px;
  filter: brightness(0) invert(1);
}

.rmap-sidebar {
  max-height: 70vh;
  border: 1px solid #d5d5d5;
  margin-left: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  position: sticky;
  top: 80px;
}
.rmap-sidebar__header {
  position: relative;
  padding: 0 40px 0 15px;
  margin: 15px 0;
}
.rmap-sidebar__close {
  position: absolute;
  right: 10px;
  top: -8px;
  width: 30px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 800;
}
.rmap-sidebar__close:hover {
  opacity: 0.8;
}
.rmap-sidebar__content {
  padding: 0 15px;
}
.rmap-sidebar__label {
  margin: 15px 0;
}
.rmap-sidebar__label a {
  white-space: nowrap;
}
.rmap-sidebar__leave {
  color: #2e4f7e !important;
  font-weight: 550;
}
.rmap-sidebar .rmap-no-results {
  margin: 7px 0;
}
.rmap-sidebar .rmap-mini-delete, .rmap-sidebar .rmap-mini-delete-options {
  top: 3px;
}

.rmap-grid-selected {
  box-shadow: 0 0 3px 4px #000;
  position: relative;
  border: 0;
  z-index: 3;
}

.rmap-progress {
  position: relative;
  margin-left: 15px;
}
.rmap-progress:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1px;
  height: 95%;
  border-left: 2px solid #d5d5d5;
}

.rmap-progress__item {
  position: relative;
  line-height: 30px;
  padding-top: 3px;
  padding-left: 30px;
}
.rmap-progress__item:before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #d5d5d5;
  border-radius: 15px;
  background-color: #eee;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.rmap-progress__item--done:before {
  border-color: #58b458;
  background-image: url("../core/images/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
}

.rmap-progress__item--current:before {
  border-color: #E5B412;
}

.rmap-progress__date {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 8px;
}

.rmap-progress__comment {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 2px;
}

.rmap-progress__person:not(:last-child) {
  border-bottom: 1px dotted #d5d5d5;
  margin-bottom: 3px;
}

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

.rmap-notifications__list {
  margin: 0;
}

.rmap-notifications__item {
  border-bottom: 1px solid #bbb;
  position: relative;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2e4f7e;
}
.rmap-notifications__item .container-fluid {
  position: relative;
  padding: 0 15px;
}
.rmap-notifications__item .container-fluid .col-xs-11 a {
  color: #fff;
}
.rmap-notifications__item .container-fluid .col-xs-11 a:hover {
  color: rgba(255, 255, 255, 0.66);
}
.rmap-notifications__item h3 {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}

.rmap-notifications__item--general,
.rmap-notifications__item--welcome {
  background-color: #7A8BA7;
}
.rmap-notifications__item--general + .rmap-accordion__content,
.rmap-notifications__item--welcome + .rmap-accordion__content {
  border-color: #7A8BA7;
}

.rmap-notifications__item--urgent {
  background-color: #ce4444;
}
.rmap-notifications__item--urgent + .rmap-accordion__content {
  border-color: #ce4444;
}

.rmap-notifications__item--new_feature {
  background-color: #58b458;
}
.rmap-notifications__item--new_feature + .rmap-accordion__content {
  border-color: #58b458;
}

.rmap-notifications__close {
  position: absolute;
  text-decoration: none;
  top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 30px;
  line-height: 14px;
}
.rmap-notifications__close:hover {
  color: #fff;
}

.dataTables_wrapper .dataTables_info {
  color: #999;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  width: auto;
  box-sizing: border-box;
}

.dataTables_wrapper .dataTables_paginate {
  margin-right: -6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  cursor: pointer;
  padding: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: 550;
}

@media (min-width: 768px) {
  .rmap-panel__title + .dataTables_wrapper .dataTables_filter {
    position: absolute;
    right: 0;
    top: -40px;
  }
  h4 + .dataTables_wrapper .dataTables_filter {
    position: absolute;
    right: 0;
    top: -45px;
  }
}
.dataTables_scrollBody .rmap-table {
  border-top: none;
}

.dataTables_wrapper .buttons-csv {
  margin-left: -15px;
}

table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_desc:hover,
table.dataTable thead .sorting_asc:hover {
  background-color: #d5e0f0;
}

table[data-scrollx] {
  margin-top: 0;
}

.rmap-breadcrumb {
  margin: -10px 0 10px;
}
.rmap-breadcrumb svg {
  height: 12px;
  width: auto;
  vertical-align: -1px;
}
.rmap-breadcrumb path {
  fill: #2e4f7e;
}

.rmap-horizontal-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.rmap-horizontal-scroll--hide-track {
  overflow-x: hidden;
}

.rmap-scroll-list-wrapper {
  position: relative;
  display: flex;
  flex-basis: 100%;
}

.editlist .rmap-scroll-list-wrapper {
  margin-bottom: 10px;
}

.rmap-scroll-list {
  max-height: 190px;
  overflow: auto;
  flex-basis: 100%;
}
.rmap-scroll-list--max-400 {
  max-height: 400px;
}

.rmap-scroll-list--top {
  border-top: 1px solid #d5d5d5;
}
.rmap-scroll-list--top:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #d5d5d5 transparent;
  z-index: 5;
}

.rmap-scroll-list--bottom {
  border-bottom: 1px solid #d5d5d5;
}
.rmap-scroll-list--bottom:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #d5d5d5 transparent transparent transparent;
  z-index: 5;
}

.rmap-chart-wrapper {
  position: relative;
  border: 2px solid #d5d5d5;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 100px;
  background: transparent;
  z-index: 1;
}
.rmap-chart-wrapper + .rmap-chart-wrapper {
  margin-top: 0;
}
.rmap-chart-wrapper:after {
  content: "Loading chart...";
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.rmap-chart-wrapper.rmap-chart-wrapper--home {
  z-index: 0;
  min-height: 480.5px;
}

.rmap-chart-wrapper__links {
  text-align: right;
}

.rmap-chart__help {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 5px;
  z-index: 5;
}

.hidden {
  display: none;
}

.visible {
  display: block !important;
}

.visible-inline {
  display: inline-block !important;
}

.no-wrap {
  white-space: nowrap;
}

.rmap-text--affirmative {
  color: #58b458;
}
.rmap-text--warning {
  color: #E5B412;
}
.rmap-text--concern {
  color: #d2833a;
}
.rmap-text--caution {
  color: #ce4444;
}

.loader-bg {
  background-image: url("../core/images/loader.svg") !important;
  background-image: url("../core/images/loader.gif") \9 ;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20%;
}

.rmap-popup.loader-bg {
  min-height: 200px !important;
  background-size: 10%;
}

.loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.loading-overlay img {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.loading-overlay__message {
  position: absolute;
  width: 500px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 40px;
  margin-left: -250px;
}

.tick-svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../core/images/checkmark.svg");
  background-image: url("../core/images/checkmark.png") \9 ;
}

.colour-key {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
}

.rmap-object-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rmap-object-list li {
  position: relative;
  width: 100%;
}
.rmap-object-list .rmap-button--object {
  width: 100%;
  margin-bottom: 2px;
  word-break: break-word;
  float: left;
}

.rmap-no-results {
  color: #999;
  text-align: center;
}

.rmap-table-caption {
  color: #999;
}

.rmap-password-toggle,
.rmap-clear-input,
.rmap-copy-link {
  position: absolute;
  top: 4px;
  right: 3px;
}

.rmap-copy-link {
  background-color: #eee;
}

@keyframes highlight-fade {
  from {
    background: #d3ebd3;
  }
  to {
    background: transparent;
  }
}
.rmap-highlight-fade {
  animation: highlight-fade 2s;
}
.rmap-highlight-fade td,
.rmap-highlight-fade .td {
  animation: highlight-fade 2s;
}

@keyframes highlight-fade-grey {
  from {
    background: #d3ebd3;
  }
  to {
    background: #eee;
  }
}
.rmap-highlight-fade-grey {
  animation: highlight-fade-grey 2s;
}
.rmap-highlight-fade-grey td,
.rmap-highlight-fade-grey .td {
  animation: highlight-fade-grey 2s;
}

@keyframes highlight-fade-white {
  from {
    background: #d3ebd3;
  }
  to {
    background: #fff;
  }
}
.rmap-highlight-fade-white {
  animation: highlight-fade-white 2s;
}
.rmap-highlight-fade-white td,
.rmap-highlight-fade-white .td {
  animation: highlight-fade-white 2s;
}

.rmap-api-icon:before {
  content: "API";
  font-size: 10px;
  background-color: #000;
  border-radius: 3px;
  padding: 1px 3px 0;
  color: #fff;
  vertical-align: 2px;
  line-height: 10px;
  font-weight: 550;
}

.rmap-small-text {
  font-size: 80%;
}

[v-cloak] {
  display: none;
}

.rmap-draghandle {
  cursor: move;
  width: 100%;
  height: 20px;
  background-color: #658dc7;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}
.rmap-draghandle:hover {
  background-color: #2e4f7e;
}

.rmap-ie-expiry {
  display: none;
  background-color: #f3d1d1;
  padding: 15px 0;
  font-weight: 550;
  font-size: 14px;
}
.rmap-ie-expiry svg {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.rmap-ie-expiry svg path {
  fill: #2e4f7e;
}

@media \0 screen\,screen\9  {
  .rmap-ie-expiry {
    display: block;
  }
}
@media screen and (min-width: 0\0 ) {
  .rmap-ie-expiry {
    display: block;
  }
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after,
.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf,
.clearfix {
  *zoom: 1;
}

#sidebar {
  float: right;
  padding: 0.5rem;
  margin: 0;
  border: solid 1px #2e4f7e;
  width: 95%;
  position: relative;
  min-height: 280px;
}

/*****************************************
 * NAV 
 */
header {
  background: #fff;
  position: relative;
}
header .issue-jump-form {
  color: #333;
}
header .issue-jump-form.rmap-mainnav__item:hover {
  color: #333;
}
header .issue-jump-input {
  min-width: 15.625rem;
}
header .rmap-mainnav__dropdown-content {
  max-width: 100%;
  min-height: 200px;
}

/*****************************************
 * GENERAL SETTINGS 
 */
.required {
  color: #ce4444;
}

optgroup {
  font-style: normal;
}

.nospaces {
  margin-left: 0px;
  margin-right: 3px;
  padding: 0px;
}

ul {
  list-style: none;
}

p {
  margin-bottom: 1em;
}

table th {
  text-align: left;
  color: #2e4f7e;
}

a {
  color: #2e4f7e;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

.button--small, #pagertop a,
#pagerbottom a {
  text-align: center;
}

/* look at clearfix */
div.clear {
  padding: 0px;
  margin: 0px;
  clear: both;
  height: 1px;
  line-height: 0;
  font-size: 1px;
}

h3 {
  clear: both;
}
h3 .subtitle {
  opacity: 0.5;
}
h3 a {
  color: #fff;
}
h3 a:hover {
  color: #e8eef6;
}

.h3-home {
  padding-bottom: 5px;
  border-bottom: 2px solid #2e4f7e;
}

.h3--CLWRota {
  color: #558888;
  border-color: #558888;
}

.h3--Medirota {
  color: #5A555C;
  border-color: #5A555C;
}

.h3--expired {
  color: #ce4444;
  border-color: #ce4444;
}

.content > h3:first-child {
  margin-top: 0;
}

h4 {
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 1rem;
}

h5 {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
}

.layout1 h6 {
  border-bottom: none;
  margin: 1em 0 0.5em 0;
  font-weight: normal;
  background: #2e4f7e;
  color: #fff;
  padding: 0.1em 5px;
}

.unread-indicator, .attrtype.preferred:after, #side-main ul.listing li div.info ul.attributes li.preferred:before, .urgent-indicator {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #658dc7;
  display: inline-block;
}

.urgent-indicator {
  background: #ce4444;
}

.even th,
.even td {
  background: #eee;
}

ul.errorlist {
  color: #CC6152;
  list-style: none;
  display: inline;
}

ul.errorlist li {
  display: inline;
  float: left;
}

.error {
  margin: 0;
  padding: 0;
  color: #CC6152;
  margin-top: 2px;
  margin-bottom: 2px;
}

.errorfield {
  margin: 0px;
}

div.errorcontainer {
  color: #CC6152;
  clear: both;
  float: left;
  padding-bottom: 8px;
}

div.errorcontainer span.errorlabel {
  float: left;
  display: block;
  margin-right: 5px;
}

div.errorcontainer div {
  margin-top: 3px;
  float: left;
  clear: both;
  width: 100%;
}

.centered-rows {
  display: inline-block;
}

form .row,
.form .row {
  width: 100%;
}
form .row .label,
form .row .field,
.form .row .label,
.form .row .field {
  width: 100%;
  line-height: 30px;
}
form .row .label p:first-child,
form .row .field p:first-child,
.form .row .label p:first-child,
.form .row .field p:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  form .row .label,
  .form .row .label {
    width: 20%;
    text-align: right;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
  }
  form .row .field,
  .form .row .field {
    width: 80%;
    min-height: 30px;
    margin-bottom: 0.5rem;
  }
}

.rmap-form .row {
  width: auto;
}

.label {
  float: left;
  display: block;
  position: relative;
  line-height: 30px;
}

.field {
  float: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

a.no-underline {
  text-decoration: none;
}

.strike {
  text-decoration: line-through;
}

input {
  padding: 0.3rem;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 2px;
  transition-duration: 200ms;
}
input:focus {
  border-color: #658dc7;
}

[type=radio],
[type=checkbox] {
  height: auto;
}

input.smallint {
  width: 20px;
}

input.short {
  width: 80px;
}

input.long {
  width: 280px;
}

img.go,
input.go {
  position: relative;
  top: 3px;
}

select {
  font-size: 0.9em;
  height: 1.6rem;
  width: 100%;
}
@media (min-width: 992px) {
  select {
    width: auto;
  }
}

textarea {
  font-size: 0.9rem;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 120px;
  line-height: 1.25rem;
  border-radius: 2px;
  transition-duration: 200ms;
}

.attr-list {
  padding: 0;
  margin: 0;
}

.highlight {
  color: #fff;
  background-color: #2e4f7e;
}

.small-text,
.listnotfound,
.notfound {
  color: #999;
  display: inline-block;
  font-weight: normal;
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

p.iteminfo {
  color: #999;
  font-weight: normal;
  padding-bottom: 0px;
  margin: 5px 0px;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1.5rem 0;
}

/*****************************************
 *  AUTO COMPLETE CSS
 */
.autoinput {
  display: block;
}

.autocomplete {
  position: absolute;
  display: block;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.autocomplete ul {
  display: block;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  width: 100%;
  margin: 0;
}

.autocomplete ul li {
  position: relative;
  cursor: pointer;
  width: 100%;
}

#sidebar .autocomplete ul li a,
.content .autocomplete ul li a {
  display: block;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  text-decoration: none;
}

.autocomplete ul li a:hover {
  text-decoration: none;
  background: none;
  color: #fff;
  display: block;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*****************************************
 *  CALENDAR CSS
 */
input.date-pick {
  float: left;
}

table.jCalendar {
  border: none;
  border-spacing: 1px;
  background: #aaa;
  border-collapse: separate;
}

table.jCalendar th {
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  background: #2e4f7e;
  color: #fff;
}

table.jCalendar td {
  background: #fff;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

table.jCalendar td.today {
  background: #658dc7;
  color: #fff;
}

table.jCalendar td.selected {
  background: #6078D0;
  color: #fff;
}

table.jCalendar td.selected.dp-hover {
  background: #6078D0;
  color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #ddc;
  color: #000;
}

table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}

/* Creates a little calendar icon instead of a text link for "Choose date" */
.current-issue a.dp-choose-date:hover,
a.dp-choose-date:hover,
a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url("imgs/calendar.png") no-repeat;
}

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
  position: relative;
  padding: 2px;
  line-height: 1.2em;
  background: #fff;
  border: 1px solid #999;
  font-family: inherit;
  font-size: 11px;
  width: 175px;
}

div#dp-popup {
  position: absolute;
  z-index: 199;
}

div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
}

div.dp-popup a {
  color: #215A6D;
  text-decoration: none;
  padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}

/*****************************************
 *  RATING CSS
 */
.stars .ui-stars-star,
.stars .ui-stars-cancel {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.stars .ui-stars-star a,
.stars .ui-stars-cancel a {
  text-decoration: none;
  display: block;
  width: 16px;
  height: 100%;
  background: url(imgs/ui.stars.gif) no-repeat 0 0px;
}

.current-issue .stars a:hover,
.current-issue .stars a:active {
  background-image: url(imgs/ui.stars.gif);
}

.stars .ui-stars-star a {
  background-position: -32px 0px;
}

.stars .ui-stars-star-on a {
  background-position: -48px 0px;
}

.stars .ui-stars-star-hover a {
  background-position: -64px 0px;
}

.stars .ui-stars-cancel-hover a {
  background-position: -16px 0px;
}

.stars .ui-stars-star-disabled,
.stars .ui-stars-star-disabled a,
.stars .ui-stars-cancel-disabled a {
  cursor: default !important;
}

/*****************************************
 *  PAGINATION STRUCTURE
 */
.pages {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
}
.pages a {
  display: inline-block;
  padding: 0.2rem;
}

#pagertop,
#pagerbottom {
  color: #2e4f7e;
  text-align: center;
  clear: both;
  font-size: 0.8rem;
  margin-top: 2rem;
}
/*****************************************
 * GENERIC SIDEBAR  
 */
#side-choices {
  width: 100%;
  right: 100.25%;
  position: absolute;
  top: -22px;
  font-size: 0.8rem;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100% 0;
  transform: rotate(-90deg);
  transform-origin: 100% 100% 0;
}
#side-choices .side-button {
  background: #2e4f7e;
  float: right;
  margin: 0 0.1rem;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#side-choices .side-button.off {
  background: #eee;
  color: #2e4f7e;
}
#side-choices .side-button.off:hover {
  background: #658dc7;
  color: #fff;
}
#side-choices .link {
  display: block;
  text-decoration: none !important;
  padding: 0.25rem 0.5rem;
}
#side-choices .link:hover {
  color: #fff;
}

#side-main {
  float: left;
  width: 100%;
}

#side-main .rssfeed {
  margin: 0px;
  padding: 3px 0 0 0;
  float: right;
}

#side-main a.issueadder img {
  margin: 5px 0px 12px 5px;
  float: left;
}

#side-main .section {
  border-bottom: solid 1px #556655;
  padding-bottom: 12px;
  margin-top: 5px;
  margin-bottom: 12px;
  clear: both;
}

#side-main .section.last {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

#side-main .section p {
  margin: 5px 0px 0px 0px;
}

#side-main .section p.first {
  margin-top: 0px;
}

#side-main .section img.go,
#side-main .section input.go {
  position: relative;
  top: 3px;
}

#sidebar .no-entries {
  padding-top: 0px;
  padding-right: 5px;
}

#sidebar .listsection {
  padding-left: 2px;
}

#categorychoice {
  max-width: 100%;
}

#sidebar .key {
  float: left;
  padding: 4px 2px 0px 2px;
  margin-bottom: 0px;
  margin-top: 5px;
}

#sidebar #listingwheel {
  margin: 20px 0px 20px 100px;
}

#side-main ul.listing {
  padding: 0;
}

#side-main ul.listing > li {
  margin: 0 0 0.5rem;
  padding-bottom: 0.2rem;
  background: #eee;
  font-size: 0.8rem;
}

#side-main ul.listing li div.heading {
  color: #fff;
  margin-bottom: 0.2em;
  overflow: hidden;
  padding: 0.2rem;
}

#side-main ul.listing li div.heading div.left {
  overflow: hidden;
  float: left;
}

#side-main ul.listing li div.heading div.right {
  width: 25px;
  float: right;
  text-align: center;
}

#side-main ul.listing li div.heading div.right a:hover,
#side-main ul.listing li div.heading div.right a:active,
#side-main ul.listing li div.heading div.right a:visited,
#side-main ul.listing li div.heading div.right a {
  color: #fff;
  font-weight: bold;
}

#side-main ul.listing li div.heading div.right img {
  position: relative;
  top: 1px;
  float: right;
  padding-right: 3px;
}

* + html #side-main ul.listing li div.heading div.right img {
  top: 0;
}

#side-main ul.listing li div.info {
  margin-left: 5px;
  overflow: hidden;
  clear: both;
  color: #000;
}
#side-main ul.listing li div.info .attributes {
  padding: 0;
}

#side-main ul.listing li div.info a {
  text-decoration: underline;
  background: none;
}

#side-main ul.listing li div.info a.list-link:hover,
#side-main ul.listing li div.info a.list-link:active {
  text-decoration: underline;
  color: #000;
  background: #eed;
}

/*****************************************
 * LIST SIDEBAR 
 */
.cursor:hover {
  cursor: move;
}

#urgentwheel {
  margin: 5px 0px 5px 100px;
}

#side-main #urgentsection p {
  margin-bottom: 4px;
}

#side-main #urgentsection ul.listing {
  margin-top: 4px;
}

/*****************************************
 * SIDEBAR ISSUES 
 */
#side-main ul.listing li div.h-urgent {
  background-color: #ce4444;
  color: #fff;
}

#side-main ul.listing li div.h-normal {
  background-color: #658dc7;
}

#side-main ul.listing li div.h-expired {
  background-color: #E5B412;
  color: #fff;
}

/*****************************************
 * CONTACTS SIDEBAR (SHARED)
 */
#side-main #contactbuttons a {
  float: left;
  display: block;
  margin-right: 5px;
}

#side-main ul.listing li div.info ul.attributes li {
  padding-left: 12px;
  margin-bottom: 0;
  clear: both;
  position: relative;
}

#side-main ul.listing li div.info ul.attributes li.preferred:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
}

#side-main ul.listing li div.info ul.attributes li.c-type {
  background: url(../images/key_company.png) no-repeat center left;
  padding-left: 15px;
}

#side-main ul.listing li div.info ul.attributes li.p-type {
  background: url(../images/key_person.png) no-repeat center left;
  padding-left: 15px;
}

#side-main ul.listing li div.h-company {
  background: #A87360;
  color: #fff;
}

#side-main ul.listing li div.h-company .left img {
  position: relative;
  top: 1px;
}

#side-main ul.listing li div.h-company a {
  color: #fff;
}

#side-main ul.listing li div.h-person {
  background-color: #658dc7;
}
#side-main ul.listing li div.h-person a {
  color: #fff;
}

/*****************************************
 * CONTACTS SEARCH SIDEBAR
 */
#side-main #contactsearch input {
  width: 185px;
  margin-top: 5px;
  margin-bottom: 0px;
}

/*****************************************
 * CONTACTS CONTACT SIDEBAR
 */
#side-main #sideparent {
  padding: 0px 0px 8px 0px;
}

#side-main .complex-search #sideparent {
  padding: 10px 0px 5px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddc;
}

#side-main #sideparent h5 {
  color: #A87360;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 7px 0px;
}

#side-main h5.sideheading {
  color: #2e4f7e;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

#side-main #sideparent .row {
  width: 235px;
  float: left;
  margin: 0px;
}

#side-main #sideparent .row .label {
  width: 50px;
  margin-right: 5px;
  float: left;
}

#side-main #sideparent .row .field {
  width: 180px;
}

#side-main #sideparent .row .field ul li {
  clear: both;
  margin-bottom: 4px;
  float: left;
}

#side-main #sideparent .row .field ul li .attrtype {
  color: #aaa;
}

#side-main #sideparent .row .field ul li .attrvalue {
  width: 180px;
  overflow: hidden;
}

/*****************************************
 * COMPLEX SEARCH SIDEBAR (SHARED)
 */
#side-main .complex-search h3 {
  margin: 3px 0px 5px 0px;
  padding: 0px;
  color: #2e4f7e;
  background: none;
}

#side-main .complex-search .row {
  float: none;
  padding: 0px;
  margin: 0px;
}

#side-main .complex-search .label {
  color: #999;
  margin: 1px 0px;
  float: none;
  top: 0px;
}

#side-main .complex-search input {
  width: 100%;
}

#side-main .complex-search select.short {
  width: 70px;
}

#side-main .complex-search input.short {
  width: 82.4%;
}

#side-main .complex-search .key {
  margin-top: 7px;
}

#side-main .complex-search .submitter {
  margin-top: 0.5rem;
  float: right;
}

#side-main .complex-search ul.ajaxerror li.last {
  padding-bottom: 5px;
}

/*****************************************
 * ISSUE SIDEBAR
 */
#side-main #issuesearch select {
  width: 200px;
}

div#maxissues {
  margin: -3px 0px 10px 0px;
  color: #aaa;
  float: left;
}

/*****************************************
 * APPLICATION SHARED
 */
.subheader {
  margin: 10px 0 10px 20px;
  padding: 0.1em 5px;
  font-weight: 400;
  background: #e8eef6;
  color: #000;
  clear: both;
}

.subheader.first {
  margin-top: 0px;
}

.permissions {
  margin: 0;
  background: #eee;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .permissions {
    -moz-columns: 2 auto;
    -webkit-columns: 2 auto;
    columns: 2 auto;
  }
}
@media (min-width: 992px) {
  .permissions {
    -moz-columns: 4 auto;
    -webkit-columns: 4 auto;
    columns: 4 auto;
  }
}
.permissions .client-name {
  background: #658dc7;
  padding: 0.5rem;
  margin-top: 1rem;
}
.permissions .client-name:first-child {
  margin-top: 0;
}
.permissions .client-name a {
  display: block;
  color: #fff;
}
.permissions ul {
  margin: 0;
  padding-left: 0;
}
.permissions ul li {
  display: block;
  white-space: nowrap;
  padding: 0 0.5rem;
  line-height: 30px;
}

/*****************************************
 * ADMIN PAGES (SHARED)
 */
div.user-choices {
  float: left;
  width: 357px;
  display: inline;
  margin: 0px;
  padding: 0px;
}

div.user-choices input {
  margin: 3px 3px 3px 0px;
}

span.user-choice {
  float: left;
  width: 119px;
}

/*****************************************
 * CLIENT ADMIN
 */
.admin-form {
  background: #eee;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.admin-form h2 {
  margin-top: 0;
}

p.hidden-msg {
  margin-top: 10px;
  font-weight: normal;
  font-style: italic;
}

.client-list {
  margin: 1rem 0;
}
.client-list .clt-hidden {
  color: #999;
}
.client-list .cat-hidden {
  color: #bbb;
}
.client-list td {
  padding: 0.5rem;
}
.client-list .client .col1 {
  font-weight: 600;
}
.client-list .cat .col1 {
  text-indent: 1.5rem;
}

/*****************************************
 * USER ADMIN
 */
ul.app-list {
  margin: 0;
  padding: 0 0 0 20px;
  float: left;
}

ul.app-list li {
  float: left;
  margin-right: 10px;
}

.useradd {
  clear: left;
  float: right;
}

ul#manycontacts li {
  margin-bottom: 3px;
}

.user-list th,
.user-list td {
  padding: 0.5rem;
}
.user-list .btn {
  text-align: center;
}
.user-list .p-hidden {
  color: #999;
}

/*****************************************
 * APPLICATIONS ADMIN
 */
#applications th,
#applications td {
  padding: 0.5rem;
}
#applications .order {
  text-align: center;
}

/*****************************************
 * MANAGE PAGES (SHARED)
 */
.key {
  font-size: 0.8rem;
  text-align: center;
}

.team-filter {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}
.team-filter li {
  display: inline-block;
  margin-right: 0.5rem;
}

.team-filter__active {
  font-weight: 600;
  text-decoration: none;
}

.no-calendar {
  text-align: center;
  padding: 2rem 0;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .no-calendar {
    width: 49%;
    padding: 2rem;
  }
}

.calendar {
  margin: 0 0 1rem;
  width: 100%;
  font-size: 0.8rem;
}
.calendar td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
  width: 5%;
}
.calendar td.full {
  background: #e8eef6;
  width: 18%;
}
.calendar td.full .cal-date {
  color: #000;
}
.calendar td.finish {
  background: #fff;
}
.calendar .cal-date {
  padding-bottom: 0.5rem;
  color: #aaa;
  font-size: 0.8rem;
}
.calendar.calendar--homepage {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .calendar.calendar--homepage {
    width: 49%;
  }
}
.calendar.calendar--homepage td {
  display: block;
  width: 100%;
}
.calendar.calendar--homepage td .team-text {
  display: inline-block;
  padding-right: 0.5rem;
}

.team-text {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  padding: 0 0 0 0.2rem;
  border-left: 3px solid transparent;
}

.team-text--CLWRota {
  border-color: #558888;
}
.team-text--CLWRota a {
  color: #416969;
}

.team-text--Medirota {
  border-color: #5A555C;
}
.team-text--Medirota a {
  color: #5A555C;
}

.team-text--88 {
  border-color: #18dcff;
}
.team-text--88 a {
  color: #0096b1;
}

.team-text--100 {
  border-color: #26de81;
}
.team-text--100 a {
  color: #0e5d35;
}

.team-text--103 {
  border-color: #fed330;
}
.team-text--103 a {
  color: #ae8a01;
}

.team-text--98 {
  border-color: #a55eea;
}
.team-text--98 a {
  color: #6517b1;
}

.team-text--1206 {
  border-color: #ffb8b8;
}
.team-text--1206 a {
  color: #ff7878;
}

.team-text--1250 {
  border-color: #833471;
}
.team-text--1250 a {
  color: #833471;
}

.team-text--173 {
  border-color: #fd9644;
}
.team-text--173 a {
  color: #f26d03;
}

.team-text--1195 {
  border-color: #d1ccc0;
}
.team-text--1195 a {
  color: #9b9076;
}

.team-text--171 {
  border-color: #f368e0;
}
.team-text--171 a {
  color: #a60d91;
}

.team-text--163 {
  border-color: #eb3b5a;
}
.team-text--163 a {
  color: #e92447;
}

.team-text--1205 {
  border-color: #58B19F;
}
.team-text--1205 a {
  color: #4ca392;
}

.team-text--177 {
  border-color: #596275;
}
.team-text--177 a {
  color: #4e5667;
}

.team-text__tag {
  font-size: 0.6rem;
  vertical-align: 1px;
  background: #58b458;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.cal-tag .cal-add-tag {
  position: absolute;
  display: none;
  left: 0.125rem;
  top: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #58b458;
  color: #fff;
  font-weight: 700;
  border-radius: 0.625rem;
  text-align: center;
  line-height: 1.25rem;
  z-index: 5;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.cal-tag .cal-add-tag:hover {
  background: #3b843b;
  cursor: pointer;
}
.cal-tag .cal-add-tag__form {
  display: none;
}
.cal-tag .cal-add-tag__input {
  margin: 0.125rem 0.3125rem;
  border: none;
  height: 1.0625rem;
  width: 76%;
  color: #000;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.cal-tag .team-text:hover .cal-add-tag {
  display: block;
}

.issuelist .unread,
.issuelist .fu,
.issuelist .urgent {
  width: 2rem;
}

/*****************************************
 * MANAGE HOME PAGE 
 */
h3 .rssfeed {
  position: relative;
  top: 2px;
  float: right;
}

.add-category {
  margin: 1rem 0;
  font-size: 0.8rem;
}
.add-category input {
  font-size: 0.8rem;
  height: auto;
  width: 80%;
  border-color: transparent;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add-category input {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .add-category input {
    width: 25%;
  }
}
.add-category input + .rmap-button, .add-category .dataTables_wrapper .dataTables_paginate input + .paginate_button, .dataTables_wrapper .dataTables_paginate .add-category input + .paginate_button {
  display: none;
}
.add-category input:focus {
  cursor: text;
  border-color: #ccc;
}
.add-category input:focus + .rmap-button, .add-category .dataTables_wrapper .dataTables_paginate input:focus + .paginate_button, .dataTables_wrapper .dataTables_paginate .add-category input:focus + .paginate_button {
  display: inline-block;
}

.home-clients-list {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-clients-list {
    -moz-columns: 3 auto;
    -webkit-columns: 3 auto;
    columns: 3 auto;
  }
}
@media (min-width: 992px) {
  .home-clients-list {
    -moz-columns: 5 auto;
    -webkit-columns: 5 auto;
    columns: 5 auto;
  }
}

.home-clients-list__item {
  position: relative;
  background: #eee;
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  width: 100%;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
}
.home-clients-list__item .open {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  color: #aaa;
}

/*****************************************
 * MANAGE CALENDAR PAGE 
 */
.expired-issues {
  margin-bottom: 10px;
}

.expired-issues__list {
  padding: 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expired-issues__list {
    -moz-columns: 3 auto;
    -webkit-columns: 3 auto;
    columns: 3 auto;
  }
}
@media (min-width: 992px) {
  .expired-issues__list {
    -moz-columns: 4 auto;
    -webkit-columns: 4 auto;
    columns: 4 auto;
  }
}
.expired-issues__list li {
  margin-bottom: 2px;
  margin-left: 10px;
}
.expired-issues__list a:link,
.expired-issues__list a:visited {
  color: #999;
}
.expired-issues__list a:hover,
.expired-issues__list a:active {
  color: #ce4444;
}

/*****************************************
 * MANAGE OVERVIEW PAGE 
 */
.overviewsort {
  margin: 0 0 1rem;
}
.overviewsort p {
  margin: 0 0 0.5rem;
}

.overview {
  width: 100%;
  margin-bottom: 2rem;
}
.overview td {
  padding: 0.5rem;
}
.overview .name {
  width: 10%;
}
.overview .unread,
.overview .urgent,
.overview .fu,
.overview .lists {
  text-align: center;
  width: 3%;
}
.overview .date {
  width: 10%;
}

/*****************************************
 * MANAGE SEARCH PAGE 
 */
#searchform a,
#searchform a:hover,
#searchform a:visited {
  background: none;
  color: #999;
}
#searchform .label {
  width: 42.5%;
}
#searchform .field {
  width: 50%;
}
#searchform select {
  width: 17.55rem;
}
#searchform .field > p:first-child {
  margin-top: 0;
}

.radios {
  display: block;
  line-height: 30px;
}
.radios label {
  margin-right: 0.5rem;
}

#advanced-search {
  display: none;
}

#search {
  clear: both;
  width: 100%;
}
#search th,
#search td {
  padding: 0.5rem;
}

/*****************************************
 * MANAGE REPORT PAGE
 */
#reporttypes {
  margin-bottom: 10px;
  width: 750px;
}

.report #openspan {
  border: 2px solid #ddc;
  padding: 2px 10px;
}

.report .separator {
  font-weight: bold;
  margin: 0px 2px;
}

.report input.go {
  position: relative;
  top: 3px;
}

.ordiv {
  font-weight: bold;
  margin: 7px 0px;
}

.report {
  clear: both;
}

.report p {
  margin-bottom: 5px;
}

.reportclient {
  float: left;
  clear: both;
  width: 650px;
}

.reportclient h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.reportissue {
  margin: 15px 0px 0px 0px;
}

.reportissue .title {
  text-decoration: none;
  background: #E3EED2;
  padding: 1px;
  margin-top: 3px;
  width: 100%;
  display: block;
}

.reportissue .issuedesc {
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

span.delimiter {
  border-top: 1px solid #556655;
  display: block;
  margin: 6px 0px;
}

.reportclient .reportissue .issue-lfu {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/*****************************************
 * MANAGE LIST PAGE
 */
#listadder {
  margin-top: 2rem;
  text-align: right;
}

.listform #cat-container {
  clear: both;
}

.listform .subheader {
  margin-left: 0px;
  margin-top: 10px;
}

#listtable {
  width: 100%;
}
#listtable th,
#listtable td {
  padding: 0.5rem;
}
#listtable .modified,
#listtable .owner,
#listtable .count,
#listtable .scope,
#listtable .status {
  width: 10%;
}
#listtable .list-title {
  width: 30%;
  font-weight: 600;
}
#listtable .list-short {
  width: 20%;
}
#listtable .desc td {
  padding-top: 0;
}
#listtable .desc .list-desc {
  display: block;
  margin-bottom: 0.5rem;
}

/*****************************************
 * MANAGE STATISTICS PAGE
 */
table.stats {
  margin-top: 5px;
}

table.stats .start-period {
  border-left: 1px solid #aaa;
}

table.stats .end-period {
  border-right: 1px solid #aaa;
}

table.stats th.period-end,
table.stats th.period {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  text-align: center;
}

table.stats th.period-end {
  border-right: 1px solid #aaa;
}

table.stats .fucol {
  padding-right: 10px;
}

table.stats .int {
  text-align: right;
  font-size: 0.8em;
  width: 45px;
}

table.stats .name {
  width: 69px;
}

table.stats .first {
  font-weight: bold;
}

table.stats .total {
  font-weight: bold;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

/*****************************************
 * MANAGE ISSUE PAGES (SHARED)
 */
.current-issue {
  margin-bottom: 1rem;
}

#issueform .title,
.current-issue .title {
  width: 100%;
}

/*****************************************
 * MANAGE ISSUE DETAIL PAGE
 */
.issuedata {
  color: #999;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.issuedata .urgentmeta {
  color: #ce4444;
}
.issuedata .exipiredmeta {
  color: #E5B412;
}

.issuelists {
  font-weight: 700;
  margin-bottom: 1rem;
  background: #e8eef6;
  padding: 0.5rem;
}
.issuelists .listbutton {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.issuelists--invoices {
  font-size: 0.8rem;
  font-weight: normal;
}
.issuelists--invoices a {
  font-weight: 600;
}

.issuelists__invoice:after {
  content: ",";
  margin-left: -3px;
}
.issuelists__invoice:last-child:after {
  content: "";
}

.plus-roundel,
.list-modifier {
  display: inline-block;
  background: #2e4f7e;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
.plus-roundel:before,
.list-modifier:before {
  content: "+";
}
.plus-roundel:hover,
.list-modifier:hover {
  opacity: 0.66;
  color: #fff;
  text-decoration: none;
}

.plus-roundel--remove,
.list-modifier--remove {
  background-color: #ce4444;
}
.plus-roundel--remove:before,
.list-modifier--remove:before {
  content: "-";
  position: relative;
  top: -1px;
}

.current-issue .description {
  overflow: hidden;
  margin-top: 1rem;
  padding: 1rem;
  background: #eee;
  font-size: 0.9rem;
}

.current-issue .issuebuttons {
  text-align: right;
}

.current-issue .description p {
  margin: 0px;
}

.current-issue #addissue,
.current-issue #addfollowup {
  background: #eee;
  padding: 1rem;
}

.current-issue #addfollowup .rating {
  width: 105px;
  float: right;
}

.current-issue #addfollowup #issue-creator {
  width: 160px;
  float: right;
  text-align: right;
  padding-right: 5px;
}

#addfollowup .mgmtfu {
  display: inline;
}

#addfu-buttons {
  float: right;
}

#fu-footer {
  font-size: 0.8em;
  padding: 0.5em 0;
  margin-top: 10px;
  /*  background-color: #eed;
      border: 1px solid: #ddc;*/
}

#fu-footer p {
  float: left;
  margin-bottom: 0px;
}

#fu-footer ul {
  float: right;
}

#fu-footer ul li {
  display: inline;
  padding-right: 10px;
}

.current-issue #addfollowup #issue-creator a:hover,
.current-issue #addfollowup #issue-creator a {
  text-decoration: underline;
}

.current-issue #addissue textarea,
#addfu-box textarea {
  height: 150px;
  width: 100%;
}

.current-issue #addissue textarea {
  margin-top: 8px;
  margin-bottom: 8px;
}

.current-issue #addissue .row .label {
  width: 80px;
}

.current-issue #addissue .row .field {
  width: 360px;
}

.current-issue .description ul,
.current-issue .description ol {
  margin-bottom: 0.8em;
}

.current-issue a#discreet:hover,
.current-issue a#discreet:link,
.current-issue a#discreet:visited,
.current-issue a#discreet {
  margin-left: 10px;
  color: #999;
  display: inline;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

#closediv {
  font-size: 0.8rem;
}

#closediv div.listtag a:link,
#closediv div.listtag a:visited,
#closediv div.listtag a {
  text-decoration: none;
}

#closediv div.listtag a:hover,
#closediv div.listtag a:active {
  text-decoration: none;
  background: none;
}

#finalclose {
  float: right;
}

.closetags input.close {
  margin-left: 3px;
  display: inline;
  float: right;
}

.closetags p {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.closetags-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.listtag {
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
}

#flash {
  background-color: #FAFF9D;
  font-style: italic;
  border-top: 1px solid #FFFF0B;
  border-bottom: 1px solid #FFFF0B;
  display: none;
  margin: 3px 0px;
  padding: 2px;
  clear: both;
}

/*****************************************
 * MANAGE FOLLOWUP PAGE 
 */
.fu-info {
  color: #2e4f7e;
  border-bottom: solid #ddd 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.65rem 0 0.9rem;
  font-size: 0.8rem;
}

.fumanagement {
  background-color: #FFFDD3;
  position: relative;
}

.fumeta {
  background: none;
  border: none;
  margin: 0 0 0.5em 0;
  padding-top: 0.65em;
  color: #999;
}

.fumeta .rating {
  float: right;
}

.fu-body {
  border-bottom: 1px solid #ddd;
  color: #000;
}

.fu-body .text textarea {
  width: 100%;
  height: 100px;
}

.fu-body .text p:first-child {
  margin-top: 0;
}

.fubuttons {
  padding: 0.5rem 0;
  text-align: right;
}

.addfu-checkbox {
  display: inline-block;
}

#addfu-buttons.fubuttons {
  padding-bottom: 0;
}

#edit-fu .fubuttons {
  padding-top: 3px;
}

#save_fu_error {
  clear: both;
}

#save_fu_error ul {
  margin: 0px;
}

#fu_no_entries p {
  margin-top: 10px;
}

/*****************************************
 * MARKDOWN PAGE 
 */
.syntax-header {
  background: #E3EED2;
  margin-bottom: 10px;
  padding: 2px;
}

.syntax {
  margin-left: 40px;
  margin-bottom: 20px;
}

.syntax p {
  margin: 2px;
}

.syntax ol {
  margin: 3px -15px;
}

.syntax .ul {
  margin-bottom: 6px;
}

.syntax p span {
  margin-right: 20px;
}

.syntax p.subheader {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 4px;
}

.syntax div {
  margin-left: 20px;
  margin-bottom: 5px;
}

/*****************************************
 * MARKDOWN STYLES 
 */
.current-issue .description ol,
.current-issue .description ul,
.current-issue .description p,
.narrative .entrybody ol,
.narrative .entrybody ul,
.narrative .entrybody p,
.fu-body ol,
.fu-body ul,
.fu-body p {
  margin-bottom: 0.65em;
}

.current-issue .description ul,
.narrative .entrybody ul,
.fu-body ul {
  list-style: disc;
  line-height: 1.4;
}

pre,
code {
  line-height: 1.4;
}

/*****************************************
 * CONTACTS HOME PAGE
 */
.letter-index {
  list-style: none;
  margin-bottom: 2rem;
  text-align: center;
}
.letter-index li {
  display: inline-block;
}
.letter-index li a {
  background: #eee;
  display: block;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
}

.contact-list {
  list-style: none;
  padding: 0;
}
.contact-list .even {
  background: #eee;
}
.contact-list li {
  padding: 0.5rem;
}

/*****************************************
 * CONTACTS DETAIL PAGE
 */
#current-contact {
  margin-bottom: 2rem;
}
#current-contact h3 span {
  font-weight: 700;
}
#current-contact .h3-company {
  background: #A87360;
  color: #fff;
}
#current-contact .h3-person {
  background-color: #658dc7;
  color: #fff;
}

.contact-attributes {
  margin-top: 0;
}
.contact-attributes li {
  margin-bottom: 0.625rem;
}
.contact-attributes li:last-child {
  margin-bottom: 0;
}

/*****************************************
 * CONTACTS MANAGE PAGE (ADD/EDIT)
 */
ul + .attribute-adder {
  margin-top: 0.9375rem;
}

.attribute-adder {
  padding-top: 0.3125rem;
}

#parentname #parentdiv,
#companyname #parentdiv {
  padding: 5px 0px 5px 0px;
  float: left;
}

/*****************************************
 * EXPENSES APPLICATION SHARED 
 */
p.expenseinfo {
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
  margin: 5px 0px;
}

table.unpaid {
  clear: both;
  table-layout: fixed;
}

table.unpaid tr td {
  color: #000;
  padding-top: 5px;
  overflow: hidden;
  vertical-align: top;
}

table.unpaid tr .expand {
  width: 10px;
}

table.unpaid .id {
  width: 40px;
}

table.unpaid tr .created {
  width: 105px;
}

table.unpaid tr .client {
  width: 70px;
}

table.unpaid tr .type {
  width: 195px;
}

table.unpaid tr .receipt {
  width: 50px;
  padding-left: 10px;
}

table.unpaid tr td form {
  display: inline;
}

table.unpaid tr .num input,
table.unpaid tr .num {
  text-align: right;
  padding-right: 10px;
  width: 70px;
}

table.unpaid tr td div.sub {
  margin: 0px 0px 4px 0px;
}

table.unpaid tr td .row {
  padding: 2px 0px 0px 0px;
  width: 700px;
}

table.unpaid tr td .row .label {
  top: 0px;
}

table td span.total {
  border-top: 1px dashed #000;
  display: block;
}

/*****************************************
 * EXPENSES ADD/EDIT PAGE 
 */
form#expensesform {
  width: 600px;
  margin: 3px 0px 10px 100px;
  float: left;
  display: inline; /* ie6 */
}

form#expensesform .row {
  width: 600px;
}

form#expensesform .row .label {
  width: 160px;
}

form#expensesform .row .field {
  width: 440px;
}

form#expensesform textarea {
  width: 400px;
  height: 50px;
}

form#expensesform input.amount {
  width: 80px;
}

form#expensesform div.subfield {
  display: inline;
}

form#expensesform div.subfield span.sublabel {
  margin: 0px 10px;
}

/*****************************************
 * EXPENSES SUMMARY PAGE 
 */
table.expensesummary form {
  display: inline;
}

table.expensesummary .name {
  width: 470px;
}

table.expensesummary .num {
  text-align: right;
  padding-right: 10px;
  width: 100px;
}

/*****************************************
 * EXPENSES CLAIM MANAGE PAGE 
 */
form#claimsform {
  width: 800px;
  margin: 15px 0px;
  clear: both;
}

form#claimsform .row {
  padding-top: 2px;
  width: 800px;
}

form#claimsform .row .label {
  width: 130px;
  text-align: left;
  text-indent: 10px;
}

form#claimsform table.unpaid tr td .row .label {
  width: auto;
}

form#claimsform .row .field {
  width: 590px;
}

form#claimsform .row .longfield {
  margin-left: 10px;
  width: 710px;
}

#claimexp {
  margin-top: 15px;
}

form#claimsform .row .field input {
  width: 300px;
}

div#unclaimed-container {
  clear: both;
  margin-top: 30px;
  margin-bottom: 25px;
}

#claimexp .row .longsumfield {
  margin-left: 3px;
  /* width: 710px; */
  font-size: 8px;
}

/*****************************************
 * EXPENSES CLAIMS LISTING PAGE 
 */
table.claims {
  clear: both;
  table-layout: fixed;
}

table.claims .id {
  width: 30px;
}

table.claims .title {
  width: 300px;
}

table.claims .date {
  width: 140px;
}

table.claims .num {
  width: 100px;
  text-align: right;
}

table#latestclaims {
  margin-bottom: 10px;
}

table#latestclaims .title {
  width: 290px;
}

table#latestclaims .date {
  width: 100px;
}

form#claimsuser {
  width: 800px;
  margin-top: 15px;
}

form#claimsuser p {
  display: inline;
  padding-right: 10px;
  margin: 0px;
}

form#claimsuser input {
  position: relative;
  top: 3px;
}

/*****************************************
 * MONITORING SHARED 
 */
.monitoring-header {
  margin-bottom: 1rem;
}

span.counts {
  width: 100px;
}

span.counts a {
  padding-right: 3px;
}

table.monitoring-table {
  border-collapse: collapse;
}

table.monitoring-table tr th {
  border-bottom: 1px solid #DDC;
  padding-bottom: 3px;
}

table.monitoring-table tr.disabled td,
.disabled,
.disabled a {
  color: #888;
  background-color: #eee;
}

table.monitoring-table tr.disabled td {
  border-bottom: 1px solid #dcc;
  border-top: 1px solid #dcc;
}

.message {
  position: relative;
  margin: 0.5rem 0;
  padding: 1rem;
  font-size: 0.9em;
  background: #eee;
}
.message.sent-info {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #999;
}
.message .showmore {
  position: static;
}

.message div.action {
  float: right;
}

.message div.showmore pre {
  margin: 0px;
}

.message div.sent-info {
  padding: 10px 0 10px 16px;
}

.message div.field pre {
  margin-top: 3px;
}

#current-host .message div.sent-info div.row div.label,
.message div.sent-info div.row div.label {
  width: 85px;
  top: 0px;
}

.msg-status {
  display: inline-block;
  padding-left: 16px;
}

.msg-status-off {
  background: url("imgs/msg-status-off.png") no-repeat center left;
}

.msg-status-0 {
  background: url("imgs/msg-status-0.png") no-repeat center left;
}

.msg-status-1 {
  background: url("imgs/msg-status-1.png") no-repeat center left;
}

.msg-status-2 {
  background: url("imgs/msg-status-2.png") no-repeat center left;
}

.msg-status-3 {
  background: url("imgs/msg-status-3.png") no-repeat center left;
}

.msg-status-no-message {
  color: #aaa;
  padding: 0px;
}

img.buttonimg {
  cursor: pointer;
}

.monitoring {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #eee;
  width: 49.5%;
  float: left;
  min-height: 100px;
}
.monitoring legend {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  padding: 0.25rem 0.5rem;
  background: #2e4f7e;
}
.monitoring p {
  font-size: 0.9rem;
}

.monitoring ul {
  padding: 0;
}
.monitoring ul li {
  font-size: 0.9em;
}

.mouseover {
  background-color: #e8eef6;
  cursor: pointer;
}

div.message span.late {
  color: #ce4444;
}

/*****************************************
 * MONITORING OVERVIEW PAGE 
 */
div.monitoring-client h3 {
  background: None;
  color: #000;
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 0px;
  text-decoration: underline;
  font-size: 1em;
  float: left;
}

div.monitoring-client input {
  display: block;
  float: right;
  position: relative;
  top: 3px;
}

div.monitoring-client {
  margin-bottom: 5px;
}

div.monitoring-client table {
  border-collapse: collapse;
}

div.monitoring-client table tr th {
  font-size: 0.9em;
}

div.monitoring-client table tr th {
  color: #000;
  padding-bottom: 3px;
  font-weight: normal;
  font-size: 0.85em;
  text-align: center;
}

div.monitoring-client table tbody {
  font-size: 0.85em;
}

div.monitoring-client table tbody tr td {
  padding: 0.5rem;
}

div.monitoring-client table th.client {
  width: 50%;
  text-align: left;
}

div.monitoring-client table td.current-status {
  width: 130px;
  text-align: center;
}

div.monitoring-client table td.messages {
  width: 150px;
  text-align: center;
}

div.monitoring-client p {
  padding-left: 10px;
  margin-bottom: 0px;
  font-size: 0.85em;
}

div.monitoring-client table span.msg-status {
  color: red;
}

/*****************************************
 * MONITORING CLIENT OVERVIEW PAGE 
 */
.monitoring-host {
  margin-bottom: 1rem;
}
.monitoring-host h3 {
  margin-bottom: 5px;
  text-decoration: underline;
}
.monitoring-host input {
  display: block;
  float: right;
  position: relative;
  top: 3px;
}
.monitoring-host p {
  padding-left: 10px;
  margin-bottom: 0px;
  font-size: 0.85em;
}

.monitoring-table {
  width: 100%;
}
.monitoring-table th,
.monitoring-table td {
  padding: 0.5rem;
  font-size: 0.9rem;
}
.monitoring-table .command {
  text-align: left;
  width: 40%;
}
.monitoring-table .current-status,
.monitoring-table .past-status,
.monitoring-table .num-seen,
.monitoring-table .first-seen,
.monitoring-table .last-seen,
.monitoring-table .next-seen {
  text-align: center;
  width: 10%;
}
.monitoring-table .msg-status {
  padding-left: 6px;
}

.monitoring-client .monitoring-table {
  width: 50%;
  margin-bottom: 1rem;
}

.monitoring-host table td.next-seen span {
  color: #FF0000;
}

.monitoring-host table td.next-seen span.disabled {
  color: #888;
}

.monitoring-filters select {
  font-size: 0.8em;
}

fieldset.monitoring .message {
  font-size: 0.9em;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.overview-disabled-hosts {
  margin-top: 15px;
}

/*****************************************
 * MONITORING ADD HOST PAGE
 */
#add-host .row {
  clear: both;
  padding-top: 3px;
  float: left;
  margin: 0px;
  width: 650px;
}

#add-host .label {
  float: left;
  display: block;
  text-align: right;
  padding-right: 20px;
  width: 150px;
}

#add-host .field {
  float: left;
  text-align: left;
  width: 480px;
}

#add-host .row textarea,
#add-host .row input.text {
  width: 410px;
}

#add-host .row textarea {
  height: 80px;
}

/*****************************************
 * MONITORING HOST PAGE
 */
#current-host {
  margin-bottom: 10px;
}

#current-host h2 {
  float: left;
  text-decoration: underline;
  font-size: 1em;
  font-weight: bold;
  color: #2e4f7e;
  margin: 0px;
  padding: 0px;
}

#current-host .row a img,
#current-host .row .saver input {
  float: right;
  padding-right: 2px;
}

#current-host #host-edit {
  width: 357px;
  padding: 5px;
}

#current-host #host-edit .row {
  width: 360px;
}

#current-host #host-edit .row textarea,
#current-host #host-edit .row input.text,
#current-host #host-edit .row .field {
  width: 230px;
}

#current-host #host-edit .row textarea {
  min-height: 30px;
}

#current-host #host-info {
  width: 650px;
  margin-right: 0px;
}

#current-host #host-comments {
  width: 650px;
}

#current-host #host-comments p {
  font-size: 0.8em;
}

#current-host #host-comments ul {
  list-style: disc;
  margin-left: 15px;
}

#current-host #host-comments ul li {
  padding-top: 0px;
  font-size: 0.9em;
}

#host-enable-button {
  float: right;
}

.monitoring-table tr td.current {
  width: 10%;
  text-align: center;
}

.monitoring-table tr td.outstanding {
  text-align: center;
  width: 10%;
}

.monitoring-table tr th.current {
  text-align: center;
}

.monitoring-table tr td.action,
th.action {
  text-align: right;
}

.showmore {
  position: absolute;
  right: 0.5rem;
  top: 0;
  font-size: 0.8rem;
}

/*****************************************
 * MONITORING MESSAGE DETAILS 
 */
.overviewsort {
  text-align: center;
}

#message-details .row {
  width: 700px;
  padding-top: 7px;
}

#message-details .row .label {
  width: 120px;
  top: 1px;
  font-weight: bold;
  color: #2e4f7e;
  font-size: 0.8em;
}

#message-details .row .field {
  width: 580px;
}

#divseehidedetails {
  display: none;
}

#divseehidedetails .boxmessage .row {
  width: 700px;
  padding-top: 7px;
}

#divseehidedetails .boxmessage .row .label {
  width: 120px;
  top: 1px;
  font-weight: bold;
  color: #2e4f7e;
  font-size: 0.8em;
}

#divseehidedetails .boxmessage .row .field {
  width: 580px;
}

#current-host h2 {
  font-weight: normal;
}

/*****************************************
 * MONITORING MESSAGE PAGE
 */
#current-message .row {
  width: 700px;
  padding-top: 7px;
}

#current-message .row .label {
  width: 120px;
  top: 0px;
  font-weight: bold;
  color: #2e4f7e;
  font-size: 0.8em;
}

#current-message .row .field {
  width: 580px;
}

.boxmessage .row {
  width: 700px;
  padding-top: 7px;
}

.boxmessage .row .label {
  width: 120px;
  top: 0px;
  font-weight: bold;
  color: #2e4f7e;
  font-size: 0.8em;
}

.boxmessage .row .field {
  width: 580px;
}

#host-info .showmore {
  margin-top: 8px;
}

#host-comments .showmore {
  margin-top: 1px;
}

.message .late-message {
  margin-bottom: 3px;
}

/*****************************************
 * MONITORING COMMENT PAGE 
 */
#create-comment {
  width: 100%;
}

#create-comment .row {
  padding-top: 7px;
}

#create-comment .row .label {
  top: 0px;
  font-weight: bold;
  color: #2e4f7e;
  font-size: 0.8em;
}

#current-host fieldset.monitoring div.content #narrative-toggle {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 0.8em;
}

.message-item {
  width: 100%;
}

.message {
  border-bottom: 1px solid #ccc;
}

/*****************************************
 * ASSOCIATION STYLES (SHARED)
 */
.associatedtype {
  margin-bottom: 1rem;
  float: left;
  clear: both;
  font-size: 0.8rem;
}

.associatedtype .typeheading {
  color: #2e4f7e;
  padding-right: 5px;
  text-decoration: underline;
  float: left;
}

.associatedtype ul {
  display: inline;
}

.associatedtype ul li {
  padding-left: 10px;
  padding-right: 5px;
  background: url("../images/bullet.png") 0px 5px no-repeat;
  white-space: nowrap;
  float: left;
}

.associatedtype ul.extended-assos {
  padding-top: 5px;
  display: block;
  clear: both;
  border-bottom: 1px solid #ddc;
}

.associatedtype ul.extended-assos li {
  float: None;
  white-space: normal;
  padding-bottom: 5px;
}

.associatedtype ul li a {
  text-decoration: none;
}

.associatedtype ul li a:hover {
  text-decoration: underline;
  background: none;
}

.nonarrative {
  font-size: 0.8rem;
  color: #999;
  font-style: italic;
}

.nonarrative p {
  margin: 2rem 0;
}

.narrative {
  border-top: 1px solid #eee;
  margin: 2rem 0;
}

#fullnarrative {
  width: 800px;
  margin: 0px;
  padding: 0px;
}

#fullnarrative .narrative {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}

.narrative .entry {
  border-bottom: 1px solid #ddc;
}

.narrative .entrytitle {
  padding: 0.5em 0px 0.2em 0px;
}

.narrative .entrymeta {
  color: #999;
  padding-bottom: 0.3em;
}

.narrative .entry .entrybody {
  overflow: hidden;
}

.narrative .entry ol,
.narrative .entry ul,
.narrative .entry p {
  margin-bottom: 0.8em;
}

.narrative .entry ul {
  margin-left: 30px;
}

/*****************************************
 * ISSUE ASSOCIATION STYLES
 */
.current-issue #associationmeta {
  margin-top: 0px;
}

/*****************************************
 * CONTACT ASSOCIATION STYLES
 */
#current-contact .associatedtype .typeheading {
  max-width: 150px;
  overflow: hidden;
}

#current-contact .associatedtype {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

/*****************************************
 * PRESENTATION ASSOCIATION STYLES
 */
#right-side-bottom #associationmeta {
  margin-top: 10px;
}

#right-side-bottom .associatedtype {
  width: 385px;
}

#right-side-bottom .associatedtype ul {
  width: 325px;
}

#right-side-bottom .associatedtype ul li {
  max-width: 325px;
}

/*****************************************
 * POPUP STYLES (SHARED)
 */
#fade {
  position: absolute;
  left: 0px;
  top: 0px;
  border: none;
  display: none;
  z-index: 1;
  float: left;
  background: rgba(0, 0, 0, 0.55);
}

#fade html {
  margin: 0px;
}

#popup {
  width: 640px;
  max-height: 500px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
#popup #associationmeta ul li {
  float: none;
}

#popup #popup-top {
  margin: 0;
  clear: both;
  background-color: #2e4f7e;
  padding: 1rem;
}

#popup #title {
  color: #fff;
  margin: 0;
  background: none;
}

#popup #popup-top a {
  color: #fff;
}

#popup #popup-top a:hover {
  text-decoration: underline;
}

#popup #close {
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
}
#popup #close a {
  display: block;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#popup #close a:hover {
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}

#popup-content {
  padding: 1rem;
  float: none;
  background: #fff;
}

#popup-content .narrative .entry {
  border-bottom: none;
}

.popup-contact-about {
  font-family: Arial, "San-serif";
  white-space: pre-wrap;
}

/*****************************************
 * ISSUE POPUP STYLES
 */
#popup-content .current-issue {
  width: 500px;
}

#popup-content .current-issue .issuedata {
  width: 450px;
  float: left;
}

#popup-content .current-issue .description {
  margin-top: 5px;
  margin-bottom: 0.8em;
}

#popup-content .current-issue #lastestfollowup {
  clear: both;
  border-top: 1px solid #ddc;
  margin-top: 0.8em;
}

#popup-content .current-issue #lastestfollowup .fu-body {
  border-bottom: none;
}

#popup-content .current-issue #lastestfollowup .fu-body .text {
  width: 500px;
}

/*****************************************
 * CONTACT POPUP STYLES
 */
#popup-content .unlink-button {
  position: absolute;
  right: 0.5rem;
}

#popup-content #current-contact #readonly-contact #associationmeta {
  width: 550px;
  float: left;
  margin-bottom: 0px;
}

#popup-content #current-contact #readonly-contact .firstassociatetype {
  clear: none;
  float: left;
}

#popup-content #current-contact #readonly-contact .associatedtype ul {
  display: inline;
}

/*****************************************
 * PRESENTATION POPUP STYLES
 */
#popup-content #popup-presentation fieldset {
  clear: both;
  float: none;
  border: 1px solid #ddc;
  padding: 5px;
  width: 487px;
}

#popup-content #popup-presentation fieldset legend {
  padding: 2px;
  font-weight: bold;
  color: #2e4f7e;
}

#popup-content #popup-presentation fieldset .row {
  width: 480px;
}

#popup-content #popup-presentation fieldset .row .label {
  width: 150px;
  top: 0px;
}

#popup-content #popup-presentation fieldset .row .field {
  width: 330px;
  text-align: left;
}

#popup-content #popup-presentation #associationmeta {
  width: 450px;
  float: left;
}

#popup-content #popup-presentation .firstassociatetype {
  clear: none;
  float: left;
}

#popup-content #popup-presentation .associatedtype {
  width: 450px;
}

#popup-content #popup-presentation .associatedtype ul {
  width: 340px;
  display: inline;
}

/*****************************************
 * FONT SIZES 
 */
div#current-asset fieldset ul.errorlist,
div#current-asset fieldset .error {
  font-size: 1em;
}

ul.errorlist ul.errorlist {
  font-size: 1em;
}

#side-main ul.listing li div.info ul.attributes li {
  font-size: 1em;
}

h5, h6 {
  font-size: 0.9em;
}

nav #loginout,
.subnav {
  font-size: 0.8em;
}

ul#manycontacts li {
  font-size: 0.9em;
}

p.iteminfo {
  font-size: 0.9em;
}

.report select,
.report #open_span {
  font-size: 0.9em;
}

.fu-body .text {
  font-size: 0.9em;
  overflow: hidden;
}

table.unpaid tr td div.sub .field {
  font-size: 0.9em;
}

form#claimsuser select {
  font-size: 0.9em;
}

fieldset.pres-section p {
  font-size: 0.9em;
}

form#editpresentation span.small-warning {
  font-size: 0.9em;
}

table#assetrequests .desc {
  font-size: 0.9em;
}

div#al-search select,
div#al-search input {
  font-size: 0.9em;
}

form#requestmanage .row .field select {
  font-size: 0.9em;
}

#hosts .host .current-message {
  font-size: 0.85em;
}

table.client-list span.specialcat {
  font-size: 0.85em;
}

table.asset-table td {
  font-size: 0.85em;
}

#sidebar .no-entries {
  font-size: 0.85em;
}

#side-main .key {
  font-size: 0.85em;
}

.autocomplete ul li {
  font-size: 0.85em;
}

table.unpaid tr td {
  font-size: 0.85em;
}

table#presentationlist td {
  font-size: 0.85em;
}

div#po-reference #al-disclaimer p {
  font-size: 0.85em;
}

#popup-content #popup-asset fieldset legend,
div#current-asset fieldset {
  font-size: 0.85em;
}

#popup-content #popup-al .al-summary {
  font-size: 0.85em;
}

form#requestmanage .row .field #hidecurrency,
form#requestmanage .row .field #showcurrency {
  font-size: 0.85em;
}

#hosts .host .counts {
  font-size: 0.84em;
}

#searchform a,
#searchform a:hover,
#searchform a:visited {
  font-size: 0.8em;
}

table.stats tr.sub-header {
  font-size: 0.8em;
}

div#assetreports span.discreet,
#addissue a#discreet,
#addfollowup a#discreet {
  font-size: 0.8em;
}

#current-asset .assetdata {
  font-size: 0.8em;
}

.fumeta {
  font-size: 0.8em;
}

#side-main .section p {
  font-size: 0.8em;
}

.attrtype {
  line-height: 1.875rem;
  font-size: 0.8125rem;
  display: inline-block;
  padding-right: 1.875rem;
}

.attrtype.preferred {
  position: relative;
}

.attrtype.preferred:after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}

.attrvalue {
  display: inline-block;
}

#side-main #sideparent .row {
  font-size: 0.8em;
}

.homeclients .total,
.homeclients .urgent,
.homeclients .open,
.homeclients .unread,
.issuelist .fu {
  font-size: 0.8em;
}

#editpresentation .slimrow.subheading .label,
#editpresentation .row.subheading .label,
#requestform .slimrow.subheading .label,
#requestform .row.subheading .label {
  font-size: 0.8em;
}

form#editpresentation .error,
form#editpresentation ul.errorlist {
  font-size: 0.8em;
}

.narrative .entrytitle {
  font-size: 0.8em;
}

.narrative .entrymeta {
  font-size: 0.8em;
}

.small-font,
.small-text,
ul.errorlist,
span.errorlabel,
.error {
  font-size: 0.7em;
}

div#assetreports ul li input,
div#assetreports ul li select {
  font-size: 11px;
}

div#right-side-bottom,
form#editpresentation div#right-side-top,
form#editpresentation #left-side {
  font-size: 11px;
}

div#right-side-bottom input,
form#editpresentation div#right-side-top input,
form#editpresentation #left-side input {
  font-size: 11px;
}

div#right-side-bottom textarea,
form#editpresentation div#right-side-top textarea,
form#editpresentation #left-side textarea {
  font-size: 11px;
}

div#right-side-bottom select,
form#editpresentation div#right-side-top select,
form#editpresentation #left-side select {
  font-size: 11px;
}

div#maxissues {
  font-size: 11px;
}

#solution-finder {
  font-size: 11px;
}

.subnav select#clientchoice {
  font-size: 11px;
}

.current-issue #addfollowup #issue-creator {
  font-size: 11px;
}

span.delimiter {
  font-size: 0.1em;
}

/*  =================================================
    Alerts pages
*/
.alertsform__subject {
  width: 100%;
}

.alerts-recipients-list {
  margin-top: 0;
  line-height: 1.875rem;
}
.alerts-recipients-list li {
  float: left;
  margin-right: 0.9375rem;
  white-space: nowrap;
}
.alerts-recipients-list li.label {
  color: #999;
}

.alert-feedback {
  text-align: left;
}
.alert-feedback .send-ok {
  color: #58b458;
}
.alert-feedback .send-fail {
  color: #ce4444;
}

.alerts-list__item {
  background: #eee;
  margin-bottom: 0.9375rem;
  padding: 0.9375rem;
}
.alerts-list__item .alerts-list__toggle {
  display: block;
}
.alerts-list__item .alerts-list__toggle span {
  display: inline-block;
  float: right;
}

.alerts-list__detail {
  display: none;
}

.rmap-form__required:after {
  content: "*";
  color: #ce4444;
}

.rmap-form__field .date-pick,
.rmap-form__field .dp-choose-date,
.rmap-form__field .dp-choose-date:hover {
  float: none;
  display: inline-block;
}
.rmap-form__field .dp-choose-date {
  vertical-align: -3px;
}

ul[id^=id_] {
  margin: 0;
}
ul[id^=id_] li {
  display: inline-block;
}

.invoices-table {
  border-collapse: initial;
}
.invoices-table .even td {
  background-color: transparent;
}

.invoices__value {
  text-align: right;
}

.invoices__problem td {
  background-color: #f1c9c9;
}

.xero-fields {
  background-color: transparent;
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;
  border-radius: 3px;
}

.xero-fields--with-footer {
  border-radius: 3px 3px 0 0;
}

.xero-fields--footer {
  border-top: none;
  border-radius: 0 0 3px 3px;
  margin-top: -15px;
  background-color: #e8eef6;
}

.invoice-event-panel {
  padding: 15px !important;
  margin-top: 15px;
}
.invoice-event-panel form {
  text-align: right;
  margin-top: 15px;
}

.hr--shorter {
  margin-bottom: 15px;
}

.mini-tag:before {
  content: "";
  display: inline-block;
  font-size: 10px;
  background-color: #000;
  border-radius: 3px;
  margin-right: 3px;
  padding: 1px 3px;
  min-width: 14px;
  color: #fff;
  text-align: center;
  vertical-align: 2px;
  line-height: 10px;
  font-weight: 600;
}

.mini-tag--8week:before {
  content: "+8";
  background-color: #658dc7;
}

.mini-tag--clwrota:before {
  content: "C";
  background-color: #558888;
}

.mini-tag--medirota:before {
  content: "M";
  background-color: #5A555C;
}

.mini-tag--tdr:before {
  content: "TDR";
  background-color: #2e4f7e;
}

.mini-tag--sdr:before {
  content: "SDR";
  background-color: #2e4f7e;
}

.mini-tag--other:before {
  content: "-";
  background-color: #2e4f7e;
}

.funnel-table .rmap-button--object {
  margin-bottom: 0.25rem;
}

.funnel-table__status {
  width: 6.25rem;
  vertical-align: top !important;
}

.funnel-table__cell {
  text-align: left !important;
  vertical-align: top !important;
}

.rmap-button--funnel {
  background-color: #e8eef6;
  color: #2e4f7e;
}
.rmap-button--funnel:hover {
  background: #f9e8b1;
  color: #333;
}

.page-funnel .ui-tooltip {
  font-size: 0.8125rem;
}

.ui-helper-hidden-accessible,
.hidden {
  display: none;
}

/*Google login button*/
.google-login-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  text-decoration: none; /* remove underline */
}
.google-login-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none; /* remove underline */
}
.google-login-btn:active {
  background-color: #eeeeee;
}
.google-login-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.google-login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #ccc;
}

.google-login-divider::before,
.google-login-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.google-login-divider:not(:empty)::before {
  margin-right: 0.75em;
}

.google-login-divider:not(:empty)::after {
  margin-left: 0.75em;
}

/*# sourceMappingURL=manage.css.map */
