.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' \BB';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '\AB   ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
@font-face{font-family:'Avenir Next';src:url("/static/schedule/fonts/AvenirNext-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Avenir Next';src:url("/static/schedule/fonts/AvenirNext-DemiBold.ttf") format("truetype");font-weight:600;font-style:normal}html,body{height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;border-radius:0;box-sizing:border-box;font-size:100%;margin:0;padding:0;vertical-align:baseline}input[type="button"],input[type="submit"]{-webkit-appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after{content:''}q::before,q::after{content:''}table{border-collapse:collapse;border-spacing:0}body{font:14px/1.4 'Avenir Next', helvetica, arial, sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600}a{color:black}input,textarea{font:14px/1.4 'Avenir Next', helvetica, arial, sans-serif}.btn,button,input[type=submit]{-webkit-appearance:none;outline:none;display:inline-block;background:#509E2F;color:white;border-radius:100px;border:none;padding:10px 28px;font-size:14px;font-weight:600;text-decoration:none;font-family:'Avenir Next', sans-serif;cursor:pointer}.btn-gray{background:#ddd;color:black}.btn-red{background:#D0021B;color:white}input[type=text],input[type=email],input[type=password],input[type=tel],textarea{-webkit-appearance:none;border:solid 1px #ddd}textarea{margin:0}.login{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}.login .brand{margin-bottom:30px}.login form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.login form input.text-box{width:300px;border-radius:100px;padding:6px 15px;margin-bottom:10px;outline:none;font-size:16px}.login form input.text-box:focus{box-shadow:0 0 0 3px #c0dffe}.login form .actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.login form .error{color:#D0021B;margin-bottom:10px}.new-user{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}.new-user .brand{margin-bottom:30px}.new-user p{margin-bottom:20px}.new-user form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.new-user form label{margin-bottom:5px}.new-user form input[type=password]{width:100%;border-radius:100px;padding:6px 15px;outline:none}.new-user form input[type=password]:focus{box-shadow:0 0 0 3px #c0dffe}.new-user form .actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:20px}.new-user form .errorlist{color:#D0021B;margin-bottom:10px}.new-user .helptext{font-size:12px;color:#AAA;margin-bottom:20px}strong{font-weight:600}.brand{text-decoration:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.brand h1{font-size:30px;letter-spacing:3.1px;margin-left:20px}@media screen and (max-width: 780px){.brand h1{margin-left:10px}}.page-content{padding:30px 50px 50px 50px}@media screen and (max-width: 780px){.page-content{padding:20px}}@media screen and (max-width: 780px){.app{padding-bottom:20px}}.header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:0 50px;padding:30px 0 20px 0;border-bottom:solid 1px #ddd}@media screen and (max-width: 780px){.header{display:block;padding-bottom:0;margin:0 20px}.header .brand{display:block;text-align:left}.header .brand img{display:inline-block;vertical-align:top}.header .brand h1{display:inline-block;vertical-align:top}}.header div.mini-nav a{display:inline-block;margin-left:10px}@media screen and (max-width: 780px){.header div.mini-nav{margin-top:10px;padding-top:10px;border-top:solid 1px #ddd}.header div.mini-nav a{display:block;text-align:left;margin:5px}}.header .actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width: 780px){.header .actions{display:block;text-align:center}}.header .actions .btn{margin-left:10px}@media screen and (max-width: 780px){.header .actions .btn{font-size:12px;padding:5px 10px;margin:20px 0 10px 0;width:100%}}.header .actions .account{position:relative;margin-left:30px;font-weight:600;text-decoration:none;padding-right:16px;line-height:40px}@media screen and (max-width: 780px){.header .actions .account{margin-top:10px;margin-left:0;border-top:solid 1px #ddd;text-align:left}}.header .actions .account::after{content:'';position:absolute;top:17px;right:0;width:0;height:0;border:solid 4px transparent;border-top:solid 4px black}.header .actions .account .dropdown{display:none;width:150px;padding:20px;position:absolute;background:white;border:solid 1px #eee;box-shadow:0px 2px 14px rgba(0,0,0,0.09);z-index:100;right:0;top:100%;line-height:1}@media screen and (max-width: 780px){.header .actions .account .dropdown{width:100%}}.header .actions .account .dropdown li+li{margin-top:10px}.header .actions .account .dropdown li a{text-decoration:none}.header .actions .account .dropdown li a:hover{text-decoration:underline}.header .actions .account:hover .dropdown{display:block}.sidebar{position:absolute;top:130px;left:50px;width:310px;bottom:50px;overflow-y:scroll;min-height:450px;background:#FAFAFA;border:solid 1px #ccc;padding:20px}@media screen and (max-width: 780px){.sidebar{position:relative;top:auto;left:auto;bottom:auto;margin:20px 20px 0 20px;width:calc(100% - 40px)}}body.hijacked .sidebar{top:146px}@media screen and (max-width: 780px){body.hijacked .sidebar{top:auto}}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:#eee;padding:2px}.sidebar::-webkit-scrollbar-thumb{background:#ddd;margin:2px}.sidebar h1{font-size:16px;margin:20px -20px 20px -20px;background:#eee;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:15px 20px}.sidebar h1:first-child{border-top:none;margin-top:-20px}.sidebar .shifts-remaining{margin-bottom:20px}.sidebar .shift-list .shift{display:-ms-flexbox;display:flex;margin-bottom:20px;padding-bottom:20px;border-bottom:solid 1px #ccc}.sidebar .shift-list .shift .calendar-icon{width:52px;height:52px;margin-right:20px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background:white}.sidebar .shift-list .shift .calendar-icon .month{padding:2px 0;font-size:10px;background:#D0021B;color:white;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:2px;border-top-left-radius:5px;border-top-right-radius:5px}.sidebar .shift-list .shift .calendar-icon .day{font-size:24px;font-weight:600;text-align:center;border:solid 1px #aaa;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.sidebar .shift-list .shift .details .name{font-weight:600}.sidebar .shift-list .shift .details .date{font-weight:600}.sidebar .shift-list .shift .details .day{font-weight:600;color:#F5A623}.sidebar .shift-list .shift .details .night{font-weight:600;color:#4A90E2}.sidebar .shift-list .shift .details .hospitals{font-size:12px}.sidebar .backup p{font-size:18px;margin-bottom:10px}.sidebar .backup .hospitals{font-size:12px;margin-bottom:10px}.sidebar .no-upcoming{margin-bottom:20px}.calendar{position:absolute;top:130px;left:400px;right:50px;bottom:50px;min-height:450px}@media screen and (max-width: 780px){.calendar{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:20px}.calendar .rbc-calendar{height:600px}}.calendar.xl{min-height:750px}body.hijacked .calendar{top:156px}@media screen and (max-width: 780px){body.hijacked .calendar{top:auto}}.calendar .filters{position:absolute;top:-25px;right:0;left:240px;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 780px){.calendar .filters{position:relative;top:auto;right:auto;left:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}}.calendar .filters .hospital{margin-left:30px}@media screen and (max-width: 780px){.calendar .filters .hospital{margin-left:0;margin-right:20px}}.calendar .filters .hospital label{margin-left:5px}.calendar .rbc-month-view{border:none}.calendar .rbc-header{font-weight:600;border-bottom:solid 1px #ccc}.calendar .rbc-header+.rbc-header{border-left:none}.calendar .rbc-month-view{border-bottom:solid 1px #ccc}.calendar .rbc-month-row{border-left:solid 1px #ccc;border-right:solid 1px #ccc}.calendar .bg-wrapper+.bg-wrapper{border-left:solid 1px #ccc}.calendar .rbc-date-cell{padding:10px}.calendar .rbc-date-cell.rbc-now{font-weight:600}.calendar .rbc-off-range{color:#aaa}.calendar .rbc-off-range-bg{background-color:#eee}.calendar .rbc-toolbar{margin-bottom:30px}@media screen and (max-width: 780px){.calendar .rbc-toolbar{-ms-flex-pack:center;justify-content:center}}.calendar .rbc-toolbar .page-button{background:#ddd;width:22px;height:22px;border-radius:22px;padding:0;border:none}.calendar .rbc-toolbar .page-button::after{display:block;position:relative;margin:0 auto;content:'';width:5px;height:5px;border-left:solid 1px black;border-top:solid 1px black}.calendar .rbc-toolbar .page-button.previous::after{left:1px;transform:rotateZ(-45deg)}.calendar .rbc-toolbar .page-button.next::after{left:-1px;transform:rotateZ(-225deg)}.calendar .rbc-toolbar .rbc-toolbar-label{display:inline-block;width:150px}.calendar .rbc-row:nth-child(2){min-height:34px;margin-top:-27px}@media screen and (max-width: 780px){.calendar .rbc-event{width:25px;height:25px;overflow:hidden;text-indent:25px}}.calendar .rbc-event.event-info{padding:0;background-color:transparent;border-radius:5px;color:#000;cursor:pointer}.calendar .rbc-event.sign-up{background:#509E2F;padding:5px 10px;border-radius:100px;text-align:center;font-size:12px}.calendar .rbc-event.event-dot{width:25px;height:25px;border-radius:25px}.calendar .rbc-event.admin-shifts{margin-top:35px;padding:5px 10px;border-radius:100px;text-align:center;font-size:12px}.calendar .rbc-event.shifts-open{background:#D0021B}.calendar .rbc-event.shifts-covered{background:#509E2F}.calendar .rbc-event .info-group .dots{height:24px}@media screen and (max-width: 780px){.calendar .rbc-event .info-group .dots{height:auto;margin-top:20px}}.calendar .rbc-event .info-group .event-dot{display:inline-block;width:24px;height:24px;border-radius:24px;margin-right:2px;vertical-align:top}.calendar .rbc-event .info-group .info{background-color:#4A90E2;color:white;text-align:center;line-height:24px;font-size:10px}.calendar .rbc-event .info-group .on-call{background-image:url("/static/schedule/img/calendar.png");background-position:center;background-repeat:no-repeat;background-size:12px 12px}.calendar .rbc-event .info-group .on-call-mentee{background-color:#ccc;text-align:center;line-height:24px;font-size:10px}.calendar .rbc-event .info-group .on-call-0{background-color:#F5A623}.calendar .rbc-event .info-group .on-call-1{background-color:#4A90E2}.calendar .rbc-event .info-group .on-call-se{background:none;padding:0;text-align:left}.calendar .rbc-event .info-group .on-call-se-0{color:#F5A623}.calendar .rbc-event .info-group .on-call-se-1{color:#4A90E2}.calendar .rbc-row-segment{padding:0 10px 5px 10px}.calendar .rbc-row-segment.rbc-selected{background:#509E2F}.mentees h1{font-size:28px;margin-bottom:20px}.mentees h2{font-size:20px;margin-top:40px;margin-bottom:20px}.mentees p{font-size:16px;margin-bottom:20px}.mentees th,.mentees td{text-align:left;padding:8px 16px}.mentees th{background:#ddd}.ReactModal__Overlay{z-index:9001}.ReactModal__Content{max-width:500px;padding:40px;width:100%;max-height:100%;overflow-y:scroll}@media screen and (max-width: 780px){.ReactModal__Content{padding:20px}}.ReactModal__Content .modal-close{cursor:pointer;position:absolute;top:10px;right:13px;font-size:40px;color:#ddd;padding:0 10px}.ReactModal__Content h1{font-size:20px}.ReactModal__Content p.confirmation{margin-top:20px}.ReactModal__Content .time-selector{margin-top:20px}.ReactModal__Content .time-selector label{margin-left:10px}.ReactModal__Content .time-selector select{width:100%;padding:10px;font-size:16px}.ReactModal__Content .time-selector .day-shift-select{margin-bottom:5px}.ReactModal__Content .hospital-selector{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}.ReactModal__Content .hospital-selector .hospital:not(:last-child){margin-right:40px}.ReactModal__Content .hospital-selector label{margin-left:10px}.ReactModal__Content .shift-info{margin-top:20px}.ReactModal__Content .shift-info .subshifts{margin-bottom:15px}.ReactModal__Content .shift-info .entry{margin-bottom:5px}.ReactModal__Content .shift-info .user{margin-right:7px}.ReactModal__Content .shift-info .shift-time{font-size:20px;font-weight:600;margin-bottom:10px}.ReactModal__Content .shift-info .shift-type{font-weight:600;font-size:16px;margin-bottom:5px}.ReactModal__Content .shift-info .time{margin-left:5px}.ReactModal__Content .shift-info .time-0{color:#F5A623}.ReactModal__Content .shift-info .time-1{color:#4A90E2}.ReactModal__Content .shift-info .hospitals{font-size:12px}.ReactModal__Content .actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:40px -40px -40px -40px;padding:20px 40px;background:#fafafa;border-top:solid 1px #ddd}.ReactModal__Content .actions.right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ReactModal__Content .actions button{font-size:14px}.ReactModal__Content .actions .cancel{color:black;background-color:#ddd;font-weight:400}.shift-list h1{font-size:28px}.shift-list p{font-size:16px;margin-bottom:20px}.shift-list table{width:100%;margin-bottom:20px}.shift-list th,.shift-list td{text-align:left;padding:8px}.shift-list th{background:#ddd}.user-settings h1{font-size:28px;margin-bottom:25px}@media screen and (max-width: 780px){.user-settings h1{margin-bottom:0}}.user-settings ul.info li{margin-bottom:12px}.user-settings ul.info label{display:inline-block;width:150px}.user-settings form ul{list-style-type:none}.user-settings form ul li{margin-bottom:10px}.user-settings form label{display:inline-block;width:150px;vertical-align:top;margin-top:10px}.user-settings form label.checkbox-label{width:auto;margin-top:0;margin-left:10px}.user-settings form input[type=text],.user-settings form input[type=email],.user-settings form input[type=tel]{padding:8px;border-radius:4px}.user-settings form textarea{padding:8px;border-radius:4px;width:220px;height:60px}.user-settings form input[type=submit]{padding:8px 30px;margin:20px 0}body.registration{background:#EEE}.user-mgmt-block{width:100%;max-width:800px;margin:40px auto;padding:20px;background:white}.user-mgmt-block .brand{margin:0 0 20px 0}.user-mgmt-block .submit-row{margin:20px 0 0 0}.hijacked-warning-default{min-height:auto}#hijacked-warning-wrapper::after{height:26px}.callcenter{margin:25px 50px 0px 50px;padding-bottom:50px}.cc-support{position:absolute;top:45px;left:50%;transform:translateX(-50%);font-weight:600}.cc-main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:calc(100% - 97px)}body.hijacked .cc-main{height:calc(100% - 123px)}.cc-main a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:250px;height:250px;box-shadow:0 2px 14px 0 rgba(0,0,0,0.1);border-radius:12px;font-size:20px;text-decoration:none;text-align:center;font-weight:600;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.cc-main a+a{margin-left:100px}.cc-main a img{margin-bottom:15px}form.report ol{padding-left:40px;list-style-type:decimal}form.report ol li{margin-bottom:1rem}form.report ol input[type=radio]{margin-right:0.5rem}.steps{border-top:solid 1px #ddd;margin-top:25px;padding-top:25px}.steps p{margin-bottom:1rem}.steps .box{border:solid 1px #ddd;background:#fafafa;padding:30px;margin-bottom:30px}.steps h2{font-size:20px;margin-bottom:20px}.steps h3.urgent{color:#D0021B}.steps .pfinders{display:-ms-flexbox;display:flex}.steps .pfinders .pfinder{-ms-flex:1;flex:1}.steps .pfinders .pfinder:not(:first-child){margin-left:30px}.steps .pfinders .pfinder button{margin-right:10px}.steps .timer{font-weight:600;font-size:18px}.steps .current-step{margin-top:15px;font-weight:600}.steps .btn-mini{background:#ddd;font-size:10px;border-radius:7px;padding:6px 8px;text-decoration:none;font-weight:600;margin-left:5px}.steps .respond-link{color:#509E2F;margin-left:14px}.steps .no-one-available{margin-top:10px}.cc-shifts h2{font-size:28px;margin-bottom:10px}.cc-shifts .shift-day{display:-ms-flexbox;display:flex}.cc-shifts .shift-group{width:50%;border:solid 1px #ccc;padding:15px;margin-bottom:30px}.cc-shifts .shift-group+.shift-group{margin-left:15px}.cc-shifts .shift-group h3{font-size:20px;margin:-15px;padding:15px;margin-bottom:15px;background:#f3f3f3}.cc-shifts .shift{margin-bottom:20px}.cc-shifts .shift.confirm{font-size:18px}.cc-shifts .shift.confirm .hospitals{font-size:14px;margin-bottom:20px}.cc-shifts .shift .name{font-weight:600;font-size:16px}.cc-shifts .shift .hospitals{font-size:12px}.cc-shifts .shift a.cancel{color:#D0021B}.cc-shifts .shift a.btn{margin-right:10px}
