@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,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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;
}

.enrich-popup-header:after, .impact-table-key:after, .conflict-resolve-list:after, .rota-control: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: #EFF6F3;
  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 #8d8790;
}

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

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

.rmap-header {
  position: sticky;
  background: #5A555C;
  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: #8d8790;
  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: #5A555C;
  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: #8d8790;
  color: #fff;
}
.rmap-mainnav__parent.on .rmap-header__user {
  background-color: #5A555C;
}
.rmap-mainnav__parent.nav-hover, .rmap-mainnav__parent:focus {
  background-color: #514c53;
  color: #fff;
}

.rmap-mainnav__item {
  color: #dedcde;
  padding: 5px 15px;
  margin-left: -15px;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% + 30px);
  background-color: #403d41;
  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: #403d41;
    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: #dedcde;
  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 #dedcde;
  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: #403d41;
}
.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: #8d8790;
}

.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: #8d8790;
  margin-right: 7.5px;
}

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

.rmap-panel-header__help, .time-calcs-results-list__help {
  cursor: pointer;
  width: 20px;
  opacity: 0.33;
}
.rmap-panel-header__help:hover, .time-calcs-results-list__help:hover, .rmap-panel-header__help:focus, .time-calcs-results-list__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: #5A555C;
  text-decoration: underline;
  transition-duration: 200ms;
}
a:hover, a:focus {
  color: #403d41;
}
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: #5A555C;
  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: #403d41;
  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: #dedcde;
}

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

.rmap-button--secondary {
  background-color: #8d8790;
}

.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 #5A555C;
}
.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 #5A555C;
}
.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 #5A555C;
  color: #5A555C !important;
  padding: 6px 12px;
}
.rmap-button--outline svg path {
  fill: #5A555C;
}
.rmap-button--outline:hover, .rmap-button--outline:focus {
  border-color: #403d41;
  color: #fff !important;
  background-color: #403d41 !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: #5A555C;
  text-decoration: none;
}
.rmap-button--textonly svg path, .dataTables_wrapper .dataTables_paginate .paginate_button svg path {
  fill: #5A555C;
}
.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: #8d8790;
}
.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: #8d8790;
}
.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: #8d8790;
}

.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: #dedcde;
  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: #5A555C;
  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: #5A555C;
}

.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: #5A555C;
}

.rmap-action-menu {
  position: absolute;
  right: 10px;
  margin-top: 15px;
  padding: 5px 0;
  border: 1px solid #5A555C;
  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 #5A555C 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: #dedcde;
  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: #8d8790;
  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: #dedcde;
  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 #dedcde transparent;
}

.rmap-rota-filters-overview {
  position: relative;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 3px;
  background-color: #dedcde;
  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, .time-calcs-results-list, .activity-roles-values-list, .accounting-values-list, .impact-list, .impact-list-table__pools, .impact-table-key, .rota-control__list, .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: #8d8790;
  box-shadow: 0 0 5px 0 #d9d6da;
}

.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: #5A555C;
  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__text--half + .time-calcs-popup-nonsetup-note,
  .rmap-form__select--half + .rmap-form__note,
  .rmap-form__select--half + .time-calcs-popup-nonsetup-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__text--third + .time-calcs-popup-nonsetup-note,
  .rmap-form__select--third + .rmap-form__note,
  .rmap-form__select--third + .time-calcs-popup-nonsetup-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__text--quarter + .time-calcs-popup-nonsetup-note,
  .rmap-form__select--quarter + .rmap-form__note,
  .rmap-form__select--quarter + .time-calcs-popup-nonsetup-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: #5A555C;
  width: auto;
}
.rmap-form__field--radiocheck .rmap-form__label {
  color: #333;
}
.rmap-form__field--radiocheck .rmap-form__label + .rmap-form__note, .rmap-form__field--radiocheck .rmap-form__label + .time-calcs-popup-nonsetup-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, .rmap-form__label + .time-calcs-popup-nonsetup-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, .time-calcs-popup-nonsetup-note {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: normal;
  margin-top: 5px;
}
.rmap-form__note + .rmap-form__note, .time-calcs-popup-nonsetup-note + .rmap-form__note, .rmap-form__note + .time-calcs-popup-nonsetup-note, .time-calcs-popup-nonsetup-note + .time-calcs-popup-nonsetup-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: #dedcde;
  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: #8d8790 !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: #dedcde;
}
.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, .session-grid__cell--alias,
.session-grid__cell--selected {
  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: #8d8790;
  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 #8d8790;
  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: #dedcde;
}
.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,
.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 #8d8790;
  padding: 10px;
  font-size: 16px !important;
  background: #dedcde !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 #5A555C \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: #5A555C;
  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: #dedcde;
}

.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: #5A555C;
  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: #8d8790;
  outline: none;
}
.rmap-tabs__nav li a:hover, .rmap-tabs__nav li a:focus {
  background: linear-gradient(0deg, #fff 0%, #dedcde 100%);
  color: #5A555C;
}
.rmap-tabs__nav li a.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #5A555C;
}
.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: #8d8790;
  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 #8d8790;
  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: #d1cfd2;
}

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: #5A555C;
}

.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: #8d8790;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}
.rmap-draghandle:hover {
  background-color: #5A555C;
}

.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;
}

.error {
  color: #ce4444;
}

.rmap-calendar-nav {
  background: #dfede7;
}

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

.rmap-icon-new::after, .rmap-icon-new::before {
  background-color: #3b843b;
}

.homepage-message {
  margin-bottom: 0;
  text-align: center;
}

.homepage-message__url {
  font-family: monospace;
  font-size: 15px;
  color: #5A555C;
  white-space: nowrap;
}

.rmap-grid-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  font-size: 14px;
}

.rmap-grid-features__feature {
  display: grid;
  grid-template-rows: 20px auto auto;
  grid-template-columns: auto 25px;
  grid-template-areas: "text-top text-top" "text-mid text-mid" "text-bottom tick";
  grid-gap: 10px;
  background: #dedcde;
  padding: 15px;
  transition: 200ms;
}
.rmap-grid-features__feature:hover {
  background: #d1cfd2;
}
.rmap-grid-features__feature:hover > .rmap-grid-features__tickbox {
  border-color: #817a84;
}

@media (max-width: 1000px) {
  .rmap-grid-features {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.rmap-grid-features__title {
  grid-area: text-top;
  align-self: start;
  font-weight: 700;
  font-size: 14px;
}

.rmap-grid-features__description {
  grid-area: text-mid;
  align-self: start;
}

.rmap-grid-features__usage {
  grid-area: text-bottom;
  align-self: end;
  font-weight: 700;
}

.rmap-grid-features__tickbox {
  grid-area: tick;
  align-self: end;
  justify-self: end;
  height: 25px;
  width: 25px;
  border: 2px solid #8d8790;
  transition: 200ms;
}

.rmap-grid-features__tickbox .tick-svg {
  width: 21px;
  height: 21px;
}

.rmap-accordion__open .rmap-grid-features__tickbox .tick-svg {
  animation: scale-down-fade-in 0.6s cubic-bezier(0.51, -0.45, 0.22, 1.4);
}

@-webkit-keyframes scale-down-fade-in {
  0% {
    transform: scale(4) rotate(15deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.help-sidebar .rmap-message:first-child, .help-sidebar .loading-overlay__message:first-child {
  margin-top: 5px;
}

.allocation-popup .rmap-form {
  padding: 0 0 15px;
}
.allocation-popup .rmap-form__row {
  padding: 15px 15px 0;
}

.allocation-panes {
  border-bottom: 1px dotted #d5d5d5;
  display: flex;
}

.allocation-panes__roles,
.allocation-panes__assigned,
.allocation-panes__resources {
  margin-top: 15px;
}
.allocation-panes__roles .rmap-panel__title,
.allocation-panes__assigned .rmap-panel__title,
.allocation-panes__resources .rmap-panel__title {
  margin: 0 0 5px;
}
.allocation-panes__roles .rmap-object-list,
.allocation-panes__assigned .rmap-object-list,
.allocation-panes__resources .rmap-object-list {
  margin: 5px 0 15px;
}
.allocation-panes__roles .rmap-tabs,
.allocation-panes__assigned .rmap-tabs,
.allocation-panes__resources .rmap-tabs {
  margin-top: 5px;
}
.allocation-panes__roles .rmap-tabs__tab,
.allocation-panes__assigned .rmap-tabs__tab,
.allocation-panes__resources .rmap-tabs__tab {
  padding-top: 5px;
}

.allocation-panes__assigned {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.allocation-panes__assigned .rmap-button, .allocation-panes__assigned .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .allocation-panes__assigned .paginate_button {
  pointer-events: none;
}
.allocation-panes__assigned .time-calcs__short-button,
.allocation-panes__assigned .rmap-mini-delete,
.allocation-panes__assigned .rmap-mini-delete-options, .allocation-panes__assigned .js-remove-person, .allocation-panes__assigned .js-remove-role {
  pointer-events: auto;
}

.rmap-scroll-list-wrapper .allow-scroll-padding {
  padding-right: 12px;
}

.personcount {
  position: absolute;
  right: 10px;
  top: 2px;
}

.popup__log {
  background-color: #eee;
  padding: 15px 15px 0 30px;
  margin: 0;
  font-size: 12px;
  height: 130px;
  overflow-y: auto;
}
.popup__log li {
  line-height: 14px;
  margin-bottom: 5px;
}
.popup__log li:last-child {
  margin-bottom: 15px;
}

.popup__logdate {
  color: #999;
}

.popup__notes-title {
  margin-bottom: 0;
}

.popup__notes {
  min-height: 130px;
}
.popup__notes textarea {
  margin: 5px;
  width: calc(100% - 10px);
  min-height: 115px;
}
.popup__notes.rmap-form {
  padding: 0;
}

.popup__notebuttons {
  float: right;
  margin: 15px;
}

.popup__notecontent {
  height: 130px;
  overflow-y: auto;
  font-size: 12px;
  padding: 7.5px 15px;
  margin: 0;
}
.popup__notecontent p {
  margin: 0;
}

.popup__footer {
  text-align: right;
  margin-top: 15px;
}

.cancel-warning-message {
  margin: 0 0 15px;
}

.allocation-shift-select {
  margin-bottom: 15px;
}

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

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

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

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

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

.daily-rota__detail {
  width: 257px !important;
}

.edit-mode-toggle {
  width: 100%;
  margin: 15px 0;
}

.activity-container {
  border-bottom: 2px solid #999999;
}

.mapping {
  margin: 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  padding: 8px 3px 3px;
  background-color: inherit;
}

.mapping__rota-name {
  position: absolute;
  top: -8px;
  left: 2px;
  background-color: inherit;
  padding: 0 3px 0 2px;
  max-width: calc(100% - 9px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #666;
}

.mapping__rota-name__tooltip {
  text-transform: uppercase;
}

.mapping__shift {
  background-color: transparent;
  margin-left: 3px;
  color: #333;
}

.mapping__rota-name__tooltip,
.mapping__title__tooltip,
.mapping__name,
.mapping__role,
.mapping__title,
.mapping__demand {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  padding-left: 3px;
}

.mapping__name {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mapping__title {
  text-decoration: underline;
  display: block;
  margin-bottom: 3px;
}

.mapping__demand,
.mapping__role {
  max-width: 90%;
}

.positive-demand {
  color: #58b458;
}

.negative-demand {
  color: #ce4444;
}
.negative-demand .out-for-bid {
  font-style: italic;
}

.mapping__tooltip {
  position: relative;
}

.mapping__cancelled {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.rmap-rota__highlight--alias-supplementary .mapping__rota-name {
  background: #EBF5DF;
}

.rmap-rota__highlight--event .mapping__rota-name {
  background: #f8e5a7;
}

.template-popup-title {
  margin-top: 0;
}

.viewnext-highlighter {
  box-shadow: 0 0 3px 4px #000;
}

.viewnext-sticky {
  background-color: #fff;
  position: fixed;
  grid-template-columns: 50px auto 50px 50px;
  bottom: 60px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  padding: 10px 0;
  border-radius: 10px;
  border: 2px solid #ce4444;
  color: #ce4444;
  font-size: 14px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.viewnext-sticky .rmap-button, .viewnext-sticky .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .viewnext-sticky .paginate_button {
  font-size: 32px;
  line-height: 32px;
  background: none;
  border: none;
}
.viewnext-sticky .rmap-button svg, .viewnext-sticky .dataTables_wrapper .dataTables_paginate .paginate_button svg, .dataTables_wrapper .dataTables_paginate .viewnext-sticky .paginate_button svg {
  vertical-align: 3px;
}

.viewnext__innerright {
  border-left: 1px solid #ce4444;
}
.viewnext__innerright .rmap-button, .viewnext__innerright .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .viewnext__innerright .paginate_button {
  width: 50px;
}

.viewnext__text {
  padding-top: 14px;
  text-align: center;
}

.viewnext__label {
  text-transform: capitalize;
}

.viewnext__current {
  font-weight: 600;
}

.quickview__header {
  margin-bottom: 15px;
}

.quickview__calendar-nav {
  text-align: right;
}
.quickview__calendar-nav .rmap-button--icon {
  padding-left: 0;
  padding-right: 0;
}

.flexipop-content .flexipop-calendar__nav {
  margin-top: -15px;
}
.flexipop-content .chosen-container {
  margin-top: 15px;
}
.flexipop-content .past .single-nav {
  padding-top: 2px;
  background-position: left 0.3em !important;
}
.flexipop-content .future .single-nav {
  padding-top: 2px;
  background-position: right 0.3em !important;
}
.flexipop-content .session-grid__cell {
  cursor: pointer;
}
.flexipop-content .action-log {
  max-height: 80px;
  font-size: 13px;
}

.flexipop-select {
  margin-bottom: 15px;
}

.flexipop-adjustment {
  padding-top: 15px;
  padding-right: 0;
}

.flexipop-summary {
  padding-top: 15px;
}
.flexipop-summary td:first-child {
  font-weight: 600;
}

.flexipop-table {
  font-size: 13px;
}

.flexipop-form .rmap-form__label,
.flexipop-form .rmap-form__text,
.flexipop-form .dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter .flexipop-form input,
.flexipop-form .rmap-button--small {
  font-size: 13px;
}
.flexipop-form .rmap-form__text, .flexipop-form .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .flexipop-form input {
  min-height: auto;
}

.flexipop-title-availability {
  margin-bottom: 0;
}

#fiw-picker .rmap-table__ticked, #fiw-picker .session-grid__cell--alias,
#fiw-picker .session-grid__cell--selected {
  background-size: 16px auto;
}

.conflict-resolve-list li {
  width: 24%;
  float: left;
  margin-left: 1%;
}

.body-edit-mode-highlight {
  background-color: #f5da81;
}
.body-edit-mode-highlight .rota-wrapper {
  border-bottom: 2px solid #E5B412;
}
.body-edit-mode-highlight .rota-wrapper > .rmap-rota {
  border: 2px solid #E5B412;
  border-bottom: none;
}
.body-edit-mode-highlight .rota-sticky-nav > .rmap-rota {
  border: 2px solid #E5B412;
  border-bottom: none;
}
.body-edit-mode-highlight .rmap-mainnav__item.on {
  background-color: #f5da81;
}
.body-edit-mode-highlight .rmap-mainnav__item.on:hover, .body-edit-mode-highlight .rmap-mainnav__item.on:focus {
  background-color: #403d41;
}

.body-edit-mode-delete-icon .rmap-mini-delete, .body-edit-mode-delete-icon .rmap-mini-delete-options {
  left: -10px;
  position: relative;
  float: left;
  top: 1px;
  margin-right: -8px;
}

.disabled-cells-for-assignment {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #f1f1f1 10px, #f1f1f1 20px) !important;
}

.disabled-cells-no-permission {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #f3d1d1 10px, #f3d1d1 18px) !important;
}

.person-slot {
  position: relative;
}

.by-person-assign {
  position: absolute;
  bottom: 4px;
  left: 7px;
  width: 92%;
}

.edit-mode-toggle {
  width: 100%;
}

.edit-panel-options {
  margin-top: 15px;
}

.by-person-edit-panel {
  margin-bottom: 15px;
}
.by-person-edit-panel .row .rmap-form__row {
  padding: 0;
}

.disabled-cell-reasons {
  position: absolute;
  background: #5A555C;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  z-index: 1;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  left: 110%;
  top: 20%;
  white-space: nowrap;
}
.disabled-cell-reasons:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #5A555C transparent transparent;
}

.remove-demand-tooltip {
  position: absolute;
  background: #5A555C;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  z-index: 1;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  bottom: 20px;
  left: 20px;
}

.by-person-edit-quickview {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 2px;
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  left: 17%;
  width: 75%;
  border: 1px solid #8d8790;
  margin-top: 5px;
}

.by-person-edit-quickview--multiweek {
  margin-top: 0;
}

.by-person-assign-spacer {
  padding-bottom: 30px !important;
}

.rota-icon {
  background-image: url(../images/rota-icon.svg);
  position: relative;
  top: 1px;
  margin: 0px 3px;
}
.rota-icon.rota-icon--right {
  top: 0;
  float: right;
  margin: 0;
}

.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;
}

.event-log {
  margin-top: 15px;
}

.event-log__type {
  display: block;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  max-width: 250px;
}

.is-alias .event-log__type {
  background: #EBF5DF;
  color: #333;
}

.is-extra .event-log__type {
  background: #5599ff;
}

.available .event-log__type {
  background: #58b458;
}

.unavailable .event-log__type {
  background: #999;
}

.away .event-log__type {
  background: #2e4f7e;
}

.oncall .event-log__type {
  background: #EE7600;
}

.standard .event-log__type {
  background: #ddd;
  color: #333;
}

.blocking .event-log__type {
  background: #000;
}

.event-log__by {
  display: block;
  color: #999;
}

.event-log__date {
  white-space: nowrap;
}

.event-log__detail {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.event-log__detail-title {
  background-color: #d5d5d5;
  font-weight: 600;
  padding: 0 5px;
  margin-top: 8px;
}
.event-log__detail-title:first-child {
  margin-top: 0;
}

.event-log__detail-action {
  display: inline-block;
  width: 75%;
  padding: 0 15px 0 5px;
}

.event-log__detail-date {
  display: inline-block;
  width: 24%;
  text-align: right;
  padding-right: 5px;
}

.event-log__open td,
.event-log__open .td {
  vertical-align: top;
}

.multiweek {
  position: relative;
}

.multiweek-main-form {
  margin: 0 auto 15px;
}

.multiweek-options {
  width: 100%;
  padding: 10px 0 25px;
  position: sticky;
  top: 65px;
  z-index: 2;
}
.multiweek-options--by-people-group {
  z-index: 5;
}

.multiweek-options--no-shadow {
  box-shadow: none;
}

.multiweek .rmap-rota__assigned {
  margin: 5px 0;
}

.multiweek__title {
  margin-top: 15px;
}

.multiweek__rota {
  margin-bottom: 22.5px;
}
.multiweek__rota:last-child {
  margin-bottom: 0;
}
.multiweek__rota .pre-setup .rmap-rota__markers {
  position: relative;
  text-align: right;
  right: auto;
  top: auto;
}

.multiweek-remove-demand {
  white-space: normal !important;
  line-height: normal;
}

.multiweek-grid {
  display: grid;
  width: 100%;
  overflow: auto;
  grid-template-rows: auto;
  grid-column-gap: 0;
  border: 1px solid #d5d5d5;
  padding-bottom: 15px;
}
.multiweek-grid--header {
  border-bottom: none;
  position: sticky;
  top: 168px;
  z-index: 4;
  padding: 0;
}
.multiweek-grid--header--viewport-top {
  top: 65px;
}

.multiweek-grid__cell {
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  font-size: 12px;
  overflow: hidden;
  color: #333;
}
.multiweek-grid__cell--corner {
  text-align: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background: #eee;
  border-right: 1px solid #d5d5d5;
  grid-column: span 2;
}
.multiweek-grid__cell--corner a:link {
  text-decoration: none;
}
.multiweek-grid__cell--person {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
  background: #fff;
}
.multiweek-grid__cell--date {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #d5d5d5;
}
.multiweek-grid__cell--session {
  position: sticky;
  left: 160px;
  z-index: 2;
}
.multiweek-grid__cell.rmap-table__gridrow-1 {
  border-top: 2px solid #d5d5d5;
}

.multiweek-hscroller {
  position: sticky;
  bottom: 0;
  z-index: 4;
  height: 15px;
  overflow-x: scroll;
  background-color: #eee;
  margin-top: -17px;
}
.multiweek-hscroller .multiweek-grid__cell {
  background: none;
  border: none;
}

.load-more-rotas-button {
  margin: 15px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.multiweek__remove-exception {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  text-decoration: none;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  padding: 0 3px;
  color: #bbb;
}
.multiweek__remove-exception:hover, .multiweek__remove-exception:focus {
  background-color: #58b458;
  color: #fff;
}

.multiweek__event {
  padding: 3px 5px;
  background-color: #aaa;
  background-color: rgba(0, 0, 0, 0.25);
  color: #f8e5a7;
  text-align: center;
}

.multiweek__cancelled {
  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;
}

.multiweek__exception {
  position: relative;
}

.multiweek__edit-buttons {
  text-align: center;
  width: 100%;
}

.templated-not-working {
  text-decoration: line-through;
}

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

.editlist {
  position: absolute;
  width: 210px;
  top: 5px;
  left: calc(100% + 5px);
  padding: 5px;
  background-color: #fff;
  border: 1px solid #5A555C;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.editlist .rmap-draghandle {
  position: relative;
  margin: -20px 0 5px -6px;
  width: calc(100% + 12px);
}
.editlist .rmap-scroll-list-wrapper {
  margin-bottom: 10px;
}

.editlist--left {
  left: auto;
  right: calc(100% + 5px);
}

.manual-event-section__list {
  list-style: none;
  padding: 0;
}
.manual-event-section__list li {
  margin-bottom: 10px;
}
.manual-event-section__list li .rmap-button--object {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.people-table td,
.people-table .td {
  white-space: nowrap;
}

.job-plan-info {
  margin-top: 5px;
  margin-bottom: 30px;
}
.job-plan-info span {
  display: inline-block;
  font-weight: 700;
  margin-left: 15px;
}
.job-plan-info span:first-child {
  margin-left: 0;
}

.template-link {
  display: block;
}

.template-week-label {
  display: block;
  margin-top: 15px;
  background-color: #dedcde;
  padding: 5px 10px;
}

.template-sticky {
  background-color: #eee;
  padding-bottom: 15px;
  border-bottom: 1px dotted #8d8790;
}

.new-template-form {
  margin-bottom: 30px;
}

.multitemplate-cell {
  cursor: pointer;
}
.multitemplate-cell p {
  line-height: 1.5 !important;
  font-size: 12px !important;
  margin: 0;
}

.multitemplate-cell__activity {
  font-size: 12px;
}

.multitemplate-cell__info {
  color: #999;
}

.multitemplate-cell__no-demand {
  color: #E5B412;
}

.bulk-edit-intro {
  margin-top: 0;
}
.bulk-edit-intro span {
  font-weight: 700;
}

.assignment-details {
  border: 1px solid #d5d5d5;
  padding: 15px;
}
@media (min-width: 992px) {
  .assignment-details:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    top: 50px;
    width: 25px;
    height: 25px;
    background-color: #fff;
  }
}

.rotations_popup .assignment-selector {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .rotations_popup .assignment-details:before {
    display: none;
  }
}

.search-filter {
  background-color: #eee;
  padding: 15px;
  float: right;
  width: 300px;
  margin: 15px 0 15px 0;
}

.search-filter-table tr,
.search-filter-table .tr {
  background: none !important;
}
.search-filter-table tr td,
.search-filter-table tr .td,
.search-filter-table .tr td,
.search-filter-table .tr .td {
  border-bottom: 1px solid #d5d5d5;
}
.search-filter-table tr.excluded,
.search-filter-table .tr.excluded {
  display: none;
}
.search-filter-table tr.excluded td,
.search-filter-table tr.excluded .td,
.search-filter-table .tr.excluded td,
.search-filter-table .tr.excluded .td {
  color: #999;
  background: #eee;
}

.rmap-accordion__content hr:first-child {
  display: none;
}

.btn-back-to-queue {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
}

.lr_filter + .dataTables_wrapper {
  margin-top: 10px;
}

.switch-leave-person-form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .switch-leave-person-form {
    margin-top: 42px;
  }
}

.impact-table-key li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}

.impact-table-key__item {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d5d5d5;
  margin-right: 5px;
  vertical-align: -2px;
}

.impact-calendar-date {
  text-align: center;
  margin-top: 30px;
}
.impact-calendar-date + .impact-calendar-date {
  margin-top: 0;
}

.impact-table {
  margin: 30px 0;
}

.impact-table__impact {
  color: #999;
}

.impact-table__impact--problem {
  color: #ce4444;
}

.impact-list-table__date {
  vertical-align: top !important;
}

.impact-list-table__pools {
  margin: 0;
}

.template-info {
  cursor: pointer;
  position: relative;
}
.template-info .template-info__popup {
  position: absolute;
  display: none;
  background: #5A555C;
  font-size: 12px;
  padding: 5px;
  border-radius: 2px;
  color: #fff;
  top: -5px;
  left: 100%;
  width: 110px;
  z-index: 2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.template-info:hover .template-info__popup, .template-info:focus .template-info__popup {
  display: block;
}

.include-exclude-form {
  position: relative;
}

.include-exclude-session {
  position: absolute;
  right: -5px;
  top: -5px;
  border: 1px solid #ce4444;
  font-size: 14px;
  padding: 0 3px;
  line-height: 14px;
  background: none;
  color: #ce4444;
  opacity: 0.66;
}
.include-exclude-session:hover, .include-exclude-session:focus {
  opacity: 1;
}

.include-exclude-session--add {
  border: 1px solid #58b458;
  color: #58b458;
}

.impact-info-submitted {
  color: #2e4f7e;
}

.leave-pools {
  padding-top: 15px;
}

.leave-pools__button {
  width: 100%;
  text-align: center;
}

.rmap-form__row .rmap-panel__title {
  margin: 0;
}

.request-status {
  text-transform: uppercase;
}

.btn-copy-leave-draft {
  margin: 15px 0;
}
.btn-copy-leave-draft .rmap-button, .btn-copy-leave-draft .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .btn-copy-leave-draft .paginate_button {
  text-align: center;
  width: 100%;
}
.btn-copy-leave-draft .rmap-button + .rmap-button, .btn-copy-leave-draft .dataTables_wrapper .dataTables_paginate .paginate_button + .rmap-button, .dataTables_wrapper .dataTables_paginate .btn-copy-leave-draft .paginate_button + .rmap-button, .btn-copy-leave-draft .dataTables_wrapper .dataTables_paginate .rmap-button + .paginate_button, .dataTables_wrapper .dataTables_paginate .btn-copy-leave-draft .rmap-button + .paginate_button, .btn-copy-leave-draft .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button, .dataTables_wrapper .dataTables_paginate .btn-copy-leave-draft .paginate_button + .paginate_button {
  margin-top: 5px;
}

.impact-list {
  margin: 0;
}
.impact-list li {
  margin-bottom: 5px;
}
.impact-list li:first-letter {
  text-transform: uppercase;
}
.impact-list li:last-child {
  margin-bottom: 0;
}

.impact-week {
  margin: 15px 0;
}

.personal-leave-nav--prev {
  margin-left: -12px;
}

.personal-leave-nav--next {
  margin-right: -12px;
}

.action-log,
.overlapping-submitted {
  background-color: #eee;
  font-size: 14px;
  padding: 10px 15px 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
}

.action-log__item,
.overlapping-submitted__item {
  line-height: 1.5;
}
.action-log__item:last-child,
.overlapping-submitted__item:last-child {
  margin-bottom: 10px;
}

.action-log__date {
  color: #999;
}

.overlapping-submitted__this {
  font-weight: 700;
}

.overlapping-submitted__table {
  width: 100%;
}

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

.leave-summary-form {
  margin-bottom: 15px;
}

.leave-adjustment-amount .chosen-container {
  margin-right: 5px;
  top: -1px;
}

.hidden-guide {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}

.hidden-guide__image {
  max-height: 95%;
  max-width: 95%;
  margin: 0 auto;
  margin-top: 1%;
  display: block;
}

.leavebook-date {
  width: 250px;
}

.leave-pool-popup {
  font-size: 16px;
  margin-top: 15px !important;
}

.context-list__item {
  background-color: #eee;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.context-list__col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.context-list__row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.leave-marker {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  text-decoration: none;
  padding: 2px 4px 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}
.leave-marker + .leave-marker {
  margin-left: 2px;
}

.leave-marker--no-click {
  cursor: default;
}
.leave-marker--no-click:hover, .leave-marker--no-click:focus {
  background: inherit !important;
}

#id_markers_chosen .lrm_title {
  display: inline-block;
}
#id_markers_chosen .search-choice {
  padding: 1px 18px 1px 1px;
  background-color: transparent;
}

.table-sort-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  margin-left: 2px;
}
.table-sort-arrow.up-arrow {
  border-bottom: 5px solid #5A555C;
}
.table-sort-arrow.down-arrow {
  border-top: 5px solid #5A555C;
}

.sort-header {
  cursor: pointer;
}

.clear-sort {
  position: relative;
  display: inline-block;
}

.leave-input-table {
  margin-bottom: 15px;
}
.leave-input-table .dp-wrapper {
  width: 100%;
}
.leave-input-table .rmap-table__buttons {
  width: 50px;
}

.leave-input-table__date {
  width: 170px;
}

.leave-input-table__pools {
  width: 100px;
}

.leave-input-table__session {
  width: 80px;
}

.leave-input-table__deplete {
  text-align: center;
}

.leave-input-add-request {
  width: 100%;
  margin-bottom: 15px;
}

.leave-input-table__open td {
  border-bottom: none !important;
}
.leave-input-table__open + tr td {
  border-bottom: none !important;
}

.messages-mark-as-read {
  float: right;
}

.messages-buttons {
  padding-right: 0;
}
@media (min-width: 768px) {
  .messages-buttons {
    text-align: right;
  }
}
.messages-buttons .rmap-button, .messages-buttons .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .messages-buttons .paginate_button {
  margin-bottom: 5px;
}

.messages-table {
  table-layout: fixed;
}

.messages-table__checkbox {
  width: 4%;
}

.messages-table__status {
  width: 10%;
}

.messages-table__rm-sent-made {
  width: 16%;
}

.messages-table__clinician-sent-made {
  width: 20%;
}

.messages-table__direction {
  width: 30%;
}

.messages-table__subject {
  width: 40%;
}

.messages-page .dataTables_filter,
#msg_list_info {
  display: none;
}

.message-table__unread {
  font-weight: 700;
}

.message-popup .rmap-form {
  background-color: transparent;
  padding: 0;
}
.message-popup .rmap-form__row {
  padding-left: 0;
  padding-right: 0;
}

.message-send-reply,
.reply-urgent {
  display: none;
}

.messages-filter {
  margin: 0;
}

.people-stats-table {
  table-layout: fixed;
}
.people-stats-table tr th:first-child,
.people-stats-table tr td:first-child {
  width: 30%;
}

.activity-stats-table th,
.activity-stats-table td {
  text-align: center;
}
.activity-stats-table th:first-child,
.activity-stats-table td:first-child {
  text-align: left;
}
.activity-stats-table .rmap-table__ticked, .activity-stats-table .session-grid__cell--alias,
.activity-stats-table .session-grid__cell--selected {
  background-color: inherit !important;
}

.reports-table .alias td {
  background-color: #EBF5DF;
}
.reports-table .extra td {
  background-color: #e6ceff;
}
.reports-table .leave td {
  background-color: #d0e9fd;
}
.reports-table .practice-event td {
  background-color: #FFFCDF;
}

.report-plus {
  color: #58b458;
  font-weight: 600;
}

.report-minus {
  color: #ce4444;
  font-weight: 600;
}

.offer-bids-form__row {
  margin-bottom: 5px;
}

.bids-declined-offer-row {
  color: #aaa;
}

.bids-table__unread {
  font-weight: 700;
}

.bids-table__old {
  color: #999;
}
.bids-table__old:hover td,
.bids-table__old:hover .td, .bids-table__old:focus td,
.bids-table__old:focus .td {
  color: #999 !important;
  background: inherit !important;
  cursor: default !important;
}

.bids-wrapper .dataTables_wrapper .dataTables_filter {
  margin-top: 10px;
}
.bids-wrapper .dataTables_info {
  display: none;
}

.bid-recipients {
  font-size: 14px;
}

.bid-recipients--unavailable {
  color: #999;
}

.bid-recipients__available {
  color: #58b458;
  font-weight: 700;
}

.bid-recipients__unavailable {
  color: #E5B412;
  font-weight: 700;
}

.bids-no-response {
  margin-top: 15px;
}

.bids-footer-right {
  float: right;
  margin-left: 15px;
}

.bids-popup-form {
  background: transparent;
}

.bid-response-table {
  margin-bottom: 15px;
}

.bid-confirmation-popup {
  margin-bottom: 15px;
}

.bid-confirmation-popup table {
  table-layout: fixed;
}

.bid-offer-response-types {
  margin-bottom: 15px;
}

.session-grid__cell {
  cursor: pointer;
  line-height: normal;
}
.session-grid__cell:hover, .session-grid__cell:focus {
  opacity: 0.7;
}

.template-anchor {
  display: inline-block;
  position: relative;
  top: -65px;
}

.template-demand-table {
  margin-top: 15px;
}

.templates-form-container,
.activity-session-grid {
  margin: 15px 0;
}
.templates-form-container .rmap-table__toggle,
.activity-session-grid .rmap-table__toggle {
  cursor: pointer;
}

.session-contents {
  margin: 0;
  text-align: left;
}
.session-contents .templated span {
  display: inline-block;
}

.bulk-edit-form {
  background-color: transparent;
  padding: 0;
}
.bulk-edit-form .rmap-form__row {
  padding-left: 0;
  padding-right: 0;
}

.add-activity-button {
  float: right;
  cursor: pointer;
  line-height: 13px;
}

.refresh-activity-button {
  float: right;
  cursor: pointer;
  padding: 0 3px 0 3px;
  margin-right: 5px;
  text-decoration: none;
}
.refresh-activity-button:hover, .refresh-activity-button:focus {
  background-color: #58b458;
  color: #fff;
}

.refresh-activity-spinner {
  display: inline-block;
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

.shift-session-wrapper {
  margin-bottom: 5px;
  min-height: 30px;
}
.shift-session-wrapper > label {
  margin: 0;
  width: 17%;
}
.shift-session-wrapper .session-details label {
  margin: 0 5px 0 15px;
}
.shift-select-container {
  padding-top: 15px;
}

.shift-end-time {
  position: relative;
}

.shift-day-rollover {
  cursor: pointer;
  border-bottom: 1px dotted #5A555C;
}

.shift-day-rollover--end-time {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 20px;
  font-size: 14px;
  line-height: 18px;
}

.shift-total-duration {
  text-align: right;
  margin-right: 15px;
}

.shifts-form--error {
  white-space: nowrap;
  font-size: 14px;
}

.activity-permission-filter {
  margin-bottom: 15px;
}
.activity-permission-filter .rmap-form__select {
  width: 73%;
  margin-right: 2%;
}
.activity-permission-filter .rmap-form__select + .chosen-container {
  width: 73% !important;
  margin-right: 2%;
}
.activity-permission-filter .rmap-button, .activity-permission-filter .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .activity-permission-filter .paginate_button {
  width: 25%;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .activity-permission-filter {
    float: right;
    width: 60%;
    margin-top: -45px;
  }
}
@media (min-width: 992px) {
  .activity-permission-filter {
    float: right;
    width: 50%;
    margin-top: -45px;
  }
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.add-activity-popup {
  overflow-y: scroll !important;
}

.add-person-notes {
  min-height: 65px !important;
}

.add-role-form .rmap-form__note, .add-role-form .time-calcs-popup-nonsetup-note {
  display: block;
}

.reports-setting-table {
  table-layout: fixed;
}
.reports-setting-table th,
.reports-setting-table td {
  text-align: center;
}
.reports-setting-table th:first-child,
.reports-setting-table td:first-child {
  text-align: left;
}

.receive-leave-warning {
  float: left;
  padding: 5px 10px;
}
.receive-leave-warning p {
  line-height: 20px;
}

.table-blocking-rules td {
  overflow: visible;
}

.table-blocking-rules__edit {
  display: none;
}

.existing-labels .td {
  overflow: visible;
}
.existing-labels .td select {
  width: 200px;
}

.existing-labels__controls {
  display: none;
}

.new-extra-form {
  margin-bottom: 30px;
}

.extras-form .radio-button {
  margin: 0;
  padding: 0;
  list-style: none;
}
.extras-form .radio-button li {
  float: left;
}
.extras-form .radio-button li label {
  margin-right: 15px;
}

.leave-sessions-table {
  table-layout: fixed;
}
.leave-sessions-table th:first-child,
.leave-sessions-table td:first-child {
  width: 100px;
}
.leave-sessions-table input {
  background-color: transparent;
}

.leave-marker-grid {
  width: 100%;
  table-layout: fixed;
}

.leave-marker-grid__item {
  text-align: center;
  min-height: 150px;
  border: 1px solid #d5d5d5;
  padding: 30px;
  vertical-align: middle;
}

.leave-marker-form {
  display: none;
  margin: 5px;
}
.leave-marker-form input {
  margin: 5px 0;
}
.leave-marker-form .marker-label-input {
  width: 38px;
  text-align: center;
}

.edit-annotations-form #id_b_enabled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.edit-annotations-form #id_b_enabled li {
  float: left;
}
.edit-annotations-form #id_b_enabled li label {
  margin-right: 15px;
}

.accounting-values-list {
  margin: 0;
}

@keyframes update-value-highlight {
  0% {
    color: #58b458;
  }
  100% {
    color: #333;
  }
}
.update-value-highlight {
  animation: update-value-highlight 0.5s;
}

.activity-role-values-listing {
  display: inline-block;
}

.event-values-quickview {
  padding-bottom: 5px;
  font-size: 12px;
}

.accounting-value-bold {
  font-weight: 700;
}

.activity-roles-values-list {
  margin-top: 0;
  margin-bottom: 0;
}

.restore-system-defaults {
  width: 100%;
}

.leave-pool-popup-cell {
  cursor: pointer;
}

.leave-pools__type-row {
  background-color: #fff !important;
  vertical-align: top !important;
  text-align: left !important;
}

.leave-pools__hover:hover, .leave-pools__hover:focus {
  background-color: #fff !important;
  cursor: pointer;
}

.impact-leave-pool--overdrawn {
  color: #ce4444;
}

.impact-popup-submitted {
  background: #2e4f7e;
  color: #fff;
}

.time-calcs-results-list {
  font-size: 14px;
}

.time-calcs-results-list__ok {
  font-weight: bold;
  color: #58b458;
}

.time-calcs-results-list__breach {
  font-weight: bold;
  color: #ce4444;
}

.time-calcs-results-list__help {
  vertical-align: -4px;
}

.time-calcs-results-list__warning {
  cursor: pointer;
  height: 20px;
  vertical-align: -4px;
}

.calculation-set {
  display: flex;
  flex-wrap: wrap;
}
.calculation-set .col-xs-6 {
  margin-bottom: 15px;
}
.calculation-set .rmap-form {
  height: 100%;
}

.time-calc-result__title {
  font-weight: 600;
  display: block;
}

.time-calc-result__title--ok, .time-calc-result__title--ok > a {
  color: #58b458;
}

.time-calc-result__title--notok, .time-calc-result__title--notok > a {
  color: #ce4444;
}

.rmap-table--calc-results .time-calc-result__title {
  font-size: 16px;
}

.calcs-assignment-block {
  color: #2e4f7e;
}

.time-calcs__long-button {
  width: 87% !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
}

.time-calcs__short-button {
  width: 12% !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 1% !important;
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">            <path fill="%23666666" d="M16 4c-7.732 0-14 6.268-14 14s6.268 14 14 14 14-6.268 14-14-6.268-14-14-14zM16 29.25c-6.213 0-11.25-5.037-11.25-11.25s5.037-11.25 11.25-11.25c6.213 0 11.25 5.037 11.25 11.25s-5.037 11.25-11.25 11.25zM29.212 8.974c0.501-0.877 0.788-1.892 0.788-2.974 0-3.314-2.686-6-6-6-1.932 0-3.65 0.913-4.747 2.331 4.121 0.851 7.663 3.287 9.96 6.643v0zM12.748 2.331c-1.097-1.418-2.816-2.331-4.748-2.331-3.314 0-6 2.686-6 6 0 1.082 0.287 2.098 0.788 2.974 2.297-3.356 5.838-5.792 9.96-6.643z"></path>            <path fill="%23666666" d="M16 18v-8h-2v10h8v-2z"></path>        </svg>');
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ddd;
  float: left;
  text-decoration: none;
  font-size: 12px;
}
.time-calcs__short-button:hover {
  background-image: url('data:image/svg+xml,            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">                <path fill="%23ffffff" d="M16 4c-7.732 0-14 6.268-14 14s6.268 14 14 14 14-6.268 14-14-6.268-14-14-14zM16 29.25c-6.213 0-11.25-5.037-11.25-11.25s5.037-11.25 11.25-11.25c6.213 0 11.25 5.037 11.25 11.25s-5.037 11.25-11.25 11.25zM29.212 8.974c0.501-0.877 0.788-1.892 0.788-2.974 0-3.314-2.686-6-6-6-1.932 0-3.65 0.913-4.747 2.331 4.121 0.851 7.663 3.287 9.96 6.643v0zM12.748 2.331c-1.097-1.418-2.816-2.331-4.748-2.331-3.314 0-6 2.686-6 6 0 1.082 0.287 2.098 0.788 2.974 2.297-3.356 5.838-5.792 9.96-6.643z"></path>                <path fill="%23ffffff" d="M16 18v-8h-2v10h8v-2z"></path>            </svg>');
}

.time-calcs__short-button--tick {
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 32">            <path fill="%2358b458" d="M14,4C6.3,4,0,10.3,0,18s6.3,14,14,14s14-6.3,14-14S21.7,4,14,4z M14,29.2c-6.2,0-11.2-5-11.2-11.2S7.8,6.8,14,6.8 s11.2,5,11.2,11.2S20.2,29.2,14,29.2z M27.2,9C27.7,8.1,28,7.1,28,6c0-3.3-2.7-6-6-6c-1.9,0-3.6,0.9-4.7,2.3 C21.4,3.2,24.9,5.6,27.2,9L27.2,9L27.2,9z M10.7,2.3C9.7,0.9,7.9,0,6,0C2.7,0,0,2.7,0,6c0,1.1,0.3,2.1,0.8,3 C3.1,5.6,6.6,3.2,10.7,2.3z"/>            <path fill="%2358b458" d="M18.8,12.5l-6.6,6.6L9.2,16L7,18.2l5.3,5.3l8.8-8.8L18.8,12.5z"/>        </svg>');
}
.time-calcs__short-button--tick:hover {
  background-image: url('data:image/svg+xml,            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 32">                <path fill="%23ffffff" d="M14,4C6.3,4,0,10.3,0,18s6.3,14,14,14s14-6.3,14-14S21.7,4,14,4z M14,29.2c-6.2,0-11.2-5-11.2-11.2S7.8,6.8,14,6.8 s11.2,5,11.2,11.2S20.2,29.2,14,29.2z M27.2,9C27.7,8.1,28,7.1,28,6c0-3.3-2.7-6-6-6c-1.9,0-3.6,0.9-4.7,2.3 C21.4,3.2,24.9,5.6,27.2,9L27.2,9L27.2,9z M10.7,2.3C9.7,0.9,7.9,0,6,0C2.7,0,0,2.7,0,6c0,1.1,0.3,2.1,0.8,3 C3.1,5.6,6.6,3.2,10.7,2.3z"/>                <path fill="%23ffffff" d="M18.8,12.5l-6.6,6.6L9.2,16L7,18.2l5.3,5.3l8.8-8.8L18.8,12.5z"/>            </svg>');
}

.time-calcs__short-button--cross {
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 32">            <path fill="%23ce4444" d="M14,4C6.3,4,0,10.3,0,18s6.3,14,14,14s14-6.3,14-14S21.7,4,14,4z M14,29.2c-6.2,0-11.2-5-11.2-11.2S7.8,6.8,14,6.8 s11.2,5,11.2,11.2S20.2,29.2,14,29.2z M27.2,9C27.7,8.1,28,7.1,28,6c0-3.3-2.7-6-6-6c-1.9,0-3.6,0.9-4.7,2.3 C21.4,3.2,24.9,5.6,27.2,9L27.2,9L27.2,9z M10.7,2.3C9.7,0.9,7.9,0,6,0C2.7,0,0,2.7,0,6c0,1.1,0.3,2.1,0.8,3 C3.1,5.6,6.6,3.2,10.7,2.3z"/>            <path fill="%23ce4444" d="M20.6,22.1L20.6,22.1L16.5,18l4.1-4.1l0,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0-0.3-0.1-0.4l-1.9-1.9c-0.1-0.1-0.3-0.2-0.4-0.1 c-0.1,0-0.1,0.1-0.1,0.1l0,0L14,15.5l-4.1-4.1l0,0c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3,0-0.4,0.1l-1.9,1.9c-0.1,0.1-0.2,0.3-0.1,0.4 c0,0.1,0.1,0.1,0.1,0.1l0,0l4.1,4.1l-4.1,4.1l0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0.1,0,0.3,0.1,0.4l1.9,1.9c0.1,0.1,0.3,0.2,0.4,0.1 c0.1,0,0.1-0.1,0.1-0.1l0,0l4.1-4.1l4.1,4.1l0,0c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0.3,0,0.4-0.1l1.9-1.9c0.1-0.1,0.2-0.3,0.1-0.4 C20.7,22.2,20.6,22.1,20.6,22.1z"/>        </svg>');
}
.time-calcs__short-button--cross:hover {
  background-image: url('data:image/svg+xml,            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 32">                <path fill="%23ffffff" d="M14,4C6.3,4,0,10.3,0,18s6.3,14,14,14s14-6.3,14-14S21.7,4,14,4z M14,29.2c-6.2,0-11.2-5-11.2-11.2S7.8,6.8,14,6.8 s11.2,5,11.2,11.2S20.2,29.2,14,29.2z M27.2,9C27.7,8.1,28,7.1,28,6c0-3.3-2.7-6-6-6c-1.9,0-3.6,0.9-4.7,2.3 C21.4,3.2,24.9,5.6,27.2,9L27.2,9L27.2,9z M10.7,2.3C9.7,0.9,7.9,0,6,0C2.7,0,0,2.7,0,6c0,1.1,0.3,2.1,0.8,3 C3.1,5.6,6.6,3.2,10.7,2.3z"/>                <path fill="%23ffffff" d="M20.6,22.1L20.6,22.1L16.5,18l4.1-4.1l0,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0-0.3-0.1-0.4l-1.9-1.9c-0.1-0.1-0.3-0.2-0.4-0.1 c-0.1,0-0.1,0.1-0.1,0.1l0,0L14,15.5l-4.1-4.1l0,0c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3,0-0.4,0.1l-1.9,1.9c-0.1,0.1-0.2,0.3-0.1,0.4 c0,0.1,0.1,0.1,0.1,0.1l0,0l4.1,4.1l-4.1,4.1l0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0.1,0,0.3,0.1,0.4l1.9,1.9c0.1,0.1,0.3,0.2,0.4,0.1 c0.1,0,0.1-0.1,0.1-0.1l0,0l4.1-4.1l4.1,4.1l0,0c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0.3,0,0.4-0.1l1.9-1.9c0.1-0.1,0.2-0.3,0.1-0.4 C20.7,22.2,20.6,22.1,20.6,22.1z"/>            </svg>');
}

.time-calcs-note-warning-icon, .time-calcs-popup-nonsetup-note {
  padding-left: 20px;
  background-image: url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 32">            <path fill="%23e5b412" d="M14,4C6.3,4,0,10.3,0,18s6.3,14,14,14s14-6.3,14-14S21.7,4,14,4z M14,29.2c-6.2,0-11.2-5-11.2-11.2S7.8,6.8,14,6.8 s11.2,5,11.2,11.2S20.2,29.2,14,29.2z M27.2,9C27.7,8.1,28,7.1,28,6c0-3.3-2.7-6-6-6c-1.9,0-3.6,0.9-4.7,2.3 C21.4,3.2,24.9,5.6,27.2,9L27.2,9L27.2,9z M10.7,2.3C9.7,0.9,7.9,0,6,0C2.7,0,0,2.7,0,6c0,1.1,0.3,2.1,0.8,3 C3.1,5.6,6.6,3.2,10.7,2.3z"/>            <path fill="%23e5b412" d="m 15.960698,24.043534 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" />            <path fill="%23e5b412" d="m 13.960698,20.043534 c -1.105,0 -2,-0.895 -2,-2 v -6 c 0,-1.105 0.895,-1.999999 2,-1.999999 1.105,0 2,0.894999 2,1.999999 v 6 c 0,1.105 -0.895,2 -2,2 z" />        </svg>');
  background-repeat: no-repeat;
  background-size: 1em;
}

.time-calcs-popup-nonsetup-note {
  margin-bottom: 5px;
}

.time-calcs__assigned .rmap-button--object {
  width: 91%;
}
.time-calcs__assigned .rmap-button--object.time-calcs__long-button {
  width: 78% !important;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .time-calcs__short-button {
    background-image: url("../images/time-calcs-default.svg");
  }
  .time-calcs__short-button--tick {
    background-image: url("../images/time-calcs-tick.svg");
  }
  .time-calcs__short-button--cross {
    background-image: url("../images/time-calcs-cross.svg");
  }
}
.esr-link-column {
  width: 40%;
}

.time-calcs-report-person {
  position: relative;
  margin: 15px auto;
  border-radius: 1px;
  border: 1px solid #8d8790;
  padding: 20px;
}
.time-calcs-report-person .rmap-panel__title {
  margin: 0;
  padding-left: 10px;
}

.time-calcs-report-table {
  table-layout: fixed;
  margin-top: 15px;
  border-top: none;
  border-bottom: none;
  border-collapse: separate;
}
.time-calcs-report-table th,
.time-calcs-report-table .th {
  background: none;
}

.time-calcs-report-table__details {
  padding: 0;
  background: #eee;
}

.clone-template-controls {
  text-align: center;
  padding: 15px 0 30px;
}

.active-posts-date {
  width: 100px !important;
}

.group-table__item {
  position: relative;
  white-space: normal !important;
  line-height: normal;
  margin-top: 10px !important;
}
.group-table__item input {
  position: absolute;
  top: 2px;
}

.group-table__label {
  display: inline-block;
  padding-left: 20px;
}

.group-table__divider {
  display: none;
}
@media (min-width: 768px) {
  .group-table__divider {
    display: block;
    float: left;
    clear: both;
    border-top: 1px solid #ddd;
    width: 100%;
    margin-top: 10px;
  }
}

.submittals-tabs {
  margin-bottom: 15px;
}
.submittals-tabs .central-reporting-control {
  float: right;
  padding: 0 2px 0 2px;
}

.submittals-table__status:first-letter {
  text-transform: capitalize;
}

.submittals-table__status--validated {
  color: #58b458;
  font-weight: 600;
}

.submittals-select-filter + .chosen-container {
  width: 90% !important;
}

.enrich-popup-header {
  border: 1px solid #5A555C;
  border-radius: 3px;
  padding: 10px 15px 15px;
  margin: 0 0 15px;
}
.enrich-popup-header .enrichment-details .rmap-form__label {
  margin-bottom: 0;
  width: 50%;
}
.enrich-popup-header .enrichment-details .rmap-form__row {
  padding-top: 0;
}
.enrich-popup-header .enrichment-assignment .rmap-form__row:first-child {
  padding-top: 5px;
}

.enrich-altered-value {
  border: 1px solid #E5B412;
  background: #f9e8b1;
}

.enrich-altered-value--static {
  padding: 5px 5px 3px;
}

.enrich-readonly {
  background-color: #eee !important;
  border: 1px solid #d5d5d5 !important;
}

.enrichment-add-component {
  margin-top: 15px;
}

.enrichment-totals {
  padding: 0 15px 10px !important;
  margin: 15px 0;
  background-color: #eee;
}

.enrichment-hr {
  margin-top: 15px;
}

.submit-button {
  margin-top: 15px;
}

.submittal-filters-form {
  margin-bottom: 15px;
}

.submittal-popup-value {
  font-weight: normal;
}

.submittal-buttons--right {
  white-space: nowrap;
}

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

.job-plan-summaries {
  margin-top: 15px;
  margin-bottom: 15px;
}
.job-plan-summaries .loading {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.submittals-additional-info {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin: 15px 0;
  padding: 30px;
}

.submittals-additional-info__item + .submittals-additional-info__item {
  margin-top: 10px;
}

.submittals-additional-info__columns {
  margin-top: 10px;
}
.submittals-additional-info__columns .submittals-additional-info__item {
  font-size: 14px;
}
.submittals-additional-info__columns .submittals-additional-info__item + .submittals-additional-info__item {
  margin-top: 5px;
}

.submittals-additional-info__small {
  font-size: 14px;
}

.bundle-download-form {
  top: -25px;
  position: relative;
}

.gsv-loading-sidebar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-height: 50px;
}

.gsv-sticky-locations-checkbox {
  margin-top: 15px;
  line-height: normal;
}

.gsv-key-wrapper {
  text-align: right;
}

.gsv-key {
  display: inline-block;
  position: relative;
  font-size: 13px;
  margin-top: 15px;
  padding: 5px 30px 5px 5px;
  border-radius: 3px;
}

.gsv-key__show {
  margin-top: 15px;
}

.gsv-key__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.gsv-key__list li {
  display: inline;
}
.gsv-key__list li + li {
  margin-left: 15px;
}

.gsv-key__title {
  font-weight: 600;
}

.gsv-key__item {
  height: 21px;
  width: 22px;
  display: inline-block;
  border: 1px solid #d5d5d5;
  margin-right: 5px;
}
.gsv-key__item--double {
  margin-left: 15px;
}
.gsv-key__item.gsv-grid__cell--oncall-request {
  box-shadow: inset 0 0 0 3px #8d8790;
}
.gsv-key__item.gsv-grid__cell--oncall-no-request {
  box-shadow: inset 0 0 0 3px #E5B412;
}
.gsv-key__item.gsv-grid__cell--submitted-leave {
  box-shadow: inset 0 0 0 3px #2e4f7e;
}

.gsv-filter-button {
  @extand .rmap-button--small;
  color: #333;
}
.gsv-filter-button--disabled {
  color: #999;
}
.gsv-filter-button--disabled .gsv-key__item {
  opacity: 0.2;
}

.gsv-grid {
  max-height: 68vh;
  display: grid;
  margin-top: 15px;
  grid-auto-rows: 25px;
  grid-column-gap: 0;
  overflow-x: scroll;
  border: 1px solid #d5d5d5;
  padding-bottom: 13px;
}

.gsv-grid__cell {
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  background-color: #fff;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
}
.gsv-grid__cell--no-pointer {
  cursor: default;
}
.gsv-grid__cell--corner {
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  position: sticky;
  cursor: default;
  top: 0;
  left: 0;
  z-index: 7;
  background: #eee;
  border-right: 1px solid #d5d5d5;
}
.gsv-grid__cell--corner label {
  cursor: pointer;
}
.gsv-grid__cell--day {
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  cursor: default;
  position: sticky;
  top: 0;
  z-index: 6;
  background: #fff;
}
.gsv-grid__cell--weekend {
  background: #eee;
}
.gsv-grid__cell--name {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #fff;
}
.gsv-grid__cell--name-selected {
  background-color: #dedcde;
}
.gsv-grid__cell--no-capability {
  color: grey;
}
.gsv-grid__cell--location-name {
  z-index: 6 !important;
  cursor: default;
}
.gsv-grid__cell--person-name:hover {
  text-decoration: underline;
}
.gsv-grid__cell--location {
  z-index: 4;
}
.gsv-grid__cell--hoshol {
  background-color: #f8e5a7;
}
.gsv-grid__cell--sun {
  border-right: 3px solid #d5d5d5;
}
.gsv-grid__cell--selected {
  box-shadow: 0 0 3px 4px #000;
  position: relative;
  border: 0;
  z-index: 3;
}
.gsv-grid__cell--selected-location {
  z-index: 5;
}
.gsv-grid__cell--highlighted {
  box-shadow: inset 0 0 0 3px #000;
}

.gsv-grid__cell--inactive-person,
.gsv-grid__cell--no-permission {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 17px, #ccc 17px, #ccc 18px);
  cursor: default;
}

.gsv-grid__cell--demand {
  background-color: #ce4444;
}

.gsv-grid__cell--surplus {
  background-color: #58b458;
}

.gsv-sidebar__label {
  width: 25% !important;
}

.gsv-grid__cell--custom-shift {
  border-bottom: 1px solid #d5d5d5 !important;
  border-right: 1px solid #d5d5d5 !important;
  text-align: center;
  color: #000;
  text-overflow: clip;
}
.gsv-grid__cell--custom-shift-lowlight {
  opacity: 0.2;
}

.gsv-grid__cell--row-selected {
  box-shadow: 0 -1px 0 #d5d5d5;
}

.gsv-grid__cell--default-shift {
  background-color: rgb(192, 192, 192);
}

.gsv-grid__cell--oncall-request {
  text-align: center;
  box-shadow: inset 0 0 0 3px #8d8790;
}
.gsv-grid__cell--oncall-request.gsv-grid__cell--selected {
  box-shadow: inset 0 0 0 3px #8d8790, 0 0 3px 4px #000;
}

.gsv-grid__cell--oncall-no-request {
  text-align: center;
  box-shadow: inset 0 0 0 3px #E5B412;
}
.gsv-grid__cell--oncall-no-request.gsv-grid__cell--selected {
  box-shadow: inset 0 0 0 3px #E5B412, 0 0 3px 4px #000;
}

.gsv-grid__cell--approved-leave {
  background-color: #2e4f7e;
}

.gsv-grid__cell--submitted-leave {
  box-shadow: inset 0 0 0 3px #2e4f7e;
}
.gsv-grid__cell--submitted-leave.gsv-grid__cell--selected {
  box-shadow: inset 0 0 0 3px #2e4f7e, 0 0 3px 4px #000;
}

.gsv-grid__cell--separator {
  border-top: 25px solid #eee;
  border-bottom: 1px solid #999;
  border-right: none;
  padding: 0;
  z-index: 5 !important;
  cursor: default;
}

.selected-month {
  border-bottom: 2px solid #5A555C;
}

.grid-controls-footer {
  margin: 0;
  padding: 10px 0 15px;
  border-top: 1px dotted #5A555C;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}

.gsv-assignment-panel {
  max-height: 68vh;
  border: 1px solid #d5d5d5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.gsv-assignment-panel__header {
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  white-space: nowrap;
}
.gsv-assignment-panel__close {
  position: absolute;
  right: 10px;
  top: -8px;
  width: 30px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 800;
}
.gsv-assignment-panel__close:hover {
  opacity: 0.8;
}
.gsv-assignment-panel__content {
  padding: 0 15px;
  margin-top: 15px;
}
.gsv-assignment-panel__label {
  margin: 15px 0;
}
.gsv-assignment-panel__label a {
  white-space: nowrap;
}
.gsv-assignment-panel .rmap-mini-delete, .gsv-assignment-panel .rmap-mini-delete-options {
  top: 3px;
}

.gsv-assignment-info {
  pointer-events: none;
}
.gsv-assignment-info--oncall-no-request {
  background-color: transparent;
  color: #333;
  box-shadow: inset 0 0 0 2px #E5B412;
  padding: 5px 8px;
  width: 100%;
}
.gsv-assignment-info--oncall-request {
  background-color: transparent;
  color: #333;
  box-shadow: inset 0 0 0 2px #8d8790;
  padding: 5px 8px;
  width: 100%;
}
.gsv-assignment-info--approved-leave {
  background-color: #2e4f7e;
  color: #fff;
}
.gsv-assignment-info--submitted-leave {
  pointer-events: auto;
  background-color: transparent;
  color: #333;
  box-shadow: inset 0 0 0 2px #2e4f7e;
  padding: 5px 8px;
}
.gsv-assignment-info--blocked {
  border: 1px solid #d5d5d5;
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #f1f1f1 10px, #f1f1f1 20px);
  color: #333;
}

.gsv-assignment-button--short {
  width: 94% !important;
}
.gsv-assignment-button--custom-shift {
  width: 94% !important;
  background-color: #cde7f0;
  color: #000;
  cursor: default;
}
.gsv-assignment-button--default-shift {
  width: 94% !important;
  background-color: #d5d5d5;
  color: #333;
  cursor: default;
}
.gsv-assignment-button--disabled {
  pointer-events: none;
  background: #e39595;
  color: #555;
}
.gsv-assignment-button--alias-disabled {
  pointer-events: none;
  background: #f3d36a;
  color: #555;
}

.gsv-assignment-buttons .rmap-button, .gsv-assignment-buttons .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .gsv-assignment-buttons .paginate_button {
  transition-duration: 0s;
}

.sidebar__direct-assign {
  margin-top: 15px;
}
.sidebar__direct-assign .rmap-object-list {
  margin-top: 5px;
}

.sidebar__reduce-margin {
  margin: 0 0 10px;
}

.sidebar__assigned .rmap-button, .sidebar__assigned .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .sidebar__assigned .paginate_button,
.sidebar_demand .rmap-button,
.sidebar_demand .dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .sidebar_demand .paginate_button {
  pointer-events: none;
}

.sidebar__short-btn {
  width: calc(100% - 20px) !important;
}

.sidebar__exception {
  text-decoration: line-through;
}
.sidebar__exception:hover {
  text-decoration: line-through;
}

.sidebar__location {
  height: 70vh;
}

.horizontal-replace-leave-active,
.horizontal-replace-enter-active {
  transition: all 250ms ease-in-out;
}

.horizontal-replace-leave-to,
.horizontal-replace-enter-from {
  transform: translateX(100%);
  opacity: 0;
}

.gsv-grid-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

.vertical-replace-active {
  transition: all 150ms ease-in-out;
}

.vertical-replace-enter-active {
  transition: all 150ms ease-in-out;
  transition-delay: 150ms;
}

.vertical-replace-enter-from {
  transform: translateY(-100%);
  opacity: 0;
}

.vertical-replace-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

.fade-in-enter-active {
  transition: all 280ms ease-in;
}

.fade-in-enter-from {
  opacity: 0;
}

.list-add-remove-move,
.list-add-remove-enter-active,
.list-add-remove-leave-active {
  transition: all 250ms ease;
}

.list-add-remove-enter-from,
.list-add-remove-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.list-add-remove-leave-active {
  position: absolute;
}

.gsv-delivery-hover {
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 5px;
  width: 750px;
  transform: translate(-100%, -50%);
  z-index: 100;
}

.calendar-defaults {
  margin-left: 30px;
}
.calendar-defaults__session {
  text-transform: uppercase;
  display: inline-block;
  width: 60px;
}

.calendar-accept {
  text-align: center;
}
.calendar-accept .rmap-form__label {
  width: 100%;
}

.wrap-select-items {
  white-space: break-spaces !important;
}

.form-exception-report textarea.rmap-form__text {
  min-height: auto;
}

.exception-report-filters {
  margin-bottom: 15px;
}

.submittals-table-buttons {
  margin-bottom: -30px;
  position: absolute;
  z-index: 1;
}

.app-button:after {
  content: "" !important;
}

.delivery-report-form {
  margin-bottom: 10px;
}

.amount-units .chosen-container {
  margin-top: -1px;
}

.delivery-set-buttons form {
  display: inline-block;
  margin-left: 5px;
}

.totals-table__person {
  width: 75%;
}
.totals-table__previous, .totals-table__next {
  width: 300px;
}
.totals-table__next {
  text-align: right !important;
}
.totals-table__calendar {
  text-align: center;
  width: 100px;
}
.totals-table__calendar .mx-icon-calendar {
  position: relative;
  right: auto;
  cursor: pointer;
}

.totals-detail-table {
  margin-top: 15px;
}

.mini-rota-delivery th {
  text-align: left;
}
.mini-rota-delivery td {
  font-weight: normal;
}

.delivery-report-detail-header {
  margin-bottom: 10px;
}

.calculation-linked-value {
  position: relative;
  z-index: 2;
}
.calculation-linked-value.pa-templates {
  width: 84%;
}

.hour-pa-calculation-linker {
  cursor: pointer;
  position: absolute;
  width: 50px;
  margin-top: 38px;
  cursor: pointer;
}
.hour-pa-calculation-linker button {
  white-space: nowrap;
}
.hour-pa-calculation-linker span {
  border-radius: 5px;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 13px;
}
.hour-pa-calculation-linker:before, .hour-pa-calculation-linker:after {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
}
.hour-pa-calculation-linker.on span {
  border: 1px solid #666;
}
.hour-pa-calculation-linker.on:before, .hour-pa-calculation-linker.on:after {
  border-top: 1px solid #666;
}
.hour-pa-calculation-linker.off span {
  border: 1px dashed #666;
}
.hour-pa-calculation-linker.off:before, .hour-pa-calculation-linker.off:after {
  border-top: 1px dashed #666;
}
.hour-pa-calculation-linker.templates {
  left: -35%;
}
.hour-pa-calculation-linker.templates:before {
  left: -32%;
  width: 32%;
}
.hour-pa-calculation-linker.templates:after {
  right: -32%;
  width: 32%;
}
.hour-pa-calculation-linker.values {
  left: 28%;
}
.hour-pa-calculation-linker.values:before {
  left: -96%;
  width: 96%;
}
.hour-pa-calculation-linker.values:after {
  right: -96%;
  width: 96%;
}

/*# sourceMappingURL=medirota.css.map */
