﻿.top-notification {
  z-index: 10000;
}

.top-notification .k-notification-container {
  outline: 1px solid #d2232a;
}

.top-notification .k-notification-error {
  background: white;
  color: #d2232a;
}

.top-notification .k-icon {
  outline: 1px solid #d2232a;
}

.nav-link, .dropdown-item {
  text-decoration: none !important;
}

/* Centre the checkbox to the label next to it */
.k-checkbox {
  margin-top: 3px;
}

/* Centre Header Titles*/
/* non-sortable headers */
.k-grid th.th-centre {
  text-align: center;
  vertical-align: middle;
}

/* sortable headers */
th.th-centre .k-cell-inner > .k-link {
  justify-content: center;
}

div.container {
  min-height: 700px;
}

.grid-menu {
  margin-bottom: 0.6rem;
}

.timeline {
  list-style: none;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 10px;
  left: 75%;
  margin-left: -5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  position: relative;
  float: left;
  width: calc(70% - 15px);
  background-color: white;
  z-index: 11;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 2px 3px 10px 2px #DDD;
  -moz-box-shadow: 2px 3px 10px 2px #DDD;
  box-shadow: 2px 3px 10px 2px #DDD;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 36px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #eaeaea;
  border-right: 0 solid #eaeaea;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 37px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.timeline > li > .timeline-view {
  line-height: 65px;
  position: absolute;
  top: 20px;
  left: 85%;
  margin-left: -35px;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 65px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 75%;
  margin-left: -35px;
  background-color: #673AB7;
  z-index: 10;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-top-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-bottom-left-radius: 50%;
  border: 5px solid #eaeaea;
}

.timeline > li > .timeline-badge i {
  font-size: 28px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  margin-right: -15px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #56c392 !important;
}

.timeline-badge.success {
  background-color: #4CAF50 !important;
}

.timeline-badge.warning {
  background-color: #FFC107 !important;
}

.timeline-badge.danger {
  background-color: #c92b1f !important;
}

.timeline-badge.info {
  background-color: #03A9F4 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    float: right;
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*---------------------------------------------
      Timeline Left Aligned Style
----------------------------------------------*/
.timeline2-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline2-centered:before, .timeline2-centered:after {
  content: " ";
  display: table;
}

.timeline2-centered:after {
  clear: both;
}

.timeline2-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  background: #f5f5f6;
  top: 20px;
  bottom: 20px;
  margin-left: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.timeline2-centered .timeline2-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline2-centered .timeline2-entry:before, .timeline2-centered .timeline2-entry:after {
  content: " ";
  display: table;
}

.timeline2-centered .timeline2-entry:after {
  clear: both;
}

.timeline2-centered .timeline2-entry.begin {
  margin-bottom: 0;
}

.timeline2-centered .timeline2-entry.left-aligned {
  float: left;
}

.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-icon {
  float: right;
}

.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline2-centered .timeline2-entry.left-aligned .timeline2-entry-inner .timeline2-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner {
  position: relative;
  margin-left: -20px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
  clear: both;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner:before, .timeline2-centered .timeline2-entry .timeline2-entry-inner:after {
  content: " ";
  display: table;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time > span {
  display: block;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-time > span:last-child {
  font-size: 12px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 70px;
  height: 70px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 21px;
  float: left;
  border: 5px solid #eaeaea;
  margin-left: -15px;
  margin-top: 40px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-primary {
  background-color: #56c392;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-secondary {
  background-color: #9e9e9e;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-success {
  background-color: #4CAF50;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-info {
  background-color: #03A9F4;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-warning {
  background-color: #FFC107;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-icon.bg-danger {
  background-color: #c92b1f;
  color: #fff;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label {
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  margin-left: 70px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 45px;
  border: 0px solid #eaeaea;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2, .timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label p {
  margin: 0;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label p + p {
  margin-top: 15px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 a {
  color: #56c392;
}

.timeline2-centered .timeline2-entry .timeline2-entry-inner .timeline2-label h2 span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.timeline2-icon i {
  font-size: 28px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.lds-dual-ring {
  display: inline-block;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: -4px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-color: #405ba3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-title {
  background-color: #e1e1e1;
  border-radius: 3px;
  cursor: pointer;
}

.title-name {
  font-weight: bold;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
}

label {
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.flex-1 {
  flex: 1;
}

.in-valid .k-label .k-form-label,
.in-valid .auto-complete-message {
  color: #DA362B;
}

.disable-interact li.k-list-item.telerik-blazor {
  background: none;
  cursor: initial;
  user-select: none;
  outline: none;
  pointer-events: none;
}

.k-form-field-error > .k-input {
  border-color: #dc3545 !important;
}

.k-form-buttons[hidden] {
  display: none;
}

.k-master-row {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.position-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.width100pc {
  width: 100%;
}

.app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  background-color: #1E3E5E;
  padding: 40px;
  margin-top: auto;
}

.footer-text, .footer-text:hover {
  color: #FFFFFF;
  padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E3E5E;
}

* {
  font-family: "Nunito Sans", sans-serif;
}

.bg-group {
  background-color: #F0F2F9;
  margin: 1.5rem;
  border-radius: 0.3rem;
}

.page-title {
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}

.report-btn {
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
}

.button-dropdown-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.reset-dropdown-btn {
  margin-top: -20px;
}

.file-flow-dropdown-btn {
  margin-top: 20px;
}

.k-calendar-header .k-button-text {
  color: black;
}

.k-calendar-header .k-button-icon {
  color: black;
}

.modal .k-form fieldset.k-form-fieldset.communication-channel {
  padding-inline: 10px;
  padding-bottom: 20px;
  border: 1.5px solid #969696;
}

.label-title {
  font-weight: bold;
}

.label-description {
  color: #5c5c5c;
  font-size: smaller;
}

.secondary-textarea {
  height: 90px;
}

.secondary-textarea textarea {
  flex: auto !important;
}

.underlined-link {
  text-decoration: underline;
}

.k-form .k-form-field {
  margin-top: 1rem;
}

div.k-form-buttons.k-actions-start {
  margin-top: 2rem;
}

.feedback-container {
  width: 60px;
  height: 10rem;
  display: grid;
  justify-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-text {
  align-self: center;
  transform: rotate(-90deg);
  font-size: 16px;
  font-weight: bold;
}

.feedback-button {
  background-color: #FCBC41;
  color: black;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.feedback-button:hover,
.feedback-button:focus,
.feedback-button:active {
  background-color: #FCBC41;
  color: black;
  border: none;
  box-shadow: none;
}

.rating-container {
  position: relative;
  display: inline-block;
}

.rating-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.rating-label {
  width: 20%;
  text-align: center;
  font-size: 12px;
  color: #555;
}

.rating-label-middle {
  width: 20%;
  visibility: hidden;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/a/1/s/src/Websites/Correla.Dfp.Portal.Client/Styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AACA;EACI;;;AAGJ;AACA;AACA;EACI;EACA;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;;AAGR;AAAA;AAAA;AAIA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAGI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI,kBA5oBmB;EA6oBnB;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OAvpBmB;;;AA0pBvB;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA%22%7D */