@charset "UTF-8";
:root {
  --responsive-grid-columns--small: 2;
  --responsive-grid-columns--medium-large: 8;
}

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

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

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

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

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

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

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

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

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

hr {
  border: 0;
  height: 0;
  border-top: 1px dotted #527fc0;
}

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

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

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

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

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

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

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

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

.rmap-mainnav__dropdown {
  display: block;
  width: 100%;
}
.rmap-mainnav__dropdown-column {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown-column {
    padding-top: 0;
  }
}
.rmap-mainnav__dropdown-column:last-child {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown-column:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .rmap-mainnav__dropdown {
    position: absolute;
    display: none;
    top: 65px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
  .rmap-mainnav__dropdown-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 38px;
    background-color: #203859;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    min-height: 350px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }
  .rmap-mainnav__dropdown-column--1 {
    grid-column: 1/2;
  }
  .rmap-mainnav__dropdown-column--1-2 {
    grid-column: 1/3;
  }
  .rmap-mainnav__dropdown-column--2 {
    grid-column: 2/3;
  }
  .rmap-mainnav__dropdown-column--3 {
    grid-column: 3/4;
  }
  .rmap-mainnav__dropdown-column--4 {
    grid-column: 4/5;
  }
  .rmap-mainnav__dropdown-column--5 {
    grid-column: 5/6;
  }
}
.rmap-mainnav__dropdown ul {
  margin: 0;
}
.rmap-mainnav__dropdown ul li + li {
  margin-top: 7.5px;
}
.rmap-mainnav__dropdown a {
  color: #cad8ec;
  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 #cad8ec;
  display: block;
}
.rmap-mainnav__dropdown .rmap-mainnav__alert, .rmap-mainnav__dropdown .rmap-icon-new::after, .rmap-mainnav__dropdown .rmap-icon-new::before {
  margin-left: -3px;
}
.rmap-mainnav__dropdown .rmap-icon-new::after {
  margin-left: 2px;
}

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

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

.rmap-mainnav__no-bids {
  color: #527fc0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rmap-button--secondary {
  background-color: #527fc0;
}

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

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

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

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

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

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

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

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

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

.rmap-button--textonly, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  color: #2e4f7e;
  text-decoration: none;
}
.rmap-button--textonly svg path, .dataTables_wrapper .dataTables_paginate .paginate_button svg path {
  fill: #2e4f7e;
}
.rmap-button--textonly:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .rmap-button--textonly:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: transparent;
  color: #527fc0;
}
.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: #527fc0;
}
.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: #527fc0;
}

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

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

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

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

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

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

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

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

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

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

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

.rmap-calendar-nav {
  background: #cad8ec;
  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: #527fc0;
  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: #cad8ec;
  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 #cad8ec transparent;
}

.rmap-rota-filters-overview {
  position: relative;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 3px;
  background-color: #cad8ec;
  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, .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: #527fc0;
  box-shadow: 0 0 5px 0 #c2d2e9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .rmap-table-wrapper {
    width: 100%;
    position: relative;
    overflow-x: auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-radius: 3px;
  }
  .rmap-table-wrapper .rmap-table {
    width: auto;
  }
  .rmap-table-wrapper--1000 .rmap-table {
    width: 1000px;
  }
}
.rmap-table {
  display: table;
  width: 100%;
  height: 1px;
  font-size: 14px;
  text-align: left;
}
.rmap-table .thead {
  display: table-header-group;
}
.rmap-table .tbody {
  display: table-row-group;
}
.rmap-table tbody {
  border-bottom: 2px solid #999999;
}
.rmap-table tr:nth-child(odd),
.rmap-table .tr:nth-child(odd) {
  background: #fff;
}
.rmap-table tr:nth-child(even),
.rmap-table .tr:nth-child(even) {
  background: #eee;
}
.rmap-table tr:last-child > td, .rmap-table tr:last-child > .td,
.rmap-table .tr:last-child > td,
.rmap-table .tr:last-child > .td {
  border-bottom: none;
}
.rmap-table .tr {
  display: table-row;
}
.rmap-table th,
.rmap-table .th,
.rmap-table td,
.rmap-table .td {
  padding: 5px;
  font-size: 11px;
}
@media (min-width: 992px) {
  .rmap-table th,
  .rmap-table .th,
  .rmap-table td,
  .rmap-table .td {
    padding: 10px;
    font-size: inherit;
  }
}
.rmap-table th,
.rmap-table .th {
  font-weight: 550;
  background: #cad8ec;
  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: #527fc0 !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: #cad8ec;
}
.rmap-table--highlight tr:hover td a:hover, .rmap-table--highlight tr:hover td a:focus,
.rmap-table--highlight tr:hover .td a:hover,
.rmap-table--highlight tr:hover .td a:focus, .rmap-table--highlight tr:focus td a:hover, .rmap-table--highlight tr:focus td a:focus,
.rmap-table--highlight tr:focus .td a:hover,
.rmap-table--highlight tr:focus .td a:focus,
.rmap-table--highlight .tr:hover td a:hover,
.rmap-table--highlight .tr:hover td a:focus,
.rmap-table--highlight .tr:hover .td a:hover,
.rmap-table--highlight .tr:hover .td a:focus,
.rmap-table--highlight .tr:focus td a:hover,
.rmap-table--highlight .tr:focus td a:focus,
.rmap-table--highlight .tr:focus .td a:hover,
.rmap-table--highlight .tr:focus .td a:focus {
  color: #fff;
}
.rmap-table--highlight tr:hover td .rmap-button--outline,
.rmap-table--highlight tr:hover .td .rmap-button--outline, .rmap-table--highlight tr:focus td .rmap-button--outline,
.rmap-table--highlight tr:focus .td .rmap-button--outline,
.rmap-table--highlight .tr:hover td .rmap-button--outline,
.rmap-table--highlight .tr:hover .td .rmap-button--outline,
.rmap-table--highlight .tr:focus td .rmap-button--outline,
.rmap-table--highlight .tr:focus .td .rmap-button--outline {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rmap-mini-rota__title {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  background-color: #527fc0;
  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 #527fc0;
  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: #cad8ec;
}
.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 #527fc0;
  padding: 10px;
  font-size: 16px !important;
  background: #cad8ec !important;
  opacity: 1 !important;
}
.ui-tooltip .rmap-shift-marker {
  vertical-align: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rmap-accordion__title {
  padding: 15px 15px 15px 40px;
  background-color: #527fc0;
  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 #527fc0;
  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: #b7cae5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

.visible {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[v-cloak] {
  display: none;
}

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

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

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

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

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

.overview-hidden {
  display: none !important;
}

.rmap-table--sortable .draghandle {
  background: url("img/sorthandle.png") no-repeat center;
  cursor: move;
}

.rmap-rota__revealer {
  background: url("../../images/expander.svg") no-repeat center;
}

.mapping {
  margin: 15px 0 0;
}

.mapping__rota-name {
  font-weight: 600;
}

.mapping__title {
  font-style: italic;
}

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

.mapping:first-of-type {
  margin-top: 7px;
}

/*# sourceMappingURL=overview-rebuild.css.map */
