@charset "UTF-8";
.login-wrapper, .flex-row, .login-page .input-label, .login-footer section, .tabs-container ul, .warning-header, .metric-stats-container .metric-wrapper, #timeline-schedule, #timeline-schedule .timeline-legends, #timeline-schedule .timeline-container .timeperiod-info, #timeline-schedule .timeline-container .head-hour-info, #timeline-schedule .timeline-container .timeline-rows-container, #timeline-schedule .timeline-hour-row .timeline-hour-wrapper, .search-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.sidebar-search:before, .login-page:before, .login-footer .logo-allocate-footer:before, ul.navigation li:after, .icon, .k-calendar .k-nav-prev span:before,
.k-calendar .k-nav-next span:before, .dropdown dt a:after, .trigger-close:before, #timeline-schedule .timeline-legends .timeline-legend .legend-image:before, .card .card-location li:before, .card .card-content .activity-duty-invalid:before {
  font-family: "allocate_iconsregular"; }

.main-title {
  margin: 0px;
  margin: 0rem; }

*, .btn-datepicker span, .calendar-container h2, .dropdown, .dropdown dd,
.dropdown dt, .dropdown .multi-selected, .card h3, .card p, .card li, .card .card-content h3, .card .card-content p, .card.card-missing .missing-skills-list, .card.card-missing .missing-skills-list li {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem; }

.main-container, .calendar-container, .date-picker-wrapper, #timeline-schedule .timeline-legends .timeline-legend {
  *zoom: 1; }

.main-container:before, .calendar-container:before, .date-picker-wrapper:before, #timeline-schedule .timeline-legends .timeline-legend:before, .main-container:after, .calendar-container:after, .date-picker-wrapper:after, #timeline-schedule .timeline-legends .timeline-legend:after {
  content: "";
  display: table; }

.main-container:after, .calendar-container:after, .date-picker-wrapper:after, #timeline-schedule .timeline-legends .timeline-legend:after {
  clear: both; }

ul.navigation li a, .dropdown .multi-selected, .select-btn .label, .metric-item .metric-title span, .card h3, .card p, .card li, .card .card-content span, .card .card-content h3, .card.card-canceled .card-reason .canceled-time, .card.card-missing .missing-skills-list li span, #timeline-schedule .timeline-legends .timeline-legend .legend-title, #timeline-schedule .timeline-legends .timeline-legend .legend-description, #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab .timeline-act-name {
  display: inline-block;
  ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }

.scrollable-area::-webkit-scrollbar, .main-content::-webkit-scrollbar, .sidebar .sidebar-nav-wrapper::-webkit-scrollbar, .dropdown dd ul::-webkit-scrollbar, .select-list::-webkit-scrollbar, .modal-main::-webkit-scrollbar, .card .card-content > ul::-webkit-scrollbar, .card.card-canceled .card-reason.active::-webkit-scrollbar, .note-content::-webkit-scrollbar, #timeline-schedule .timeline-container::-webkit-scrollbar, .tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #d6d6d6; }

.scrollable-area::-webkit-scrollbar-track, .main-content::-webkit-scrollbar-track, .sidebar .sidebar-nav-wrapper::-webkit-scrollbar-track, .dropdown dd ul::-webkit-scrollbar-track, .select-list::-webkit-scrollbar-track, .modal-main::-webkit-scrollbar-track, .card .card-content > ul::-webkit-scrollbar-track, .card.card-canceled .card-reason.active::-webkit-scrollbar-track, .note-content::-webkit-scrollbar-track, #timeline-schedule .timeline-container::-webkit-scrollbar-track, .tbody::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

.scrollable-area::-webkit-scrollbar-thumb, .main-content::-webkit-scrollbar-thumb, .sidebar .sidebar-nav-wrapper::-webkit-scrollbar-thumb, .dropdown dd ul::-webkit-scrollbar-thumb, .select-list::-webkit-scrollbar-thumb, .modal-main::-webkit-scrollbar-thumb, .card .card-content > ul::-webkit-scrollbar-thumb, .card.card-canceled .card-reason.active::-webkit-scrollbar-thumb, .note-content::-webkit-scrollbar-thumb, #timeline-schedule .timeline-container::-webkit-scrollbar-thumb, .tbody::-webkit-scrollbar-thumb {
  background-color: #777777;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
  border-radius: 4px; }

.scrollable-area:hover::-webkit-scrollbar-thumb, .main-content:hover::-webkit-scrollbar-thumb, .sidebar .sidebar-nav-wrapper:hover::-webkit-scrollbar-thumb, .dropdown dd ul:hover::-webkit-scrollbar-thumb, .select-list:hover::-webkit-scrollbar-thumb, .modal-main:hover::-webkit-scrollbar-thumb, .card .card-content > ul:hover::-webkit-scrollbar-thumb, .card.card-canceled .card-reason.active:hover::-webkit-scrollbar-thumb, .note-content:hover::-webkit-scrollbar-thumb, #timeline-schedule .timeline-container:hover::-webkit-scrollbar-thumb, .tbody:hover::-webkit-scrollbar-thumb {
  background-color: rgba(21, 157, 228, 0.2); }

.modal-wrapper table .td-assignment-name h4, .modal-wrapper table .td-resource-unit span {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphens: auto; }

.transparent, .sidebar, .sidebar .sidebar-nav-wrapper, .sidebar-close-sm .sidebar-nav-wrapper, .sidebar-search, .sidebar-close-sm .sidebar-search {
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.logo, .logo i, .header-nav li {
  float: left; }

.login-footer .logo-allocate-footer, .login-footer .logo-allocate-footer div {
  text-align: left; }

.login-footer, .main-header, .tabs-container li, .metric-stats-container .metric-wrapper {
  text-align: center; }

.login-footer .version-info-wrap, .login-footer .version-info-wrap .prod-instance {
  text-align: right; }

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

html,
body {
  height: 100%; }

body {
  width: 100%;
  overflow: hidden;
  font-family: "Roboto", "Helvetica Neue, Helvetica, Arial";
  font-weight: 400;
  font-size: 16px;
  background: #eeeeee; }

h1, h2, h3, h4, h5, h6 {
  margin: 3px 0px 5px 0px;
  margin: 0.1875rem 0rem 0.3125rem 0rem;
  font-weight: 500; }

ul {
  list-style: none;
  padding: 0px;
  padding: 0rem; }

ol {
  padding: 0px 0px 0px 30px;
  padding: 0rem 0rem 0rem 1.875rem; }

fieldset {
  border: 0 none; }

button {
  cursor: pointer;
  border: 0 none; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'allocate_iconsregular';
  src: url("../fonts/allocateicons-regular-webfont.eot");
  src: url("../fonts/allocateicons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/allocateicons-regular-webfont.woff2") format("woff2"), url("../fonts/allocateicons-regular-webfont.woff") format("woff"), url("../fonts/allocateicons-regular-webfont.ttf") format("truetype"), url("../fonts/allocateicons-regular-webfont.svg#allocate_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.large-text {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  line-height: 2.375rem; }

h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem; }

h2, .label-login, .card .card-location li:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem; }

h3, .card .indicators-bar .span-time-indicator .icon-span-time-period, .no-data-container .no-data-content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem; }

h4, .tabs-container li a, .tabs-container li span, .card h3, .card .card-content p .icon:before, .card .card-content p .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .card .card-content p span:before,
.card .card-content p .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .card .card-content p span:before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem; }

h5, h6, p, span, .card p, .card .card-location li, .card .card-content h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }

small, .login-footer .version-info-wrap div, .login-footer .version-info-wrap .prod-instance, .select-btn .label, .select-list li.option, .metric-item .metric-title, .metric-item .metric-title span, .card .indicators-bar div, .card .card-content p, .card.card-canceled .card-reason .resume, .card.card-canceled .card-reason .canceled-time, .card.card-canceled .card-reason .canceled-time span, .note-content h2, .search-field button,
.search-field input {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem; }

.xsmall {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem; }

p, span, small {
  font-weight: 400; }

.italic {
  font-style: italic; }

.bold, b, strong {
  font-weight: 700; }

.unordered-list, ul {
  list-style: none;
  /*list-style-type: disc;*/ }

.ordered-list, ol {
  list-style: decimal; }

/* ************ IN USE ************ */
.center {
  text-align: center; }

a {
  color: #159DE4;
  text-decoration: none; }

.scrollable-area {
  height: calc(100% - 108px);
  overflow-y: auto; }
  .scrollable-area.scrollable-cards {
    height: calc(100% - 289px); }

.card.card-unit {
  -webkit-box-shadow: #bf3a36 -10px 0px 0px 0;
  -khtml-box-shadow: #bf3a36 -10px 0px 0px 0;
  -moz-box-shadow: #bf3a36 -10px 0px 0px 0;
  -ms-box-shadow: #bf3a36 -10px 0px 0px 0;
  -o-box-shadow: #bf3a36 -10px 0px 0px 0;
  box-shadow: #bf3a36 -10px 0px 0px 0; }
  .card.card-unit .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #972e2b;
    -khtml-box-shadow: inset 0px -2px #972e2b;
    -moz-box-shadow: inset 0px -2px #972e2b;
    -ms-box-shadow: inset 0px -2px #972e2b;
    -o-box-shadow: inset 0px -2px #972e2b;
    box-shadow: inset 0px -2px #972e2b;
    background-color: #BF3A36; }
  .card.card-unit.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(191, 58, 54, 0.6);
    border-right: 2px dashed rgba(191, 58, 54, 0.6);
    border-bottom: 2px dashed rgba(191, 58, 54, 0.6); }
    .card.card-unit.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-unit, .metric-item.metric-item-unit.active:after {
  border-top-color: #BF3A36; }

.modal-unit .modal-border {
  background-color: #BF3A36; }

.modal-unit.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-unit .modal-header {
  background-color: rgba(191, 58, 54, 0.3); }

.card.card-other-unit {
  -webkit-box-shadow: #de7336 -10px 0px 0px 0;
  -khtml-box-shadow: #de7336 -10px 0px 0px 0;
  -moz-box-shadow: #de7336 -10px 0px 0px 0;
  -ms-box-shadow: #de7336 -10px 0px 0px 0;
  -o-box-shadow: #de7336 -10px 0px 0px 0;
  box-shadow: #de7336 -10px 0px 0px 0; }
  .card.card-other-unit .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #c15a20;
    -khtml-box-shadow: inset 0px -2px #c15a20;
    -moz-box-shadow: inset 0px -2px #c15a20;
    -ms-box-shadow: inset 0px -2px #c15a20;
    -o-box-shadow: inset 0px -2px #c15a20;
    box-shadow: inset 0px -2px #c15a20;
    background-color: #DE7336; }
  .card.card-other-unit.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(222, 115, 54, 0.6);
    border-right: 2px dashed rgba(222, 115, 54, 0.6);
    border-bottom: 2px dashed rgba(222, 115, 54, 0.6); }
    .card.card-other-unit.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-other-unit, .metric-item.metric-item-other-unit.active:after {
  border-top-color: #DE7336; }

.modal-other-unit .modal-border {
  background-color: #DE7336; }

.modal-other-unit.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-other-unit .modal-header {
  background-color: rgba(222, 115, 54, 0.3); }

.card.card-stand-by {
  -webkit-box-shadow: #f4d97b -10px 0px 0px 0;
  -khtml-box-shadow: #f4d97b -10px 0px 0px 0;
  -moz-box-shadow: #f4d97b -10px 0px 0px 0;
  -ms-box-shadow: #f4d97b -10px 0px 0px 0;
  -o-box-shadow: #f4d97b -10px 0px 0px 0;
  box-shadow: #f4d97b -10px 0px 0px 0; }
  .card.card-stand-by .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #f0cb4c;
    -khtml-box-shadow: inset 0px -2px #f0cb4c;
    -moz-box-shadow: inset 0px -2px #f0cb4c;
    -ms-box-shadow: inset 0px -2px #f0cb4c;
    -o-box-shadow: inset 0px -2px #f0cb4c;
    box-shadow: inset 0px -2px #f0cb4c;
    background-color: #f4d97b; }
  .card.card-stand-by.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(244, 217, 123, 0.6);
    border-right: 2px dashed rgba(244, 217, 123, 0.6);
    border-bottom: 2px dashed rgba(244, 217, 123, 0.6); }
    .card.card-stand-by.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-stand-by, .metric-item.metric-item-stand-by.active:after {
  border-top-color: #f4d97b; }

.modal-stand-by .modal-border {
  background-color: #f4d97b; }

.modal-stand-by.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-stand-by .modal-header {
  background-color: rgba(244, 217, 123, 0.3); }

.card.card-canceled {
  -webkit-box-shadow: #e4deec -10px 0px 0px 0;
  -khtml-box-shadow: #e4deec -10px 0px 0px 0;
  -moz-box-shadow: #e4deec -10px 0px 0px 0;
  -ms-box-shadow: #e4deec -10px 0px 0px 0;
  -o-box-shadow: #e4deec -10px 0px 0px 0;
  box-shadow: #e4deec -10px 0px 0px 0; }
  .card.card-canceled .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #cabed9;
    -khtml-box-shadow: inset 0px -2px #cabed9;
    -moz-box-shadow: inset 0px -2px #cabed9;
    -ms-box-shadow: inset 0px -2px #cabed9;
    -o-box-shadow: inset 0px -2px #cabed9;
    box-shadow: inset 0px -2px #cabed9;
    background-color: #e4deec; }
  .card.card-canceled.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(228, 222, 236, 0.6);
    border-right: 2px dashed rgba(228, 222, 236, 0.6);
    border-bottom: 2px dashed rgba(228, 222, 236, 0.6); }
    .card.card-canceled.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-canceled, .metric-item.metric-item-canceled.active:after {
  border-top-color: #e4deec; }

.modal-canceled .modal-border {
  background-color: #e4deec; }

.modal-canceled.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-canceled .modal-header {
  background-color: rgba(228, 222, 236, 0.3); }

.card.card-missing {
  -webkit-box-shadow: #ff7979 -10px 0px 0px 0;
  -khtml-box-shadow: #ff7979 -10px 0px 0px 0;
  -moz-box-shadow: #ff7979 -10px 0px 0px 0;
  -ms-box-shadow: #ff7979 -10px 0px 0px 0;
  -o-box-shadow: #ff7979 -10px 0px 0px 0;
  box-shadow: #ff7979 -10px 0px 0px 0; }
  .card.card-missing .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #ff4646;
    -khtml-box-shadow: inset 0px -2px #ff4646;
    -moz-box-shadow: inset 0px -2px #ff4646;
    -ms-box-shadow: inset 0px -2px #ff4646;
    -o-box-shadow: inset 0px -2px #ff4646;
    box-shadow: inset 0px -2px #ff4646;
    background-color: #ff7979; }
  .card.card-missing.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(255, 121, 121, 0.6);
    border-right: 2px dashed rgba(255, 121, 121, 0.6);
    border-bottom: 2px dashed rgba(255, 121, 121, 0.6); }
    .card.card-missing.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-missing, .metric-item.metric-item-missing.active:after {
  border-top-color: #ff7979; }

.modal-missing .modal-border {
  background-color: #ff7979; }

.modal-missing.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-missing .modal-header {
  background-color: rgba(255, 121, 121, 0.3); }

.card.card-promoted {
  -webkit-box-shadow: #8ce8cc -10px 0px 0px 0;
  -khtml-box-shadow: #8ce8cc -10px 0px 0px 0;
  -moz-box-shadow: #8ce8cc -10px 0px 0px 0;
  -ms-box-shadow: #8ce8cc -10px 0px 0px 0;
  -o-box-shadow: #8ce8cc -10px 0px 0px 0;
  box-shadow: #8ce8cc -10px 0px 0px 0; }
  .card.card-promoted .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #62e0b9;
    -khtml-box-shadow: inset 0px -2px #62e0b9;
    -moz-box-shadow: inset 0px -2px #62e0b9;
    -ms-box-shadow: inset 0px -2px #62e0b9;
    -o-box-shadow: inset 0px -2px #62e0b9;
    box-shadow: inset 0px -2px #62e0b9;
    background-color: #8ce8cc; }
  .card.card-promoted.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(140, 232, 204, 0.6);
    border-right: 2px dashed rgba(140, 232, 204, 0.6);
    border-bottom: 2px dashed rgba(140, 232, 204, 0.6); }
    .card.card-promoted.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-promoted, .metric-item.metric-item-promoted.active:after {
  border-top-color: #8ce8cc; }

.modal-promoted .modal-border {
  background-color: #8ce8cc; }

.modal-promoted.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-promoted .modal-header {
  background-color: rgba(140, 232, 204, 0.3); }

.card.card-supervised {
  -webkit-box-shadow: #0fa3b1 -10px 0px 0px 0;
  -khtml-box-shadow: #0fa3b1 -10px 0px 0px 0;
  -moz-box-shadow: #0fa3b1 -10px 0px 0px 0;
  -ms-box-shadow: #0fa3b1 -10px 0px 0px 0;
  -o-box-shadow: #0fa3b1 -10px 0px 0px 0;
  box-shadow: #0fa3b1 -10px 0px 0px 0; }
  .card.card-supervised .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #0b7882;
    -khtml-box-shadow: inset 0px -2px #0b7882;
    -moz-box-shadow: inset 0px -2px #0b7882;
    -ms-box-shadow: inset 0px -2px #0b7882;
    -o-box-shadow: inset 0px -2px #0b7882;
    box-shadow: inset 0px -2px #0b7882;
    background-color: #0fa3b1; }
  .card.card-supervised.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(15, 163, 177, 0.6);
    border-right: 2px dashed rgba(15, 163, 177, 0.6);
    border-bottom: 2px dashed rgba(15, 163, 177, 0.6); }
    .card.card-supervised.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-supervised, .metric-item.metric-item-supervised.active:after {
  border-top-color: #0fa3b1; }

.modal-supervised .modal-border {
  background-color: #0fa3b1; }

.modal-supervised.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-supervised .modal-header {
  background-color: rgba(15, 163, 177, 0.3); }

.card.card-unsupported {
  -webkit-box-shadow: #e0acd5 -10px 0px 0px 0;
  -khtml-box-shadow: #e0acd5 -10px 0px 0px 0;
  -moz-box-shadow: #e0acd5 -10px 0px 0px 0;
  -ms-box-shadow: #e0acd5 -10px 0px 0px 0;
  -o-box-shadow: #e0acd5 -10px 0px 0px 0;
  box-shadow: #e0acd5 -10px 0px 0px 0; }
  .card.card-unsupported .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #d287c2;
    -khtml-box-shadow: inset 0px -2px #d287c2;
    -moz-box-shadow: inset 0px -2px #d287c2;
    -ms-box-shadow: inset 0px -2px #d287c2;
    -o-box-shadow: inset 0px -2px #d287c2;
    box-shadow: inset 0px -2px #d287c2;
    background-color: #E0ACD5; }
  .card.card-unsupported.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(224, 172, 213, 0.6);
    border-right: 2px dashed rgba(224, 172, 213, 0.6);
    border-bottom: 2px dashed rgba(224, 172, 213, 0.6); }
    .card.card-unsupported.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-unsupported, .metric-item.metric-item-unsupported.active:after {
  border-top-color: #E0ACD5; }

.modal-unsupported .modal-border {
  background-color: #E0ACD5; }

.modal-unsupported.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-unsupported .modal-header {
  background-color: rgba(224, 172, 213, 0.3); }

.card.card-filled {
  -webkit-box-shadow: #41c440 -10px 0px 0px 0;
  -khtml-box-shadow: #41c440 -10px 0px 0px 0;
  -moz-box-shadow: #41c440 -10px 0px 0px 0;
  -ms-box-shadow: #41c440 -10px 0px 0px 0;
  -o-box-shadow: #41c440 -10px 0px 0px 0;
  box-shadow: #41c440 -10px 0px 0px 0; }
  .card.card-filled .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #32a031;
    -khtml-box-shadow: inset 0px -2px #32a031;
    -moz-box-shadow: inset 0px -2px #32a031;
    -ms-box-shadow: inset 0px -2px #32a031;
    -o-box-shadow: inset 0px -2px #32a031;
    box-shadow: inset 0px -2px #32a031;
    background-color: #41c440; }
  .card.card-filled.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(65, 196, 64, 0.6);
    border-right: 2px dashed rgba(65, 196, 64, 0.6);
    border-bottom: 2px dashed rgba(65, 196, 64, 0.6); }
    .card.card-filled.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-filled, .metric-item.metric-item-filled.active:after {
  border-top-color: #41c440; }

.modal-filled .modal-border {
  background-color: #41c440; }

.modal-filled.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-filled .modal-header {
  background-color: rgba(65, 196, 64, 0.3); }

.card.card-all-activities {
  -webkit-box-shadow: #a2aebb -10px 0px 0px 0;
  -khtml-box-shadow: #a2aebb -10px 0px 0px 0;
  -moz-box-shadow: #a2aebb -10px 0px 0px 0;
  -ms-box-shadow: #a2aebb -10px 0px 0px 0;
  -o-box-shadow: #a2aebb -10px 0px 0px 0;
  box-shadow: #a2aebb -10px 0px 0px 0; }
  .card.card-all-activities .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #8594a5;
    -khtml-box-shadow: inset 0px -2px #8594a5;
    -moz-box-shadow: inset 0px -2px #8594a5;
    -ms-box-shadow: inset 0px -2px #8594a5;
    -o-box-shadow: inset 0px -2px #8594a5;
    box-shadow: inset 0px -2px #8594a5;
    background-color: #A2AEBB; }
  .card.card-all-activities.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(162, 174, 187, 0.6);
    border-right: 2px dashed rgba(162, 174, 187, 0.6);
    border-bottom: 2px dashed rgba(162, 174, 187, 0.6); }
    .card.card-all-activities.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-all-activities, .metric-item.metric-item-all-activities.active:after {
  border-top-color: #A2AEBB; }

.modal-all-activities .modal-border {
  background-color: #A2AEBB; }

.modal-all-activities.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-all-activities .modal-header {
  background-color: rgba(162, 174, 187, 0.3); }

.card.card-dark-green {
  -webkit-box-shadow: #188818 -10px 0px 0px 0;
  -khtml-box-shadow: #188818 -10px 0px 0px 0;
  -moz-box-shadow: #188818 -10px 0px 0px 0;
  -ms-box-shadow: #188818 -10px 0px 0px 0;
  -o-box-shadow: #188818 -10px 0px 0px 0;
  box-shadow: #188818 -10px 0px 0px 0; }
  .card.card-dark-green .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #105d10;
    -khtml-box-shadow: inset 0px -2px #105d10;
    -moz-box-shadow: inset 0px -2px #105d10;
    -ms-box-shadow: inset 0px -2px #105d10;
    -o-box-shadow: inset 0px -2px #105d10;
    box-shadow: inset 0px -2px #105d10;
    background-color: #188818; }
  .card.card-dark-green.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(24, 136, 24, 0.6);
    border-right: 2px dashed rgba(24, 136, 24, 0.6);
    border-bottom: 2px dashed rgba(24, 136, 24, 0.6); }
    .card.card-dark-green.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-dark-green, .metric-item.metric-item-dark-green.active:after {
  border-top-color: #188818; }

.modal-dark-green .modal-border {
  background-color: #188818; }

.modal-dark-green.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-dark-green .modal-header {
  background-color: rgba(24, 136, 24, 0.3); }

.card.card-light-green {
  -webkit-box-shadow: #6fe36a -10px 0px 0px 0;
  -khtml-box-shadow: #6fe36a -10px 0px 0px 0;
  -moz-box-shadow: #6fe36a -10px 0px 0px 0;
  -ms-box-shadow: #6fe36a -10px 0px 0px 0;
  -o-box-shadow: #6fe36a -10px 0px 0px 0;
  box-shadow: #6fe36a -10px 0px 0px 0; }
  .card.card-light-green .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #46db3f;
    -khtml-box-shadow: inset 0px -2px #46db3f;
    -moz-box-shadow: inset 0px -2px #46db3f;
    -ms-box-shadow: inset 0px -2px #46db3f;
    -o-box-shadow: inset 0px -2px #46db3f;
    box-shadow: inset 0px -2px #46db3f;
    background-color: #6fe36a; }
  .card.card-light-green.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(111, 227, 106, 0.6);
    border-right: 2px dashed rgba(111, 227, 106, 0.6);
    border-bottom: 2px dashed rgba(111, 227, 106, 0.6); }
    .card.card-light-green.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-light-green, .metric-item.metric-item-light-green.active:after {
  border-top-color: #6fe36a; }

.modal-light-green .modal-border {
  background-color: #6fe36a; }

.modal-light-green.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-light-green .modal-header {
  background-color: rgba(111, 227, 106, 0.3); }

.card.card-torch-red {
  -webkit-box-shadow: #f91b2f -10px 0px 0px 0;
  -khtml-box-shadow: #f91b2f -10px 0px 0px 0;
  -moz-box-shadow: #f91b2f -10px 0px 0px 0;
  -ms-box-shadow: #f91b2f -10px 0px 0px 0;
  -o-box-shadow: #f91b2f -10px 0px 0px 0;
  box-shadow: #f91b2f -10px 0px 0px 0; }
  .card.card-torch-red .card-header .badge {
    -webkit-box-shadow: inset 0px -2px #db0619;
    -khtml-box-shadow: inset 0px -2px #db0619;
    -moz-box-shadow: inset 0px -2px #db0619;
    -ms-box-shadow: inset 0px -2px #db0619;
    -o-box-shadow: inset 0px -2px #db0619;
    box-shadow: inset 0px -2px #db0619;
    background-color: #F91B2F; }
  .card.card-torch-red.replaceable {
    border-image-outset: inherit;
    border-top: 2px dashed rgba(249, 27, 47, 0.6);
    border-right: 2px dashed rgba(249, 27, 47, 0.6);
    border-bottom: 2px dashed rgba(249, 27, 47, 0.6); }
    .card.card-torch-red.replaceable:before {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 100%;
      top: 0;
      left: -10px;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.metric-item.metric-item-torch-red, .metric-item.metric-item-torch-red.active:after {
  border-top-color: #F91B2F; }

.modal-torch-red .modal-border {
  background-color: #F91B2F; }

.modal-torch-red.replaceable .modal-border:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px); }

.modal-torch-red .modal-header {
  background-color: rgba(249, 27, 47, 0.3); }

.timeline-act-row .color-unit {
  background: rgba(191, 58, 54, 0.9);
  outline: 2px solid #9f302d; }
  .timeline-act-row .color-unit.replaceable {
    outline: 2px dashed #9f302d; }

.timeline-act-row .color-other-unit {
  background: rgba(222, 115, 54, 0.9);
  outline: 2px solid #ca5e21; }
  .timeline-act-row .color-other-unit.replaceable {
    outline: 2px dashed #ca5e21; }

.timeline-act-row .color-stand-by {
  background: rgba(244, 217, 123, 0.9);
  outline: 2px solid #f1ce55; }
  .timeline-act-row .color-stand-by.replaceable {
    outline: 2px dashed #f1ce55; }

.timeline-act-row .color-canceled {
  background: rgba(228, 222, 236, 0.9);
  outline: 2px solid #cfc4dd; }
  .timeline-act-row .color-canceled.replaceable {
    outline: 2px dashed #cfc4dd; }

.timeline-act-row .color-missing {
  background: rgba(255, 121, 121, 0.9);
  outline: 2px solid #ff5050; }
  .timeline-act-row .color-missing.replaceable {
    outline: 2px dashed #ff5050; }

.timeline-act-row .color-promoted {
  background: rgba(140, 232, 204, 0.9);
  outline: 2px solid #6ae1bd; }
  .timeline-act-row .color-promoted.replaceable {
    outline: 2px dashed #6ae1bd; }

.timeline-act-row .color-supervised {
  background: rgba(15, 163, 177, 0.9);
  outline: 2px solid #0c808b; }
  .timeline-act-row .color-supervised.replaceable {
    outline: 2px dashed #0c808b; }

.timeline-act-row .color-unsupported {
  background: rgba(224, 172, 213, 0.9);
  outline: 2px solid #d58ec6; }
  .timeline-act-row .color-unsupported.replaceable {
    outline: 2px dashed #d58ec6; }

.timeline-act-row .color-filled {
  background: rgba(65, 196, 64, 0.9);
  outline: 2px solid #35a734; }
  .timeline-act-row .color-filled.replaceable {
    outline: 2px dashed #35a734; }

.timeline-act-row .color-all-activities {
  background: rgba(162, 174, 187, 0.9);
  outline: 2px solid #8a99aa; }
  .timeline-act-row .color-all-activities.replaceable {
    outline: 2px dashed #8a99aa; }

.timeline-act-row .color-dark-green {
  background: rgba(24, 136, 24, 0.9);
  outline: 2px solid #126512; }
  .timeline-act-row .color-dark-green.replaceable {
    outline: 2px dashed #126512; }

.timeline-act-row .color-light-green {
  background: rgba(111, 227, 106, 0.9);
  outline: 2px solid #4edd48; }
  .timeline-act-row .color-light-green.replaceable {
    outline: 2px dashed #4edd48; }

.timeline-act-row .color-torch-red {
  background: rgba(249, 27, 47, 0.9);
  outline: 2px solid #e5061a; }
  .timeline-act-row .color-torch-red.replaceable {
    outline: 2px dashed #e5061a; }

.k-safari.k-mobile {
  cursor: pointer; }

.login-page {
  position: relative;
  background-color: #159DE4; }
  .login-page:before {
    position: fixed;
    top: 0;
    right: -450px;
    bottom: 0;
    margin: auto;
    display: block !important;
    font-size: 1000px !important;
    color: #ffffff;
    opacity: 0.04;
    filter: alpha(opacity=4);
    z-index: -1; }
  .login-page input[type=text],
  .login-page input[type=search],
  .login-page select, .login-page textarea {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
  .login-page input:-webkit-autofill,
  .login-page input:-webkit-autofill:hover,
  .login-page input:-webkit-autofill:focus input:-webkit-autofill,
  .login-page textarea:-webkit-autofill,
  .login-page textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  .login-page select:-webkit-autofill,
  .login-page select:-webkit-autofill:hover,
  .login-page select:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    -webkit-text-fill-color: #555555;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }

.login-wrapper {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
  height: calc(100% - 105px);
  min-height: 315px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .login-wrapper .login-inner {
    width: 100%;
    position: relative; }
  .login-wrapper .login-block {
    padding: 30px 40px 40px 40px;
    padding: 1.875rem 2.5rem 2.5rem 2.5rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15); }
    .login-wrapper .login-block:before {
      content: "";
      position: absolute;
      top: 63px;
      left: 0;
      height: 2px;
      width: 100%;
      background: #3fb1ed; }

.product-logo {
  background: transparent;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  height: 55px; }
  .product-logo i {
    padding-right: 10px; }
    .product-logo i:before {
      font-size: 46px;
      font-size: 2.875rem; }
    .product-logo i.icon-logo-safecare:before, .product-logo i.icon-logo-activity-manager:before {
      font-size: 38px;
      font-size: 2.375rem; }

.label-login {
  text-align: center;
  display: block;
  padding: 0px 0px 15px 0px;
  padding: 0rem 0rem 0.9375rem 0rem;
  color: #ffffff;
  text-transform: uppercase; }

.flex-row {
  margin-bottom: 15px; }

.login-page .input-label {
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e6e6e6;
  cursor: pointer; }
  .login-page .input-label .icon:before, .login-page .input-label .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .login-page .input-label span:before,
  .login-page .input-label .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .login-page .input-label span:before {
    color: #adadad; }

.login-page .input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border: 0;
  color: #777777;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
  .login-page .input-field:focus {
    outline: none; }

.login-page .login-button {
  display: block;
  background: #159DE4;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: right; }
  .login-page .login-button .btn-submit {
    display: block;
    font-size: 1rem;
    padding: 12px 40px;
    padding: 0.75rem 2.5rem;
    background: #159DE4;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }

.login-page .forgot-content {
  margin-top: 1em;
  color: #777777;
  font-size: .65em;
  text-align: center; }

.login-page ::placeholder {
  color: #555555; }

.login-page .error-message {
  color: #fff;
  padding-top: 15px; }

.login-footer {
  font-size: 13px;
  font-size: 0.8125rem; }
  .login-footer section {
    width: 500px;
    color: #ffffff;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    overflow: visible;
    margin: 0 auto; }
  .login-footer .logo-allocate-footer {
    width: 50%;
    border-right: 1px solid #ffffff;
    padding-right: 30px;
    padding-right: 1.875rem; }
    .login-footer .logo-allocate-footer:before {
      display: block;
      position: relative;
      top: 0px;
      left: 0px;
      font-size: 28px;
      font-size: 1.75rem; }
    .login-footer .logo-allocate-footer div {
      font-size: 9px;
      font-size: 0.5625rem;
      padding-top: 18px;
      padding-top: 1.125rem; }
  .login-footer .version-info-wrap {
    font-size: 10px;
    font-size: 0.625rem;
    width: 50%; }
    .login-footer .version-info-wrap .prod-instance {
      background: #000000;
      background: rgba(0, 0, 0, 0.15);
      padding: 4px 16px;
      padding: 0.25rem 1rem;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 1px;
      display: inline-block; }

.main-header {
  width: 100%;
  height: 46px;
  background: #2871bc; }

.logo {
  width: 315px;
  margin: 7px 0px 0px 5px;
  margin: 0.4375rem 0rem 0rem 0.3125rem;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .logo.trigger-active {
    margin-left: -320px;
    margin-left: -20rem; }
  .logo i:before {
    font-size: 34px;
    font-size: 2.125rem;
    color: #ffffff; }
  .logo i.icon-logo-activity-manager-live {
    padding: 3px 0px 0px 5px;
    padding: 0.1875rem 0rem 0rem 0.3125rem; }
    .logo i.icon-logo-activity-manager-live:before {
      font-size: 28px;
      font-size: 1.75rem; }

.sidebar-trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 0px;
  left: 285px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebar-trigger.disable {
    pointer-events: none; }
  .sidebar-trigger .arrowed {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .sidebar-trigger .arrows {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-135deg);
    -khtml-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 12px;
    margin: auto; }
    .sidebar-trigger .arrows:after {
      content: '';
      width: 10px;
      height: 10px;
      display: block;
      border: 2px solid #ffffff;
      border-width: 2px 2px 0 0;
      -webkit-transform: translate(5px, -7px);
      -khtml-transform: translate(5px, -7px);
      -moz-transform: translate(5px, -7px);
      -ms-transform: translate(5px, -7px);
      -o-transform: translate(5px, -7px);
      transform: translate(5px, -7px); }
  .sidebar-trigger.trigger-active {
    left: 8px;
    right: auto; }
    .sidebar-trigger.trigger-active .arrows {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: -10px; }

.main-title {
  -webkit-transition: all 0.7s ease;
  -khtml-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff; }

.header-nav {
  position: absolute;
  top: 5px;
  right: 5px; }
  .header-nav li {
    width: 40px; }
    .header-nav li a {
      display: block;
      color: #ffffff; }
      .header-nav li a i:before {
        font-size: 32px;
        font-size: 2rem; }
      .header-nav li a .icon-logout {
        -webkit-transform: scale(1.5);
        -khtml-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5); }
      .header-nav li a i[class*="icon-scl-"] {
        margin-top: -7px;
        margin-left: -10px;
        width: 40px; }
        .header-nav li a i[class*="icon-scl-"]:before {
          font-size: 48px;
          font-size: 3rem; }
    .header-nav li.active {
      position: relative; }
      .header-nav li.active a:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        visibility: visible; }
      .header-nav li.active a:after {
        border-width: 7px;
        border-bottom-color: #ffffff;
        top: -14px;
        right: 50%;
        margin-right: -7px; }
      .header-nav li.active a:after {
        top: inherit;
        bottom: -9px; }

@media screen and (max-width: 768px) {
  .main-header {
    position: relative;
    z-index: 10; } }

.transparent, .sidebar, .sidebar .sidebar-nav-wrapper, .sidebar-close-sm .sidebar-nav-wrapper, .sidebar-search, .sidebar-close-sm .sidebar-search {
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.transparent {
  opacity: 0;
  filter: alpha(opacity=0); }

#area-container,
#activity-dashboard-area {
  height: 100%; }

.main-container {
  height: 100%; }

.panel.main-content {
  height: calc(100% - 46px);
  overflow-y: hidden; }
  .panel.main-content > section {
    height: 100%;
    overflow-y: hidden;
    color: #000; }

.main-content {
  line-height: 1.5;
  font-size: 16px; }
  .main-content > div {
    height: 100%; }
  .main-content .tabs-container,
  .main-content .calendar-container,
  .main-content .metric-stats-container,
  .main-content .results-container,
  .main-content .filter-wrapper {
    padding: 0 10px;
    padding: 0 10/16rem; }
  .main-content .calendar-container, .main-content .results-container {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .main-content .tabs-container, .main-content .metric-stats-container {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .main-content .calendar-container {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .main-content .filter-wrapper {
    margin-bottom: 0px;
    margin-bottom: 0rem; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-content.main-content-lg {
    display: inline-block;
    width: calc(100% - 46px); }
  .main-content.main-content-sm {
    width: calc(100% - 320px);
    display: inline-block; } }

.sidebar {
  width: 320px;
  height: 100%;
  position: relative;
  float: left;
  background: #158bca;
  -webkit-box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  -khtml-box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  -ms-box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  -o-box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  box-shadow: 0px 2px 10px rgba(103, 108, 115, 0.2);
  color: #ffffff; }
  .sidebar #left-nav-panel {
    height: 100%; }
  .sidebar .sidebar-nav-wrapper {
    position: relative;
    height: calc(100% - 87px);
    padding: 0;
    overflow-y: auto;
    opacity: 1;
    filter: alpha(opacity=100); }

.sidebar-close-sm {
  width: 46px; }
  .sidebar-close-sm .sidebar-nav-wrapper {
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }

@media screen and (max-width: 768px) {
  .sidebar {
    position: absolute;
    z-index: 99999; }
  .main-content {
    padding-left: 46px; }
    .main-content.main-content-lg:after {
      content: "";
      z-index: -1;
      display: none; }
    .main-content.main-content-sm:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 5; } }

.sidebar-search {
  z-index: 2;
  border-top: 1px solid #d3d3d3; }
  .sidebar-search:before {
    width: 46px;
    height: 39px;
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
    background: #2871bc;
    color: #ffffff; }
  .sidebar-search .search-term {
    width: 100%;
    height: 40px;
    padding: 5px 52px 5px 10px;
    outline: none;
    background: #2871bc;
    color: #ffffff;
    border: 0 none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px; }
  .sidebar-search .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46px;
    height: 40px;
    opacity: 0;
    cursor: pointer; }
  .sidebar-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3); }
  .sidebar-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3); }
  .sidebar-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.3); }
  .sidebar-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3); }

.sidebar-close-sm .sidebar-search {
  left: -274px; }
  .sidebar-close-sm .sidebar-search .search-term {
    padding-right: 0px; }

ul.navigation li {
  position: relative;
  background-color: #159DE4;
  margin-bottom: 1px;
  height: 36px;
  line-height: 36px;
  line-height: 2.25rem;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 10px;
  padding-right: 30px; }
  ul.navigation li a {
    display: block;
    color: #ffffff; }
  ul.navigation li:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 5px;
    right: 5px; }
  ul.navigation li.active {
    background-color: #ffffff; }
    ul.navigation li.active a {
      color: #159DE4; }
    ul.navigation li.active:after {
      color: #159DE4; }
  ul.navigation li:hover {
    background-color: #138dcd; }
    ul.navigation li:hover a {
      color: #ffffff; }
    ul.navigation li:hover:after {
      color: #ffffff; }

.login-page:before, .login-footer .logo-allocate-footer:before, ul.navigation li:after, .icon, .k-calendar .k-nav-prev span:before,
.k-calendar .k-nav-next span:before, .dropdown dt a:after, .trigger-close:before, #timeline-schedule .timeline-legends .timeline-legend .legend-image:before {
  content: " ";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

.icon-logo:before, .login-page:before,
.icon-logo,
.login-page:before {
  content: ""; }

.sg-icons .icon.icon-logo:after {
  content: "logo"; }

.icon-logo-allocate:before, .login-footer .logo-allocate-footer:before,
.icon-logo-allocate,
.login-footer .logo-allocate-footer:before {
  content: ""; }

.sg-icons .icon.icon-logo-allocate:after {
  content: "logo-allocate"; }

.icon-logo-safecare:before,
.icon-logo-safecare {
  content: ""; }

.sg-icons .icon.icon-logo-safecare:after {
  content: "logo-safecare"; }

.icon-logo-activity-manager:before,
.icon-logo-activity-manager {
  content: ""; }

.sg-icons .icon.icon-logo-activity-manager:after {
  content: "logo-activity-manager"; }

.icon-logo-activity-manager-live:before,
.icon-logo-activity-manager-live {
  content: ""; }

.sg-icons .icon.icon-logo-activity-manager-live:after {
  content: "logo-activity-manager-live"; }

.icon-activity-view:before,
.icon-activity-view {
  content: ""; }

.sg-icons .icon.icon-activity-view:after {
  content: "activity-view"; }

.icon-hourly-view:before,
.icon-hourly-view {
  content: ""; }

.sg-icons .icon.icon-hourly-view:after {
  content: "hourly-view"; }

.icon-primary:before,
.icon-primary {
  content: ""; }

.sg-icons .icon.icon-primary:after {
  content: "primary"; }

.icon-support:before,
.icon-support {
  content: ""; }

.sg-icons .icon.icon-support:after {
  content: "support"; }

.icon-supervised:before,
.icon-supervised {
  content: ""; }

.sg-icons .icon.icon-supervised:after {
  content: "supervised"; }

.icon-promoted:before,
.icon-promoted {
  content: ""; }

.sg-icons .icon.icon-promoted:after {
  content: "promoted"; }

.icon-unsupported:before,
.icon-unsupported {
  content: ""; }

.sg-icons .icon.icon-unsupported:after {
  content: "unsupported"; }

.icon-nurse:before,
.icon-nurse {
  content: ""; }

.sg-icons .icon.icon-nurse:after {
  content: "nurse"; }

.icon-user:before, #timeline-schedule .timeline-legends .timeline-legend .legend-image:before,
.icon-user,
#timeline-schedule .timeline-legends .timeline-legend .legend-image:before {
  content: ""; }

.sg-icons .icon.icon-user:after {
  content: "user"; }

.icon-lock:before,
.icon-lock {
  content: ""; }

.sg-icons .icon.icon-lock:after {
  content: "lock"; }

.icon-logout:before,
.icon-logout {
  content: "e"; }

.sg-icons .icon.icon-logout:after {
  content: "logout"; }

.icon-magnifier:before, .sidebar-search:before,
.icon-magnifier,
.sidebar-search:before {
  content: ""; }

.sg-icons .icon.icon-magnifier:after {
  content: "magnifier"; }

.icon-hospital:before,
.icon-hospital {
  content: ""; }

.sg-icons .icon.icon-hospital:after {
  content: "hospital"; }

.icon-site:before, .card .card-location li.hospital:before,
.icon-site,
.card .card-location li.hospital {
  content: ""; }

.sg-icons .icon.icon-site:after, .sg-icons .card .card-location li.icon.hospital:after, .card .card-location .sg-icons li.icon.hospital:after {
  content: "site"; }

.icon-refresh:before,
.icon-refresh {
  content: ""; }

.sg-icons .icon.icon-refresh:after {
  content: "refresh"; }

.icon-pinned-empty:before, .card .card-location li.location:before,
.icon-pinned-empty,
.card .card-location li.location {
  content: ""; }

.sg-icons .icon.icon-pinned-empty:after, .sg-icons .card .card-location li.icon.location:after, .card .card-location .sg-icons li.icon.location:after {
  content: "pinned-empty"; }

.icon-calendar:before,
.icon-calendar {
  content: ""; }

.sg-icons .icon.icon-calendar:after {
  content: "calendar"; }

.icon-note:before,
.icon-note {
  content: ""; }

.sg-icons .icon.icon-note:after {
  content: "note"; }

.icon-warning:before,
.icon-warning {
  content: ""; }

.sg-icons .icon.icon-warning:after {
  content: "warning"; }

.icon-dots-horisontal:before,
.icon-dots-horisontal {
  content: ""; }

.sg-icons .icon.icon-dots-horisontal:after {
  content: "dots-horisontal"; }

.icon-dots-vertical:before,
.icon-dots-vertical {
  content: ""; }

.sg-icons .icon.icon-dots-vertical:after {
  content: "dots-vertical"; }

.icon-close:before,
.icon-close {
  content: ""; }

.sg-icons .icon.icon-close:after {
  content: "close"; }

.icon-span-time-period:before,
.icon-span-time-period {
  content: ""; }

.sg-icons .icon.icon-span-time-period:after {
  content: "span-time-period"; }

.icon-filter:before,
.icon-filter {
  content: ""; }

.sg-icons .icon.icon-filter:after {
  content: "filter"; }

.icon-checkmark:before,
.icon-checkmark {
  content: "y"; }

.sg-icons .icon.icon-checkmark:after {
  content: "checkmark"; }

.icon-clock:before,
.icon-clock {
  content: ""; }

.sg-icons .icon.icon-clock:after {
  content: "clock"; }

.icon-replaceable:before,
.icon-replaceable {
  content: ""; }

.sg-icons .icon.icon-replaceable:after {
  content: "replaceable"; }

.icon-has-allowance:before,
.icon-has-allowance {
  content: ""; }

.sg-icons .icon.icon-has-allowance:after {
  content: "has-allowance"; }

.icon-has-not-allowance:before,
.icon-has-not-allowance {
  content: ""; }

.sg-icons .icon.icon-has-not-allowance:after {
  content: "has-not-allowance"; }

.icon-duty-warning:before,
.icon-duty-warning {
  content: ""; }

.sg-icons .icon.icon-duty-warning:after {
  content: "duty-warning"; }

.icon-additional-activity:before,
.icon-additional-activity {
  content: ""; }

.sg-icons .icon.icon-additional-activity:after {
  content: "additional-activity"; }

.icon-dcc:before,
.icon-dcc {
  content: ""; }

.sg-icons .icon.icon-dcc:after {
  content: "dcc"; }

.icon-spa:before,
.icon-spa {
  content: ""; }

.sg-icons .icon.icon-spa:after {
  content: "spa"; }

.icon-cancelled-activity:before,
.icon-cancelled-activity {
  content: ""; }

.sg-icons .icon.icon-cancelled-activity:after {
  content: "cancelled-activity"; }

.icon-bank-vacant:before,
.icon-bank-vacant {
  content: ""; }

.sg-icons .icon.icon-bank-vacant:after {
  content: "bank-vacant"; }

.icon-bank-filled:before,
.icon-bank-filled {
  content: ""; }

.sg-icons .icon.icon-bank-filled:after {
  content: "bank-filled"; }

.icon-card-expand:before,
.icon-card-expand {
  content: ""; }

.sg-icons .icon.icon-card-expand:after {
  content: "card-expand"; }

.icon-filter-arrow:before,
.icon-filter-arrow {
  content: ""; }

.sg-icons .icon.icon-filter-arrow:after {
  content: "filter-arrow"; }

.icon-star:before,
.icon-star {
  content: ""; }

.sg-icons .icon.icon-star:after {
  content: "star"; }

.icon-supervising:before,
.icon-supervising {
  content: ""; }

.sg-icons .icon.icon-supervising:after {
  content: "supervising"; }

.icon-unapproved:before,
.icon-unapproved {
  content: ""; }

.sg-icons .icon.icon-unapproved:after {
  content: "unapproved"; }

.icon-approved:before,
.icon-approved {
  content: ""; }

.sg-icons .icon.icon-approved:after {
  content: "approved"; }

.icon-approved2:before,
.icon-approved2 {
  content: ""; }

.sg-icons .icon.icon-approved2:after {
  content: "approved2"; }

.icon-arrow-left:before,
.icon-arrow-left {
  content: ""; }

.sg-icons .icon.icon-arrow-left:after {
  content: "arrow-left"; }

.icon-arrow-right:before, .trigger-close:before,
.icon-arrow-right,
.trigger-close:before {
  content: ""; }

.sg-icons .icon.icon-arrow-right:after {
  content: "arrow-right"; }

.icon-arrow-list:before,
.icon-arrow-list {
  content: ""; }

.sg-icons .icon.icon-arrow-list:after {
  content: "arrow-list"; }

.icon-arrow-prev:before, .k-calendar .k-nav-prev span:before,
.icon-arrow-prev,
.k-calendar .k-nav-prev span:before {
  content: ""; }

.sg-icons .icon.icon-arrow-prev:after {
  content: "arrow-prev"; }

.icon-arrow-next:before,
.k-calendar .k-nav-next span:before,
.icon-arrow-next,
ul.navigation li:after,
.k-calendar .k-nav-next span:before {
  content: ""; }

.sg-icons .icon.icon-arrow-next:after, .sg-icons ul.navigation li.icon:after, ul.navigation .sg-icons li.icon:after {
  content: "arrow-next"; }

.icon-arrow-bold:before,
.icon-arrow-bold {
  content: ""; }

.sg-icons .icon.icon-arrow-bold:after {
  content: "arrow-bold"; }

.icon-arrow-border:before,
.icon-arrow-border,
.dropdown dt a:after {
  content: ""; }

.sg-icons .icon.icon-arrow-border:after, .sg-icons .dropdown dt a.icon:after, .dropdown dt .sg-icons a.icon:after {
  content: "arrow-border"; }

.icon-scl-wardlist:before,
.icon-scl-wardlist {
  content: "G"; }

.sg-icons .icon.icon-scl-wardlist:after {
  content: "scl-wardlist"; }

.icon-scl-sunburst:before,
.icon-scl-sunburst {
  content: "o"; }

.sg-icons .icon.icon-scl-sunburst:after {
  content: "scl-sunburst"; }

.icon-scl-oncall:before,
.icon-scl-oncall {
  content: "ò"; }

.sg-icons .icon.icon-scl-oncall:after {
  content: "scl-oncall"; }

.icon-scl-oncall:before,
.icon-scl-oncall {
  content: "ò"; }

.sg-icons .icon.icon-scl-oncall:after {
  content: "scl-oncall"; }

.icon-check-box:before,
.icon-check-box {
  content: ""; }

.sg-icons .icon.icon-check-box:after {
  content: "check-box"; }

.icon-check-box-outline:before,
.icon-check-box-outline {
  content: ""; }

.sg-icons .icon.icon-check-box-outline:after {
  content: "check-box-outline"; }

.icon-scl-sunburst {
  margin-top: 4px !important;
  margin-left: 0px !important; }

.icon-scl-sunburst:before,
.icon-scl-sunburst {
  content: "\F702" !important;
  font-size: 29px !important; }

.filter-icon {
  background-color: #d3d3d3;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .filter-icon .icon, .filter-icon .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .filter-icon span:before,
  .filter-icon .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .filter-icon span:before {
    line-height: 30px;
    line-height: 1.875rem; }

.assignment-icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative; }
  .assignment-icon:before, .assignment-icon:after {
    content: ""; }

.primary-icon {
  background-color: #ccc; }

.primary-unfilled-icon {
  position: relative;
  background-color: #f85151; }

.mandatory-filled-icon,
.optional-filled-icon,
.optional-incharge-filled-icon,
.primary-icon {
  background-color: #52BD1A;
  position: relative; }

.mandatory-cancelled-icon,
.optional-cancelled-icon {
  position: relative;
  background-color: #ead2f0; }

.primary-different-resourcing-unit-icon,
.mandatory-different-resourcing-unit-icon,
.optional-different-resourcing-unit-icon {
  position: relative;
  background-color: #ffa500; }

.primary-icon:before,
.primary-unfilled-icon:before,
.primary-different-resourcing-unit-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.optional-filled-icon:before,
.optional-incharge-filled-icon:before,
.optional-cancelled-icon:before {
  content: "";
  position: absolute;
  border-right: 12px solid #666;
  border-bottom: 10px solid #666;
  border-left: 12px solid transparent;
  border-top: 10px solid transparent;
  border-radius: 4px; }

.optional-incharge-filled-icon:after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background: #fff;
  margin: -3px 0 0 -3px; }

.mandatory-unfilled-icon,
.optional-unfilled-icon {
  background-color: #f85151;
  position: relative; }

.optional-unfilled-icon:before,
.optional-different-resourcing-unit-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 12px solid #666;
  border-bottom: 10px solid #666;
  border-left: 12px solid transparent;
  border-top: 10px solid transparent;
  border-radius: 4px; }

.btn {
  padding: .5em .8em;
  margin-bottom: 1em;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.15em;
  -khtml-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  -ms-border-radius: 0.15em;
  -o-border-radius: 0.15em;
  border-radius: 0.15em;
  -webkit-transition: background-color 500ms ease-out;
  -khtml-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  display: inline-block;
  text-decoration: none; }
  .btn-large {
    font-size: 1.2em;
    line-height: 1.8em; }
  .btn-small {
    font-size: 0.83333em; }
  .btn-bold {
    font-weight: bold; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-upper {
    text-transform: uppercase; }
  .btn-disabled {
    background-color: #cccccc;
    color: #999999;
    cursor: not-allowed; }
    .btn-disabled:hover {
      text-decoration: none; }
  .btn-default {
    background-color: #159DE4; }
    .btn-default:hover, .btn-default:active {
      background: #43b3ee; }
  .btn-success {
    background-color: #27ae60; }
    .btn-success:hover, .btn-success:active {
      background: #3ad37b; }
  .btn-danger {
    background-color: #c0392b; }
    .btn-danger:hover, .btn-danger:active {
      background: #d7594c; }
  .btn-warning {
    background-color: #f1c40f; }
    .btn-warning:hover, .btn-warning:active {
      background: #f4d144; }
  .btn-info {
    background-color: #2980b9; }
    .btn-info:hover, .btn-info:active {
      background: #449cd6; }

button, button.btn {
  border: 0 none;
  cursor: pointer; }

.btn-datepicker {
  padding: .2em .4em .1em .4em; }
  .btn-datepicker span {
    display: block; }
  .btn-datepicker span.day {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-weight: 700; }
  .btn-datepicker span.date {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300; }

.tabs-container > ul {
  animation: pulse 0.5s; }

.calendar-container {
  animation: pulse 1s; }

.metric-stats-container {
  animation: pulse 1s; }

@keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tabs-container {
  background-color: #e4e4e4;
  border-top: 1px solid #ffffff; }
  .tabs-container ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative; }
  .tabs-container li {
    -webkit-box-align: flex-center;
    -ms-flex-align: flex-center;
    -webkit-align-items: flex-center;
    -moz-align-items: flex-center;
    align-items: flex-center;
    -webkit-align-content: flex-center;
    -moz-align-content: flex-center;
    -ms-flex-line-pack: flex-center;
    align-content: flex-center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 30%;
    height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 2; }
    .tabs-container li:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    .tabs-container li:after {
      border-width: 10px;
      border-top-color: #ffffff;
      bottom: -20px;
      right: 50%;
      margin-right: -10px; }
    .tabs-container li:after {
      -webkit-transform: translateY(-10px);
      -khtml-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: -1;
      opacity: 0;
      filter: alpha(opacity=0); }
    .tabs-container li a, .tabs-container li span {
      display: block;
      color: #158bca;
      line-height: 40px;
      line-height: 2.5rem;
      font-weight: 500;
      cursor: pointer; }
      .tabs-container li a i.icon, .tabs-container li span i.icon {
        vertical-align: middle; }
      .tabs-container li a:hover, .tabs-container li span:hover {
        color: #159DE4; }
    .tabs-container li a:before, .tabs-container li a:after {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      width: 1px;
      height: 24px;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .tabs-container li a:before {
      background: #fff;
      left: 0; }
    .tabs-container li a:after {
      background: #ddd;
      right: 0; }
    .tabs-container li.active {
      background-color: #ffffff;
      z-index: 2;
      position: relative; }
      .tabs-container li.active:after {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1;
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      .tabs-container li.active a:before, .tabs-container li.active a:after {
        display: none; }
      .tabs-container li.active + li a:before {
        background: transparent;
        left: 0; }
    .tabs-container li.disabled a, .tabs-container li.disabled span {
      color: #adadad;
      cursor: default; }
    .tabs-container li:first-child a:before {
      display: none; }
    .tabs-container li:last-child a:after {
      display: none; }

.k-ie.k-ie11 .tabs-container.person-location-tabs ul {
  width: 600px;
  margin: 0 auto; }

.k-ie.k-ie11 .tabs-container.person-location-tabs li {
  max-width: inherit; }

.calendar-container {
  position: relative;
  background-color: #eeeeee;
  clear: both; }

.calendar-container {
  display: block;
  padding-top: 5px; }
  .calendar-container h2 {
    padding-top: 18px;
    display: inline-block; }
  .calendar-container .bedge {
    background-color: #777777;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    top: -12px;
    margin-left: 0px;
    margin-left: 0rem; }

.date-picker-wrapper {
  float: right;
  position: relative; }

.datepicker {
  text-align: right; }
  .datepicker .datepicker-details {
    display: inline-block;
    padding-top: 0px;
    margin-right: 3px; }
    .datepicker .datepicker-details a {
      display: inline-block; }
    .datepicker .datepicker-details span {
      display: block;
      text-align: right; }
      .datepicker .datepicker-details span a {
        display: inline-block;
        vertical-align: bottom; }
      .datepicker .datepicker-details span.detail-month {
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-weight: 500;
        color: #555555; }
      .datepicker .datepicker-details span.detail-refresh {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-weight: 400;
        color: #777777; }
        .datepicker .datepicker-details span.detail-refresh i.icon.icon-refresh {
          height: 20px;
          line-height: 14px;
          background: transparent; }
          .datepicker .datepicker-details span.detail-refresh i.icon.icon-refresh:before {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 19px;
            line-height: 1.1875rem;
            color: #159DE4; }
    .datepicker .datepicker-details .icon, .datepicker .datepicker-details .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .datepicker .datepicker-details span:before,
    .datepicker .datepicker-details .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .datepicker .datepicker-details span:before {
      background-color: #e4e4e4;
      margin: 0 1px; }
      .datepicker .datepicker-details .icon:before, .datepicker .datepicker-details .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .datepicker .datepicker-details span:before,
      .datepicker .datepicker-details .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .datepicker .datepicker-details span:before {
        color: #159DE4;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 38px;
        line-height: 2.375rem;
        display: block; }
  .datepicker .btn-datepicker {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 5px;
    width: 40px; }

.k-calendar .k-header, .k-calendar .k-content thead, .k-calendar .k-calendar-view thead {
  color: #ffffff;
  background-color: #159DE4;
  border-color: rgba(0, 0, 0, 0.08); }

.k-calendar .k-nav-prev:hover, .k-calendar .k-nav-prev.k-state-hover,
.k-calendar .k-nav-next:hover,
.k-calendar .k-nav-next.k-state-hover,
.k-calendar .k-nav-fast:hover,
.k-calendar .k-nav-fast.k-state-hover, .k-calendar .k-nav-prev:active,
.k-calendar .k-nav-next:active,
.k-calendar .k-nav-fast:active {
  color: #f2f2f2;
  background-color: #138dcd;
  border-color: rgba(0, 0, 0, 0.15); }

.k-calendar .k-state-hover, .k-calendar .k-state-selected,
.k-calendar .k-weekend.k-state-selected {
  border: 1px solid #159DE4;
  color: #159DE4;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0px; }

.k-calendar tbody .k-alt {
  background-color: #f2f2f2; }

.k-calendar {
  width: 16.917em;
  position: absolute;
  right: 0;
  position: absolute;
  right: 0px;
  overflow: hidden;
  display: inline-block;
  z-index: 99999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px; }
  .k-calendar .k-link, .k-calendar k-alt {
    padding: 5px 5px;
    color: inherit;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    outline: 0; }
  .k-calendar table {
    margin: 0;
    width: 100%;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    outline: 0; }
  .k-calendar td,
  .k-calendar th {
    border-width: 0;
    padding: 1px;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    font-weight: normal; }
  .k-calendar th {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-weight: bold;
    cursor: default; }
  .k-calendar td {
    cursor: pointer; }
  .k-calendar .k-alt {
    cursor: default; }
  .k-calendar .k-header,
  .k-calendar .k-footer {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: row;
    position: relative; }
    .k-calendar .k-header .k-link,
    .k-calendar .k-footer .k-link {
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
  .k-calendar .k-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1; }
    .k-calendar .k-header .k-state-hover {
      border: 0 none; }
  .k-calendar .k-footer {
    clear: both;
    background-color: #ffffff; }
  .k-calendar .k-nav-prev,
  .k-calendar .k-nav-next {
    height: 26px;
    width: 26px;
    color: #ffffff;
    position: absolute;
    top: .429em;
    line-height: 26px; }
  .k-calendar .k-nav-prev {
    left: 0px; }
  .k-calendar .k-nav-next {
    right: 0px; }
  .k-calendar .k-nav-fast {
    margin: 0 20px;
    flex: 1; }
  .k-calendar .k-nav-today {
    flex: 1; }
  .k-calendar .k-content {
    margin: 0;
    width: 100%;
    height: 14.167em;
    text-align: right;
    float: left;
    background-color: #ffffff; }
    .k-calendar .k-content .k-link {
      line-height: 1.5; }
    .k-calendar .k-content.k-meta-view.k-century .k-link {
      line-height: 1.5;
      text-align: left; }
  .k-calendar .k-animation-container .k-content {
    height: 100%; }
  .k-calendar .k-content .k-link {
    overflow: hidden; }
  .k-calendar .k-alt,
  .k-calendar .k-weekend,
  .k-calendar .k-other-month {
    opacity: 0.6; }
  .k-calendar .k-alt {
    text-align: center; }
  .k-calendar .k-state-hover,
  .k-calendar .k-state-selected {
    opacity: 1; }
  .k-calendar .k-meta-view .k-link {
    text-align: center;
    line-height: 4; }
  .k-rtl .k-calendar .k-nav-prev .k-icon,
  .k-rtl .k-calendar .k-nav-next .k-icon {
    transform: scaleX(-1); }

.k-calendar-container {
  padding: 0; }
  .k-calendar-container .k-calendar {
    border-width: 0; }

.k-calendar.k-calendar-infinite {
  box-sizing: content-box;
  width: auto;
  display: inline-flex;
  vertical-align: bottom; }
  .k-calendar.k-calendar-infinite .k-content {
    text-align: center; }

.k-calendar .k-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px; }

.k-calendar[dir='rtl'] .k-content.k-scrollable,
.k-rtl .k-calendar .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px; }

.k-calendar[dir='rtl'] .k-calendar-view .k-content th,
.k-rtl .k-calendar .k-calendar-view .k-content th {
  text-align: right; }

.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0; }

.k-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  line-height: 2em; }
  .k-calendar-header .k-title {
    font-weight: bold; }
  .k-calendar-header .k-today {
    cursor: pointer;
    color: #159DE4; }
    .k-calendar-header .k-today:hover, .k-calendar-header .k-today:focus {
      color: #2f84b1; }

.k-calendar-monthview,
.k-calendar-view {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden;
  box-sizing: content-box;
  padding: 0 1em;
  width: 17em;
  height: 21.07143em; }
  .k-calendar-monthview .k-calendar-header,
  .k-calendar-view .k-calendar-header {
    flex: 0 0 auto;
    margin-left: -8px;
    padding-left: 8px; }
    .k-calendar-monthview .k-calendar-header .k-title,
    .k-calendar-view .k-calendar-header .k-title {
      margin-left: -8px; }
  .k-calendar-monthview .k-content,
  .k-calendar-view .k-content {
    position: relative;
    flex: 1 0 auto; }
    .k-calendar-monthview .k-content > table,
    .k-calendar-view .k-content > table {
      position: relative;
      z-index: 1;
      width: auto; }
    .k-calendar-monthview .k-content th,
    .k-calendar-view .k-content th {
      border: 0;
      text-align: left;
      font-weight: bold;
      opacity: 0.6; }
    .k-calendar-monthview .k-content td,
    .k-calendar-view .k-content td {
      cursor: default;
      text-align: center;
      height: 2.42857em;
      border-width: 0; }
    .k-calendar-monthview .k-content td,
    .k-calendar-monthview .k-content .k-link,
    .k-calendar-view .k-content td,
    .k-calendar-view .k-content .k-link {
      -webkit-border-radius: 1.21429em;
      -khtml-border-radius: 1.21429em;
      -moz-border-radius: 1.21429em;
      -ms-border-radius: 1.21429em;
      -o-border-radius: 1.21429em;
      border-radius: 1.21429em; }
    .k-calendar-monthview .k-content .k-link,
    .k-calendar-view .k-content .k-link {
      cursor: pointer;
      width: 2.42857em;
      height: 2.42857em;
      line-height: 2.42857em;
      padding: 0; }
  .k-calendar-monthview::after,
  .k-calendar-view::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 150%;
    left: -25%;
    box-shadow: 0 0 2.42857em 1.21429em #ffffff; }

.k-calendar-monthview .k-content {
  height: 19em; }

.k-calendar-monthview .k-calendar-weekdays thead {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  font-weight: bold; }

.k-calendar-monthview .k-calendar-weekdays th {
  text-align: center;
  border-width: 0;
  padding: 0;
  line-height: 2.07143em; }

.k-calendar-yearview .k-content table,
.k-calendar-decadeview .k-content table,
.k-calendar-centuryview .k-content table {
  table-layout: auto; }

.k-calendar-yearview .k-content th,
.k-calendar-decadeview .k-content th,
.k-calendar-centuryview .k-content th {
  font-size: inherit;
  height: 2em;
  padding-left: 0;
  padding-right: 0; }

.k-calendar-yearview .k-content td,
.k-calendar-decadeview .k-content td,
.k-calendar-centuryview .k-content td {
  border-radius: 1.7em; }

.k-calendar-yearview .k-content .k-link,
.k-calendar-decadeview .k-content .k-link,
.k-calendar-centuryview .k-content .k-link {
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em; }

.k-calendar-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 5em;
  z-index: 2; }
  .k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px 1px; }
  .k-calendar-navigation::before {
    top: 0; }
  .k-calendar-navigation::after {
    bottom: 0; }
  .k-calendar-navigation .k-content {
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .k-calendar-navigation .k-content ul {
      width: 5em; }
    .k-calendar-navigation .k-content li {
      height: 2em;
      line-height: 2em;
      cursor: pointer;
      padding: 0 16px; }
  .k-calendar-navigation .k-calendar-navigation-marker {
    font-weight: bold; }
  .k-calendar-navigation .k-calendar-navigation-highlight {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 100%;
    height: 2em;
    box-sizing: border-box;
    border-width: 1px 0;
    border-style: solid; }

.k-calendar {
  background-clip: padding-box; }
  .k-ie11 .k-calendar,
  .k-edge12 .k-calendar,
  .k-edge13 .k-calendar {
    background-clip: border-box; }
  .k-calendar .k-footer .k-nav-today {
    color: #159DE4; }
  .k-calendar .k-header {
    border-bottom-color: rgba(0, 0, 0, 0.08); }
  .k-calendar .k-content .k-today {
    color: #159DE4; }
    .k-calendar .k-content .k-today.k-state-selected {
      color: contrast-wcag(#159DE4); }
  .k-calendar .k-alt,
  .k-calendar .k-weekend {
    background: #f2f2f2; }
  .k-calendar .k-content .k-alt {
    border-right-color: rgba(0, 0, 0, 0.08); }
  .k-calendar .k-state-selected.k-state-hover,
  .k-calendar .k-weekend.k-state-selected.k-state-hover {
    background-color: #159DE4;
    color: #ffffff; }
  .k-calendar .k-calendar-navigation {
    box-shadow: inset -1px 0 rgba(0, 0, 0, 0.08);
    background-color: #f6f6f6; }
    .k-calendar .k-calendar-navigation .k-content > ul > li:hover {
      color: #2f84b1; }
  .k-calendar .k-calendar-navigation-highlight {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff; }
  .k-calendar .k-calendar-weekdays thead {
    background-color: #ffffff; }
  .k-calendar[dir='rtl'] .k-calendar-navigation,
  .k-rtl .k-calendar .k-calendar-navigation {
    box-shadow: inset 1px 0 rgba(0, 0, 0, 0.08); }

.k-calendar .k-content.k-year .k-state-hover,
.k-calendar .k-content.k-decade .k-state-hover,
.k-calendar .k-content.k-century .k-state-hover {
  border: 1px solid transparent; }

.dropdown {
  float: right; }
  .dropdown ul {
    margin: -1px 0px 0px 0px;
    margin: -0.0625rem 0rem 0rem 0rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px; }
  .dropdown li {
    margin: 8px 0px;
    margin: 0.5rem 0rem; }
    .dropdown li:first-child {
      margin-top: 5px; }
  .dropdown dd {
    position: relative; }
  .dropdown a,
  .dropdown a:visited {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-size: 0.75rem; }
  .dropdown dt a {
    background-color: transparent;
    display: block;
    padding: 0px 0px 0px 10px;
    min-height: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    overflow: hidden;
    border: 0;
    width: 100%;
    text-align: right;
    color: #159DE4; }
    .dropdown dt a:after {
      color: #159DE4;
      position: relative; }
    .dropdown dt a span {
      cursor: pointer;
      display: inline-block;
      padding: 0 3px 2px 0;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #159DE4;
      font-weight: 500; }
  .dropdown .multi-selected {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #159DE4;
    font-weight: 500;
    display: inline; }
  .dropdown .multi-selected span {
    cursor: pointer;
    display: inline;
    padding: 0 3px 2px 0; }
  .dropdown dd ul {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    top: 2px;
    right: 0;
    width: 200px;
    list-style: none;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100000; }
  .dropdown span.value {
    display: none; }
  .dropdown dd ul li a {
    padding: 5px;
    display: block; }
  .dropdown dd ul li a:hover {
    background-color: #ffffff; }

.dropdown-filters {
  text-align: left !important; }

.dropdown-filter {
  float: none;
  display: inline-block;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

/* Made by Jimmy Gillam */
/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

input[type=checkbox] {
  display: none; }

.check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.6px solid #777777;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  text-align: left; }
  .check-box::before, .check-box::after {
    position: absolute;
    height: 0;
    width: 2.4px;
    background-color: #159DE4;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5; }
  .check-box::before {
    top: 14.4px;
    left: 8.2px;
    box-shadow: 0 0 0 1px #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .check-box::after {
    top: 7.4px;
    left: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .check-box span {
    display: inline-block;
    padding-left: 25px;
    width: 180px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #777777;
    vertical-align: top; }

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: #159DE4; }
  input[type=checkbox]:checked + .check-box::after,
  .check-box.checked::after {
    height: 10px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards; }
  input[type=checkbox]:checked + .check-box::before,
  .check-box.checked::before {
    height: 24px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards; }
  input[type=checkbox]:checked + .check-box span,
  .check-box.checked span {
    color: #159DE4; }

.mutliSelect .disabled .check-box {
  border: 1.6px solid #c4c4c4 !important; }
  .mutliSelect .disabled .check-box span {
    color: #c4c4c4 !important;
    cursor: default; }
  .mutliSelect .disabled .check-box::before, .mutliSelect .disabled .check-box::after {
    background-color: #c4c4c4 !important; }
  .mutliSelect .disabled .check-box::after {
    height: 10px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards; }
  .mutliSelect .disabled .check-box::before {
    height: 24px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards; }

/* Theme color */
.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .filter-wrapper .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    width: calc(100% - 120px); }
    .filter-wrapper .input-group .select-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 0 0 10px; }
  .filter-wrapper .clear-all-btn {
    margin: 0 0 0 10px; }
    .filter-wrapper .clear-all-btn .btn {
      padding: .68em .8em; }

.filter-personnel .select-wrapper {
  max-width: 25%; }

.select-wrapper {
  position: relative; }
  .select-wrapper select {
    display: none; }

.select-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  text-decoration: none;
  text-align: left;
  padding: 0;
  color: #555555;
  width: 100%;
  height: 32px;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .select-btn .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    padding: 8px;
    padding: 0.5rem;
    margin: 0px 25px 0px 0px;
    margin: 0rem 1.5625rem 0rem 0rem;
    align-items: center; }
  .select-btn .caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    padding: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .select-btn img {
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .select-btn img ~ img {
      margin-left: 5px; }
  .select-btn .icon, .select-btn .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .select-btn span:before,
  .select-btn .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .select-btn span:before {
    margin-right: 0px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 3px; }
    .select-btn .icon ~ .icon, .select-btn .k-calendar .k-nav-prev span:before ~ .icon, .k-calendar .k-nav-prev .select-btn span:before ~ .icon, .select-btn .k-calendar .k-nav-next span:before ~ .icon, .k-calendar .k-nav-next .select-btn span:before ~ .icon, .select-btn .k-calendar .k-nav-prev .icon ~ span:before, .k-calendar .k-nav-prev .select-btn .icon ~ span:before, .select-btn .k-calendar .k-nav-prev span:before ~ span:before, .k-calendar .k-nav-prev .select-btn span:before ~ span:before, .k-calendar .k-nav-next .select-btn .k-nav-prev span:before ~ span:before,
    .select-btn .k-calendar .k-nav-next .icon ~ span:before, .k-calendar .k-nav-next .select-btn .icon ~ span:before, .k-calendar .k-nav-prev .select-btn .k-nav-next span:before ~ span:before,
    .select-btn .k-calendar .k-nav-next span:before ~ span:before, .k-calendar .k-nav-next .select-btn span:before ~ span:before {
      margin-left: 5px; }
  .select-btn[select-box="visible"] .caret {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.select-list {
  display: none;
  list-style: none;
  background: white;
  padding: 0;
  margin: 5px 0px 0px 0px;
  margin: 0.3125rem 0rem 0rem 0rem;
  position: absolute;
  min-width: 210px;
  width: 100%;
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1s ease-in-out;
  -khtml-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  max-height: 175px;
  overflow-y: auto;
  min-height: 40px; }
  .select-list li.search {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border: 1px solid rgba(85, 85, 85, 0.1);
    border-width: 0 0 1px 0;
    background: rgba(21, 157, 228, 0.05); }
    .select-list li.search .icon, .select-list li.search .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .select-list li.search span:before,
    .select-list li.search .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .select-list li.search span:before {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      font-size: 1.25rem;
      padding: 0 .75rem; }
    .select-list li.search .clear {
      display: none;
      align-items: center;
      height: 100%;
      padding: 0 .75rem;
      font-size: 1.25rem;
      cursor: pointer; }
    .select-list li.search input {
      height: 100%;
      border: none;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: transparent; }
  .select-list li.no-result {
    display: none;
    height: 50px;
    line-height: 50px;
    padding: 0 .75rem !important;
    text-align: center; }
  .select-list li.option {
    padding: 0 .75rem;
    height: 42px;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #000000; }
    .select-list li.option img {
      width: 25px;
      margin-right: 5px;
      margin-left: -5px;
      vertical-align: middle;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .select-list li.option .icon, .select-list li.option .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .select-list li.option span:before,
    .select-list li.option .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .select-list li.option span:before {
      margin-right: 5px;
      vertical-align: middle;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      color: #d0d0d0;
      height: 20px;
      width: 20px;
      min-width: 20px;
      background-color: transparent;
      border: 1.6px solid #d0d0d0;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      .select-list li.option .icon:before, .select-list li.option .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .select-list li.option span:before,
      .select-list li.option .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .select-list li.option span:before {
        display: none;
        position: relative;
        top: -5px;
        left: -5px; }
    .select-list li.option:hover {
      background: rgba(0, 0, 0, 0.05); }
    .select-list li.option[selected] {
      background: #159de4;
      color: #ffffff; }
    .select-list li.option[disabled] {
      opacity: 0.25;
      filter: alpha(opacity=25); }
    .select-list li.option[placeholder] {
      display: none !important; }
    .select-list li.option .check {
      align-items: center;
      color: #159DE4;
      border: 1.6px solid #159DE4; }
      .select-list li.option .check:before {
        display: block; }
  .select-list li.group span {
    cursor: default;
    padding: 8px;
    padding: 0.5rem;
    display: block;
    user-select: none;
    font-weight: 500; }
    .select-list li.group span ~ li {
      padding-left: 2rem !important; }
  .select-list li.group ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .select-list li.group ul li {
      padding-left: 1.5rem;
      border-bottom: 1px solid #ffffff; }

.input-group {
  position: relative;
  margin: 1rem 0; }
  .input-group label {
    display: block;
    margin-bottom: .5rem;
    color: #159DE4; }

input[type=text],
input[type=search],
select,
textarea {
  display: block;
  width: 100%;
  padding: .5rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  outline: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  input[type=text]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    border-color: rgba(0, 0, 0, 0.5); }

span[text] {
  font-size: 1.1rem;
  position: relative;
  display: block;
  margin: 1rem 0 .5rem; }
  span[text]:before {
    position: relative;
    content: attr(text);
    display: inline-block;
    background: #333;
    color: #64ffda;
    padding-right: .75rem;
    z-index: 1; }
  span[text]:after {
    content: '';
    display: block;
    height: 1px;
    background: #64ffda;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }

sup {
  color: #64ffda;
  font-weight: 500;
  font-size: .75rem;
  top: -1em; }

.container {
  width: 80%;
  max-width: 1024px;
  margin: auto; }

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

.row:before, .row:after {
  content: '';
  display: table;
  clear: both; }

.half {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 15px; }

@media screen and (max-width: 789px) {
  .half {
    width: 100%; } }

/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }

@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

@-moz-keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 18px; } }

.fancy-btn {
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  position: relative;
  top: 50%;
  display: block;
  min-width: 10%;
  line-height: 55px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #F2594B;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .fancy-btn:hover {
    background-color: #f46f63; }

.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -webkit-transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out;
  -khtml-transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out;
  -moz-transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out;
  -ms-transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out;
  -o-transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out;
  transition: opacity 0.25s ease 0s visibility linear 0.35s ease-in-out; }
  .modal-overlay.state-show {
    opacity: .7;
    visibility: visible;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.2s, 0s;
    -o-transition-duration: 0.2s, 0s;
    -webkit-transition-duration: 0.2s, 0s;
    transition-duration: 0.2s, 0s; }

.modal-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 50;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden; }
  .modal-frame.state-appear {
    visibility: visible; }
    .modal-frame.state-appear .modal-inset {
      -webkit-animation: modalComeIn 0.25s ease;
      -khtml-animation: modalComeIn 0.25s ease;
      -moz-animation: modalComeIn 0.25s ease;
      -ms-animation: modalComeIn 0.25s ease;
      -o-animation: modalComeIn 0.25s ease;
      animation: modalComeIn 0.25s ease;
      visibility: visible;
      /* to keep @ final state */ }
    .modal-frame.state-appear .modal-body {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1, 1);
      -khtml-transform: translateY(0) scale(1, 1);
      -moz-transform: translateY(0) scale(1, 1);
      -ms-transform: translateY(0) scale(1, 1);
      -o-transform: translateY(0) scale(1, 1);
      transform: translateY(0) scale(1, 1);
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; }
      .modal-frame.state-appear .modal-body p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; }
  .modal-frame.state-leave {
    visibility: visible; }
    .modal-frame.state-leave .modal-inset {
      -webkit-animation: modalHeadOut 0.35s ease 0.1s;
      -khtml-animation: modalHeadOut 0.35s ease 0.1s;
      -moz-animation: modalHeadOut 0.35s ease 0.1s;
      -ms-animation: modalHeadOut 0.35s ease 0.1s;
      -o-animation: modalHeadOut 0.35s ease 0.1s;
      animation: modalHeadOut 0.35s ease 0.1s;
      visibility: visible; }
    .modal-frame.state-leave .modal-body {
      opacity: 0;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
      -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
      -webkit-transform: translateY(25px);
      transform: translateY(25px); }

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px); } }

.modal {
  display: block;
  vertical-align: middle;
  text-align: center; }

.modal-inset {
  position: relative;
  padding: 20px 15px;
  background-color: white;
  min-width: 300px;
  max-width: 400px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 1px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .modal-inset .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .4;
    z-index: 5; }
    .modal-inset .close:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.modal-header {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 10px; }
  .modal-header h3 {
    font-weight: 700;
    padding-bottom: 22px;
    display: block;
    color: #F2594B;
    text-align: left;
    position: relative;
    padding: 0 30px 5px 0;
    margin-top: -7px; }

.modal-body {
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
  .modal-body p {
    padding-bottom: 10px; }
  .modal-body .ps {
    font-size: 12px;
    opacity: 0.3;
    filter: alpha(opacity=30); }

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8, 0.8);
    -khtml-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -khtml-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8, 0.8);
    -khtml-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -khtml-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8, 0.8);
    -khtml-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    -khtml-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) scale(1, 1);
    -khtml-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    -khtml-transform: translateY(35px) scale(0.97, 0.97);
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -o-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }

@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) scale(1, 1);
    -khtml-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    -khtml-transform: translateY(35px) scale(0.97, 0.97);
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -o-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }

@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) scale(1, 1);
    -khtml-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    -khtml-transform: translateY(35px) scale(0.97, 0.97);
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -o-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }

html.modal-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.overflowVisible {
  overflow: hidden !important; }

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 5577;
  color: #555555; }
  .modal-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.1);
    left: -10px; }
  .modal-wrapper table {
    font-size: 13px; }
    .modal-wrapper table td {
      padding: 5px 3px; }
    .modal-wrapper table h4 {
      margin: 0;
      color: #000000; }
    .modal-wrapper table span {
      display: block;
      color: #777777;
      margin: 0; }
    .modal-wrapper table .td-assignment-name h4 {
      width: 140px !important;
      max-width: 140px !important; }
    .modal-wrapper table .td-assignment-period {
      min-width: 85px; }
    .modal-wrapper table .td-resource-unit span {
      width: 115px !important;
      max-width: 115px !important; }
    .modal-wrapper table .icon-duty-warning {
      color: #ff8400;
      cursor: pointer; }

.modal-content {
  height: 100%;
  overflow: auto; }
  .modal-content .icon-legend .icon-details {
    display: inline-block;
    width: calc(50% - 5px); }
  .modal-content h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #159DE4;
    margin: 10px 0; }
  .modal-content h4 {
    margin-bottom: 10px;
    color: #777777; }
    .modal-content h4 .icon, .modal-content h4 .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .modal-content h4 span:before,
    .modal-content h4 .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .modal-content h4 span:before {
      margin-right: 5px; }

.trigger-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -khtml-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer; }

.trigger-close:before {
  color: #555555;
  font-size: 28px;
  font-size: 1.75rem; }

/* ================ OPEN RIGHT =================== */
.modal-right {
  width: 500px;
  max-width: 500px;
  opacity: 0;
  top: 46px;
  right: -45%;
  left: inherit; }

.modal-right.open {
  opacity: 1;
  right: 0;
  left: inherit; }

.modal-right * {
  padding: 0;
  opacity: 1; }

.modal-right.open * {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.modal-right .modal-header * {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.modal-right .modal-header {
  padding: 10px 45px 10px 10px;
  position: relative;
  border: 0 none;
  height: 160px; }
  .modal-right .modal-header h2 {
    padding: 10px 0;
    color: #555555; }
  .modal-right .modal-header h4 {
    color: #555555;
    margin-bottom: 5px; }

.modal-main {
  padding: 0 10px;
  height: calc(100% - 220px);
  overflow: hidden;
  overflow-y: auto; }
  .modal-main .activity-section {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .modal-main .activity-section.activity-notes {
      border-bottom: 0 none; }
  .modal-main .modal-note-content .note {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .modal-main .modal-note-content .note h4 {
      margin-bottom: 0px;
      color: #555555; }

.modal-border {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0; }

.warning-header {
  position: relative;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 2px solid #d6d6d6;
  margin: 20px 0 0 0;
  padding: 0 0 20px; }
  .warning-header div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-transition: all 0.7ms ease-in-out;
    -khtml-transition: all 0.7ms ease-in-out;
    -moz-transition: all 0.7ms ease-in-out;
    -ms-transition: all 0.7ms ease-in-out;
    -o-transition: all 0.7ms ease-in-out;
    transition: all 0.7ms ease-in-out; }
    .warning-header div.assignment-icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 8%;
      -ms-flex: 0 0 8%;
      flex: 0 0 8%; }
    .warning-header div.assignment-name {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 62%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 62%;
      -ms-flex: 0 0 62%;
      flex: 0 0 62%; }
      .warning-header div.assignment-name h4 {
        margin: 0; }
    .warning-header div.assignment-time {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%; }
  .warning-header .warning-close {
    position: absolute;
    background: transparent;
    color: #555555;
    border: none;
    outline: none;
    right: 5px;
    top: -3px;
    cursor: pointer;
    padding: 0px 4px; }
    .warning-header .warning-close .icon, .warning-header .warning-close .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .warning-header .warning-close span:before,
    .warning-header .warning-close .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .warning-header .warning-close span:before {
      font-size: 18px;
      line-height: 22px; }

.activity-warnings {
  position: relative; }

.warnings-list ul {
  margin-left: 10px; }
  .warnings-list ul ul li {
    padding-left: 15px; }
    .warnings-list ul ul li:before {
      content: '';
      position: absolute;
      display: block;
      background: #333333;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      width: 7px;
      height: 2px;
      left: 0px;
      top: 7px; }
  .warnings-list ul > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
    .warnings-list ul > li h3 {
      color: #555555;
      margin: 5px 0; }
    .warnings-list ul > li:before {
      content: '';
      position: absolute;
      display: block;
      background: #fa4;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      left: 0px;
      top: 3px; }

.metric-stats-container .metric-wrapper {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  overflow: hidden; }

.metric-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 0.7ms ease-in-out;
  -khtml-transition: all 0.7ms ease-in-out;
  -moz-transition: all 0.7ms ease-in-out;
  -ms-transition: all 0.7ms ease-in-out;
  -o-transition: all 0.7ms ease-in-out;
  transition: all 0.7ms ease-in-out;
  position: relative;
  border-top-width: 3px;
  border-top-style: solid;
  cursor: pointer;
  padding: 5px 0;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: white -2px 0px 0px 0;
  -khtml-box-shadow: white -2px 0px 0px 0;
  -moz-box-shadow: white -2px 0px 0px 0;
  -ms-box-shadow: white -2px 0px 0px 0;
  -o-box-shadow: white -2px 0px 0px 0;
  box-shadow: white -2px 0px 0px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  .metric-item:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility: visible; }
  .metric-item:after {
    border-width: 7px;
    border-top-color: #ffffff;
    bottom: -14px;
    right: 50%;
    margin-right: -7px; }
  .metric-item.metric-item-missing, .metric-item.metric-item-promoted, .metric-item.metric-item-supervised, .metric-item.metric-item-unsupported, .metric-item.metric-item-all-activities {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .metric-item:after {
    -webkit-transform: translateY(-16px);
    -khtml-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0; }
  .metric-item:after {
    -webkit-transform: translateY(-16px);
    -khtml-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0; }
  .metric-item.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .metric-item.active h3, .metric-item.active span {
    color: #159DE4; }
  .metric-item .metric-title,
  .metric-item .metric-results {
    color: #777777;
    display: block; }
  .metric-item .metric-title {
    min-height: 28px;
    min-height: 1.75rem;
    margin: 3px;
    margin: 0.1875rem;
    text-transform: uppercase;
    font-weight: 400; }
    .metric-item .metric-title span {
      display: block; }
  .metric-item .metric-results {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 300; }
    .metric-item .metric-results span {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 17px;
      line-height: 1.0625rem;
      display: inline-block; }

.slick-initialized .slick-slide {
  -webkit-transition: all 0.4s ease;
  -khtml-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation-name: example;
  animation-duration: 1s; }

@keyframes example {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.slick-slider {
  margin-left: -10px;
  margin-left: -0.625rem; }

.slick-slide {
  vertical-align: top;
  margin-top: 12px;
  margin-top: 0.75rem; }

.cards-title h2 {
  margin: 0px;
  margin: 0rem;
  display: inline-block; }

.cards-title > div {
  float: right; }

.card {
  position: relative;
  margin-left: 20px;
  margin-left: 1.25rem;
  padding: 5px 0px 0px 0px;
  padding: 0.3125rem 0rem 0rem 0rem;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top: 2px dashed transparent;
  border-right: 2px dashed transparent;
  border-bottom: 2px dashed transparent; }
  .card h3 {
    font-weight: 500;
    color: #000000; }
  .card p {
    font-weight: 400;
    color: #777777; }
  .card .card-header,
  .card .card-location,
  .card .card-reason {
    border-bottom: 1px solid #e6e6e6;
    padding: 3px 5px 3px 7px;
    padding: 0.1875rem 0.3125rem 0.1875rem 0.4375rem; }
  .card .card-header {
    padding: 0px 5px 0px 7px;
    padding: 0rem 0.3125rem 0rem 0.4375rem; }
  .card .card-header {
    position: relative; }
    .card .card-header h3 {
      line-height: 20px;
      line-height: 1.25rem;
      display: block; }
    .card .card-header p {
      line-height: 14px;
      line-height: 0.875rem; }
      .card .card-header p.sub-title {
        display: block;
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; }
  .card .indicators-bar {
    position: absolute;
    top: -18px;
    right: 3px; }
    .card .indicators-bar div {
      display: inline-block;
      float: left;
      padding: 3px 5px;
      padding: 0.1875rem 0.3125rem;
      margin-right: 6px;
      margin-right: 0.375rem;
      color: #ffffff; }
    .card .indicators-bar .badge,
    .card .indicators-bar .span-time-indicator {
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
    .card .indicators-bar .span-time-indicator {
      padding: 0px;
      padding: 0rem;
      -webkit-box-shadow: inset 0px -2px #8a8a8a;
      -khtml-box-shadow: inset 0px -2px #8a8a8a;
      -moz-box-shadow: inset 0px -2px #8a8a8a;
      -ms-box-shadow: inset 0px -2px #8a8a8a;
      -o-box-shadow: inset 0px -2px #8a8a8a;
      box-shadow: inset 0px -2px #8a8a8a;
      background-color: #a3a3a3; }
      .card .indicators-bar .span-time-indicator .icon-span-time-period {
        width: 16px;
        height: 20px; }
  .card .card-location li {
    display: block;
    padding-left: 30px;
    padding-left: 1.875rem;
    margin: 0px 0px 2px 0px;
    margin: 0rem 0rem 0.125rem 0rem;
    color: #777777;
    line-height: 23px;
    line-height: 1.4375rem; }
    .card .card-location li:last-child {
      margin: 0; }
    .card .card-location li:before {
      position: absolute;
      left: 5px;
      vertical-align: bottom;
      color: #777777; }
  .card .card-content h3, .card .card-content p {
    display: block; }
  .card .card-content h3 {
    font-weight: 500;
    color: #000000; }
  .card .card-content p {
    font-weight: 400;
    color: #777777;
    padding-right: 0px; }
    .card .card-content p .icon, .card .card-content p .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .card .card-content p span:before,
    .card .card-content p .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .card .card-content p span:before {
      padding-right: 3px; }
      .card .card-content p .icon:before, .card .card-content p .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .card .card-content p span:before,
      .card .card-content p .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .card .card-content p span:before {
        background-color: #a3a3a3;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        padding: 0px 4px;
        padding: 0rem 0.25rem; }
    .card .card-content p span {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem;
      vertical-align: bottom;
      width: calc(100% - 30px); }
  .card .card-content > ul {
    margin: 3px 0px 0px 3px;
    margin: 0.1875rem 0rem 0rem 0.1875rem;
    height: 160px;
    overflow-y: auto; }
    .card .card-content > ul li {
      margin: 0px 1px 3px 0px;
      margin: 0rem 0.0625rem 0.1875rem 0rem;
      padding: 5px 5px;
      list-style: none;
      display: block; }
      .card .card-content > ul li:first-child {
        margin-top: 0px;
        margin-top: 0rem; }
      .card .card-content > ul li:last-child {
        margin-bottom: 0px;
        margin-bottom: 0rem; }
  .card .card-content .activity-duty-invalid {
    background-color: rgba(191, 58, 54, 0.1);
    padding-left: 5px;
    position: relative; }
    .card .card-content .activity-duty-invalid:before {
      position: absolute;
      top: 0;
      right: 5px;
      bottom: 0;
      display: block;
      height: 26px;
      margin: auto;
      text-align: right;
      color: #db0000;
      font-size: 24px;
      font-size: 1.5rem; }
  .card.card-canceled {
    position: relative;
    height: 320px; }
    .card.card-canceled .card-header .card-title {
      padding: 0px 3px;
      padding: 0rem 0.1875rem; }
    .card.card-canceled .card-header .accordion .note-content {
      height: 265px; }
    .card.card-canceled .card-header .time-period {
      margin-top: 0px; }
    .card.card-canceled .title.title-strikethrough {
      position: relative;
      z-index: 1;
      width: auto;
      max-width: 100%;
      display: inline-block;
      margin: 0px 0px 0px -5px;
      margin: 0rem 0rem 0rem -0.3125rem;
      padding: 0px 15px 0px 5px;
      padding: 0rem 0.9375rem 0rem 0.3125rem; }
      .card.card-canceled .title.title-strikethrough:before {
        content: '';
        display: block;
        position: absolute;
        top: 45%;
        left: 0%;
        width: 100%;
        height: 3px;
        background-color: rgba(255, 0, 0, 0.25);
        transform-origin: 0% 0%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: width 300ms ease-in;
        -khtml-transition: width 300ms ease-in;
        -moz-transition: width 300ms ease-in;
        -ms-transition: width 300ms ease-in;
        -o-transition: width 300ms ease-in;
        transition: width 300ms ease-in; }
    .card.card-canceled .card-reason .canceled-time {
      width: 87%;
      margin: 0;
      display: block; }
    .card.card-canceled .card-reason.active {
      position: absolute;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.95);
      width: calc(100% - 10px);
      height: 265px;
      overflow-y: auto;
      border: 0 none; }
    .card.card-canceled .card-reason .resume {
      position: relative;
      overflow: visible;
      display: block;
      padding-bottom: 5px; }
      .card.card-canceled .card-reason .resume span {
        font-weight: bold; }
    .card.card-canceled .card-location ul li {
      margin: 0; }
    .card.card-canceled .card-content ul {
      height: 162px; }
  .card.card-missing .missing-skills-list {
    padding-right: 0px;
    padding-left: 30px; }
    .card.card-missing .missing-skills-list li {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 13px;
      line-height: 0.8125rem;
      min-height: inherit;
      padding-left: 10px;
      color: #777777; }
      .card.card-missing .missing-skills-list li:before {
        content: "-";
        position: absolute;
        margin-left: -10px;
        display: inline-block; }
      .card.card-missing .missing-skills-list li span {
        display: inline-block; }
  .card.card-promoted .card-content p {
    padding-right: 0px; }
  .card.card-promoted .card-content .activity-duty-invalid {
    background-color: #f2f6f7; }
    .card.card-promoted .card-content .activity-duty-invalid:before {
      display: none; }
    .card.card-promoted .card-content .activity-duty-invalid ul {
      margin: 0px 0px 0px 5px;
      margin: 0rem 0rem 0rem 0.3125rem; }
      .card.card-promoted .card-content .activity-duty-invalid ul li span {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 14px;
        line-height: 0.875rem;
        color: #777777; }
  .card.card-supervised .card-content .activity-duty-invalid {
    background-color: #f2f6f7; }
  .card.card-filled .card-content .activity-duty-invalid {
    background-color: #e4deec; }

.cards-container .slick-dots {
  position: relative;
  bottom: 0px; }
  .cards-container .slick-dots li {
    height: 10px; }

.cards-container .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: '';
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
  border: 1px solid #b7b7b7; }

.cards-container .slick-dots li.slick-active button:before {
  background-color: #b7b7b7;
  border: 1px solid transparent; }

.no-data-container {
  position: relative;
  display: block;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 90px;
  margin: 15px auto 0px auto;
  margin: 0.9375rem auto 0rem auto;
  padding-top: 12px; }
  .no-data-container .no-data-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (min-width: 1199px) {
  .card .card-content > ul {
    height: 214px; }
  .card .card-header .accordion .note-content {
    height: 274px; } }

.action-bar {
  position: absolute;
  right: 0px;
  bottom: 5px;
  margin: 0 auto;
  width: 100%;
  z-index: 9999; }
  .action-bar a {
    width: 100%;
    display: block;
    cursor: pointer; }
    .action-bar a.active:after {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -khtml-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .action-bar i {
    color: #777777;
    float: right;
    margin-right: 5px;
    margin-right: 0.3125rem; }

.note-content {
  width: 100%;
  height: 222px;
  display: none;
  padding: 5px;
  position: absolute;
  top: 30px;
  z-index: 1;
  overflow-y: auto;
  background-color: #fff; }
  .note-content .note {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6; }
    .note-content .note h2, .note-content .note p {
      margin: 0px;
      margin: 0rem;
      padding: 0px;
      padding: 0rem; }
  .note-content h2 {
    font-weight: 500;
    color: #555555; }
  .note-content p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    font-weight: 400;
    color: #777777; }
    .note-content p + p {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 12px;
      line-height: 0.75rem; }

.notif {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid;
  margin: 10px 0; }

.info {
  background-color: #6af;
  border-color: #48d; }

.warning {
  background-color: #fa4;
  border-color: #d82; }

.success {
  background-color: #8d5;
  border-color: #6b3; }

.error {
  background-color: #f31;
  border-color: #d10; }

.message-icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  padding: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15); }
  .message-icon > i {
    width: 20px;
    font-size: 20px; }

.message-body {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px; }
  .message-body > p {
    line-height: 1.2;
    margin-top: 6px; }

.message-close {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  outline: none;
  right: 5px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
  padding: 0px 4px; }
  .message-close .icon, .message-close .k-calendar .k-nav-prev span:before, .k-calendar .k-nav-prev .message-close span:before,
  .message-close .k-calendar .k-nav-next span:before, .k-calendar .k-nav-next .message-close span:before {
    font-size: 12px;
    line-height: 22px; }
  .notif:hover .message-close {
    opacity: 1; }
  .message-close:hover {
    background-color: rgba(0, 0, 0, 0.5); }

#timeline-schedule {
  width: 100%;
  background: #ffffff;
  margin-top: 5px;
  margin-top: 0.3125rem;
  position: relative;
  /*height: calc(100% - 150px);*/
  overflow: hidden; }
  #timeline-schedule .timeline-legends {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
    width: 180px;
    min-width: 180px;
    border-right: 1px solid #d1d1d1; }
    #timeline-schedule .timeline-legends .timeline-head-info {
      height: 58px;
      max-height: 58px; }
    #timeline-schedule .timeline-legends .timeline-name {
      margin: 5px 10px;
      margin: 0.3125rem 0.625rem; }
      #timeline-schedule .timeline-legends .timeline-name .btn {
        margin: 0px;
        margin: 0rem;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 12px;
        line-height: 0.75rem;
        width: 48%; }
    #timeline-schedule .timeline-legends .timeline-legend {
      height: 100%;
      position: relative;
      height: 56px; }
      #timeline-schedule .timeline-legends .timeline-legend .timeline-cell {
        border-top: 1px solid #e6e6e6;
        height: 56px; }
      #timeline-schedule .timeline-legends .timeline-legend .legend-image {
        float: left;
        background-color: #777777;
        border-radius: 50%;
        margin: 12px 5px;
        margin: 0.75rem 0.3125rem;
        width: 32px;
        height: 32px;
        display: inline-block;
        position: relative; }
        #timeline-schedule .timeline-legends .timeline-legend .legend-image:before {
          color: #ffffff;
          text-align: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 1px;
          margin: auto;
          line-height: 32px;
          font-size: 20px; }
        #timeline-schedule .timeline-legends .timeline-legend .legend-image img {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          position: relative;
          z-index: 1; }
        #timeline-schedule .timeline-legends .timeline-legend .legend-image .tooltip-content img {
          width: 100%;
          height: 100%;
          border-radius: 0%; }
      #timeline-schedule .timeline-legends .timeline-legend .location-icon {
        float: left;
        width: 28px;
        height: 100%;
        display: inline-block;
        position: relative; }
        #timeline-schedule .timeline-legends .timeline-legend .location-icon:before {
          text-align: center;
          position: absolute;
          top: 10px;
          right: 0;
          bottom: 0;
          left: 1px;
          color: #777777;
          margin: auto;
          line-height: 32px;
          font-size: 28px; }
      #timeline-schedule .timeline-legends .timeline-legend .legend-location {
        float: left;
        margin: 15px 5px;
        margin: 0.9375rem 0.3125rem;
        width: 26px;
        height: 26px;
        display: inline-block;
        position: relative; }
        #timeline-schedule .timeline-legends .timeline-legend .legend-location i {
          color: #777777;
          font-size: 28px;
          font-size: 1.75rem; }
      #timeline-schedule .timeline-legends .timeline-legend .legend-info {
        float: left;
        width: calc(100% - 42px); }
      #timeline-schedule .timeline-legends .timeline-legend .legend-title, #timeline-schedule .timeline-legends .timeline-legend .legend-description {
        width: 140px; }
      #timeline-schedule .timeline-legends .timeline-legend .legend-title {
        margin: 12px auto 0px auto;
        padding: 0 5px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 16px;
        line-height: 1rem;
        font-weight: 500;
        color: #555555;
        display: block; }
      #timeline-schedule .timeline-legends .timeline-legend .legend-description {
        width: 140px;
        margin: 3px auto;
        padding: 0 5px;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 14px;
        line-height: 0.875rem;
        color: #777777; }
  #timeline-schedule .timeline-head-info {
    font-weight: 900;
    position: relative;
    width: 100%;
    height: 36px;
    max-height: 36px; }
  #timeline-schedule .timeline-wrapper {
    display: flex; }
  #timeline-schedule .timeline-block {
    display: block;
    text-align: center; }
  #timeline-schedule .timeline-legend {
    min-width: 50px;
    max-width: 240px;
    width: 100%; }
  #timeline-schedule .timeline-cell {
    text-align: left; }
  #timeline-schedule .timeperiod-arrows {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%; }
    #timeline-schedule .timeperiod-arrows .timeperiod-arrow {
      position: absolute;
      background: #f2f6f7;
      cursor: pointer;
      width: 30px;
      height: 32px; }
      #timeline-schedule .timeperiod-arrows .timeperiod-arrow i:before {
        color: #159DE4; }
      #timeline-schedule .timeperiod-arrows .timeperiod-arrow.disabled i:before {
        color: #ffffff; }
    #timeline-schedule .timeperiod-arrows .timeperiod-prev {
      left: 180px;
      -webkit-transform: rotate(180deg);
      -khtml-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      #timeline-schedule .timeperiod-arrows .timeperiod-prev i {
        vertical-align: middle; }
    #timeline-schedule .timeperiod-arrows .timeperiod-next {
      right: 0px; }
      #timeline-schedule .timeperiod-arrows .timeperiod-next i {
        padding-top: 5px; }
  #timeline-schedule .timeline-container {
    width: 100%;
    overflow: auto;
    /*height: calc(100% - 149px);*/ }
    #timeline-schedule .timeline-container .timeperiod-info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: relative; }
      #timeline-schedule .timeline-container .timeperiod-info .timeperiod {
        width: 100%;
        min-width: 450px;
        height: 36px;
        max-height: 36px;
        line-height: 36px;
        background-color: #f2f6f7;
        border-bottom: 3px solid #c7dde2; }
        #timeline-schedule .timeline-container .timeperiod-info .timeperiod.timeperiod-evening {
          min-width: 225px; }
        #timeline-schedule .timeline-container .timeperiod-info .timeperiod.timeperiod-night {
          min-width: 675px; }
        #timeline-schedule .timeline-container .timeperiod-info .timeperiod .timeperiod-heading {
          color: #555555;
          font-size: 14px;
          font-weight: 700; }
    #timeline-schedule .timeline-container .head-hour-info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #timeline-schedule .timeline-container .head-hour-info .head-hour {
        width: 100%;
        min-width: 75px;
        height: 22px;
        max-height: 22px;
        text-align: left;
        border-bottom: 1px solid #f7f7f7;
        border-left: 1px solid transparent; }
        #timeline-schedule .timeline-container .head-hour-info .head-hour:last-child {
          border-right: 1px solid #d1d1d1; }
        #timeline-schedule .timeline-container .head-hour-info .head-hour:nth-child(6), #timeline-schedule .timeline-container .head-hour-info .head-hour:nth-child(12), #timeline-schedule .timeline-container .head-hour-info .head-hour:nth-child(15), #timeline-schedule .timeline-container .head-hour-info .head-hour:nth-child(24) {
          border-right: 1px dashed #b7b7b7; }
        #timeline-schedule .timeline-container .head-hour-info .head-hour .hourly-interval {
          color: #777777;
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 22px;
          line-height: 1.375rem;
          font-weight: 500; }
    #timeline-schedule .timeline-container .timeline-rows-container {
      position: relative; }
      #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 1;
        filter: alpha(opacity=100); }
        #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row {
          position: relative;
          height: 56px;
          border-bottom: 1px solid #efefef;
          -webkit-animation: slide 1s forwards;
          animation: slide 1s forwards; }
          #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab {
            height: 36px;
            padding: 5px;
            position: absolute;
            top: 10px;
            text-align: left;
            width: 1px;
            opacity: 1; }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-1000px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes slide {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-1000px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab .timeline-wrapper {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab .timeline-act-hours {
              font-size: 11px;
              font-size: 0.6875rem;
              line-height: 11px;
              line-height: 0.6875rem;
              font-weight: 400;
              color: #ffffff;
              position: absolute;
              margin: 5px;
              margin: 0.3125rem; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab .timeline-act-name {
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 25px;
              line-height: 1.5625rem;
              font-weight: 400;
              color: #ffffff;
              padding-top: 4px; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-stand-by .timeline-act-hours,
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-stand-by .timeline-act-name, #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-canceled .timeline-act-hours,
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-canceled .timeline-act-name, #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-promoted .timeline-act-hours,
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-promoted .timeline-act-name {
              color: #555555; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-canceled .timeline-act-name {
              display: inline-block;
              width: auto;
              max-width: 100%;
              position: relative;
              padding-right: 5px; }
              #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.color-canceled .timeline-act-name:before {
                content: '';
                display: block;
                position: absolute;
                top: 58%;
                left: 0%;
                width: 100%;
                height: 3px;
                background-color: rgba(255, 0, 0, 0.25);
                transform-origin: 0% 0%;
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transition: width 300ms ease-in;
                -khtml-transition: width 300ms ease-in;
                -moz-transition: width 300ms ease-in;
                -ms-transition: width 300ms ease-in;
                -o-transition: width 300ms ease-in;
                transition: width 300ms ease-in; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.selectable {
              cursor: pointer; }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab.selectable:hover {
              opacity: 1;
              filter: alpha(opacity=100); }
            #timeline-schedule .timeline-container .timeline-rows-container .timeline-activities .timeline-act-row .timeline-act-tab .timeline-act-hours {
              top: 0;
              right: 0; }
      #timeline-schedule .timeline-container .timeline-rows-container.active-overlay .timeline-activities .timeline-act-row .timeline-act-tab {
        opacity: 0.5;
        filter: alpha(opacity=50); }
        #timeline-schedule .timeline-container .timeline-rows-container.active-overlay .timeline-activities .timeline-act-row .timeline-act-tab.active {
          position: relative;
          z-index: 5;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px;
          -khtml-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px;
          -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px;
          -ms-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px;
          -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 3px; }
  #timeline-schedule .timeline-hour-row {
    height: 100%;
    width: 100%;
    min-width: 75px; }
    #timeline-schedule .timeline-hour-row:nth-child(1) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(2) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(3) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(4) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(5) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(6) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(7) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(14) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(15) .timeline-half-hour, #timeline-schedule .timeline-hour-row:nth-child(16) .timeline-half-hour {
      background-color: #f5f8f9; }
    #timeline-schedule .timeline-hour-row .timeline-hour-wrapper {
      border-bottom: 1px solid #f7f7f7; }
      #timeline-schedule .timeline-hour-row .timeline-hour-wrapper .timeline-half-hour:nth-child(2) {
        border-right: 1px solid #d1d1d1; }
      #timeline-schedule .timeline-hour-row .timeline-hour-wrapper .timeline-half-hour {
        width: 50%;
        height: 55px;
        border-right: 1px solid #f7f7f7; }
        #timeline-schedule .timeline-hour-row .timeline-hour-wrapper .timeline-half-hour:before {
          content: '';
          position: relative;
          background-repeat: repeat;
          background-image: url("../images/table-pattern.png");
          width: 100%;
          height: 40px;
          display: block;
          opacity: 0.7;
          filter: alpha(opacity=70);
          top: 8px; }
    #timeline-schedule .timeline-hour-row:nth-child(7) .timeline-hour-wrapper .timeline-half-hour:nth-child(2), #timeline-schedule .timeline-hour-row:nth-child(13) .timeline-hour-wrapper .timeline-half-hour:nth-child(2), #timeline-schedule .timeline-hour-row:nth-child(16) .timeline-hour-wrapper .timeline-half-hour:nth-child(2), #timeline-schedule .timeline-hour-row:nth-child(25) .timeline-hour-wrapper .timeline-half-hour:nth-child(2) {
      border-right: 1px dashed #b7b7b7; }
  @media only screen and (max-width: 480px) {
    #timeline-schedule .timeline-legends {
      width: 100px; } }

.fix-column {
  float: left; }

.thead {
  height: 57px;
  white-space: nowrap; }

.thead > span {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 0, 0, 0.3);
  text-align: center; }

.trow {
  white-space: nowrap; }

.trow > span {
  display: inline-block;
  width: 120px;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 80px;
  height: 80px; }

.tbody {
  /*height: $timeline-height;*/
  overflow: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rest-columns .tbody {
  /*height: $timeline-height-body;*/ }

.fix-column > .tbody {
  overflow: hidden; }

/*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/
.fix-column > .tbody > .trow {
  margin-top: -50px;
  margin-bottom: 50px; }

.fix-column > .tbody > .trow:first-child {
  margin-top: 0px; }

.rest-columns > .thead {
  margin-right: 10px;
  overflow: hidden; }

/*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
.rest-columns > .thead > span {
  margin-right: 50px;
  margin-left: -50px; }

.rest-columns > .thead > :first-child {
  margin-left: 0px; }

input.people-checkbox {
  display: inline; }

label.people-checkbox-label {
  margin-left: 4px;
  font-weight: normal;
  font-size: 14px; }

.checkbox-label {
  font-family: roboto !important;
  vertical-align: middle; }

.icon-check-box-outline::before,
.icon-check-box::before {
  vertical-align: middle; }

.disabled-checkbox {
  color: #adadad; }

.search-field {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 7px 2px 10px;
  transition: all 0.5s;
  width: 40%;
  height: 32px;
  float: left;
  margin-bottom: 10px;
  margin-top: 5px;
  vertical-align: bottom; }
  .search-field:hover, .search-field:focus {
    background: #f2f6f7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px; }
  .search-field button,
  .search-field input {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    outline: 0;
    font-weight: 400; }
  .search-field button {
    cursor: pointer;
    margin: 2px 0;
    background-color: #159DE4;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 24px;
    height: 24px; }
    .search-field button i {
      color: #ffffff;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px;
      line-height: 1.5rem; }
  .search-field input {
    flex: 1; }
    .search-field input::placeholder {
      color: #adadad; }
  .search-field .spinner {
    animation: spinner 1s infinite linear;
    display: none;
    padding: 0 0.25em; }
    .search-field .spinner i {
      height: 28px;
      color: #159DE4;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      line-height: 1.5rem; }

#search.loading button {
  display: none; }

#search.loading .spinner {
  display: block; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
