:root {
  --clr-primary: #146edc;
  --clr-secondary: #cccccc;
  --clr-trim: #808080;
  --clr-text-primary: #ffffff;
  --clr-text-secondary: #000000;
  --clr-text-header-primary: #000000;
  --clr-bg: #f5f5f5;
  --clr-bg-contrast: #cecece;
  --clr-text-bg: #000000;
  --img-logo: url("/api/theme/GetImage/logo?v=9ADBC11C");
  --img-headerLogo: url("/api/theme/GetImage/headerLogo?v=9ADBC11C");
  --img-background: url("/api/theme/GetImage/background?v=9ADBC11C");
  --img-icon: url("/api/theme/GetImage/icon?v=9ADBC11C");
}
:root {
  --clr-primary-darker-10: #1057ad;
  --clr-warn: darkorange;
  --clr-error: red;
  --header-height: 2.5em;
  --mobile-header-height: 3em;
}
.wrap {
  position: relative;
  height: 50vh;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.minimal-accent-shading {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.fit-under-header {
  box-sizing: border-box;
  --header-height: 2.5em;
  height: calc(100vh - var(--header-height));
}
.antpanels_wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 5em;
  height: inherit;
}
.antpanels_wrap .base {
  position: relative;
  margin: auto;
  width: 5em;
  height: 5em;
}
.antpanels_wrap .base .overlay,
.antpanels_wrap .base .underlay {
  position: absolute;
  border-radius: 0 1.1em 0 1.1em;
}
.antpanels_wrap .base .overlay {
  background: #146edc;
  width: 5em;
  height: 5em;
  animation: slide 2s infinite;
  z-index: 300;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.antpanels_wrap .base .underlay {
  background: black;
  width: 5em;
  height: 5em;
  z-index: 100;
}
.antpanels_wrap .base .ant {
  position: absolute;
  background: #cccccc;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  z-index: 200;
}
.antpanels_wrap .caption {
  position: relative;
  top: 1em;
  text-align: center;
  margin: auto;
  padding: 0;
}
.antpanels_wrap .base .ant1 {
  animation: antslide 2s linear 0s infinite;
}
.antpanels_wrap .base .ant2 {
  animation: antslide 2s linear 0.08666667s infinite;
}
.antpanels_wrap .base .ant3 {
  animation: antslide 2s linear 0.17333333s infinite;
}
.antpanels_wrap .base .ant4 {
  animation: antslide 2s linear 0.26s infinite;
}
.antpanels_wrap .base .ant5 {
  animation: antslide 2s linear 0.34666667s infinite;
}
.antpanels_wrap .base .ant6 {
  animation: antslide 2s linear 0.43333333s infinite;
}
.antpanels_wrap .base .ant7 {
  animation: antslide 2s linear 0.52s infinite;
}
@keyframes slide {
  0%, 100% {
    top: -1.1em;
    right: -1.1em;
  }
  50% {
    top: 1.1em;
    right: 1.1em;
  }
}
@keyframes antslide {
  0%, 25%, 100% {
    left: 0.1em;
    top: 0.1em;
    background: #cccccc;
  }
  38% {
    left: 3.9em;
    top: 0.1em;
  }
  50%, 75% {
    left: 3.9em;
    top: 3.9em;
    background: #b3b3b3;
  }
  88% {
    left: 0.1em;
    top: 3.9em;
  }
}
.sfupload-sizing {
  width: 15em;
  height: 10em;
}
.single-file-upload-wrapper {
  position: relative;
  width: 15em;
  height: 10em;
  border: 0.2em dashed #146edc;
  background-color: #f5f5f5;
}
.single-file-upload-wrapper:hover {
  background-color: #cecece;
}
.single-file-upload-wrapper div.uploadtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-file-upload-wrapper div.uploadtext span.file-name {
  word-wrap: break-word;
  padding: 0.5em;
  font-family: monospace;
  width: auto;
  height: 50%;
}
.single-file-upload-wrapper div.uploadtext img.file-preview {
  padding: 0.5em;
  width: auto;
  height: 50%;
}
.single-file-upload-wrapper input.uploadbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
  opacity: 0;
}
.toastify-alert {
  display: flex !important;
  gap: 1em;
  background: #f5f5f5 !important;
  border: 1px solid #146edc;
  box-shadow: 0 0.2em 0.3em -0.1em #cecece !important;
  color: #000000 !important;
}
.toastify-alert::before {
  display: flex;
  content: url('../images/icons/icons8-info.svg');
}
.toastify-warn {
  display: flex !important;
  gap: 1em;
  background: #f5f5f5 !important;
  border: 1px solid darkorange;
  color: #000000 !important;
}
.toastify-warn::before {
  display: flex;
  content: url('../images/icons/icons8-info.svg');
}
.toastify-error {
  display: flex !important;
  gap: 1em;
  background: #f5f5f5 !important;
  border: 1px solid red;
  color: #000000 !important;
}
.toastify-error::before {
  display: flex;
  content: url('../images/icons/icons8-info.svg');
}
/* Tabstrip */

.k-tabstrip .k-tabstrip-items .k-item {
  color: #146edc;
}
.k-tabstrip .k-tabstrip-items .k-item.k-active {
  color: #000000;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  overflow: hidden;
}
a {
  color: #146edc;
}
h1 {
  color: #000000;
}
input[type="button"],
button {
  background-color: #146edc;
  color: #ffffff;
  border: none;
  padding: 0.35em 1.5em;
  border-radius: 0.15em;
  cursor: pointer;
  font-size: 1.2em;
}
input[type="button"][disabled],
button[disabled] {
  background-color: #cecece;
}
input[type="button"][disabled]:hover,
button[disabled]:hover {
  box-shadow: none;
}
input[type="button"]:hover,
button:hover {
  box-shadow: 0 0 1em #76a6e0 inset;
}
input[type="button"]:active,
button:active {
  box-shadow: 0 0 0.25em gray inset;
}
.signoutLink {
  color: #ffffff;
}
i.icss-exit {
  width: 0.6em;
  height: 0.8em;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.065em;
  border-radius: 0.05em;
  margin: 0.1em 0.3em 0.1em 0.1em;
}
i.icss-exit:before {
  width: 0.4em;
  height: 0.8em;
  transform: perspective(1em) rotateY(-30deg);
  transform-origin: 0 50%;
  box-shadow: inset -0.06em 0.37em, inset 0.24em 0.37em, inset -0.06em -0.36em, inset 0.24em -0.36em;
  border-radius: 0.03em;
  top: 0;
  left: 0;
}
i.icss-exit:after {
  width: 0.36em;
  height: 0.36em;
  border: 0.18em solid transparent;
  border-right-color: currentColor;
  transform: translateY(-50%);
  box-shadow: 0.16em 0 0 -0.08em;
  top: 50%;
  left: 0.45em;
}
body.Account,
body.Home.UNAuth {
  background-image: url("/api/theme/GetImage/background?v=9ADBC11C");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.Account.ChangePassword {
  background-image: none;
}
.accountForm .errorMsg {
  color: darkred;
}
.accountForm .successMsg {
  color: darkgreen;
}
.accountForm .card {
  display: flex;
  flex-direction: column;
}
.accountForm label {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
.accountForm input {
  margin-left: 1em;
  max-width: 15em;
}
.loginPage:before {
  content: "";
  background-color: #ddd;
  position: absolute;
  opacity: 74%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 1em;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  /* filter: blur(10px); */

  /* margin: -20px; */

}
#passwordPolicy .pass {
  color: green;
}
#passwordPolicy .fail {
  color: red;
}
#passwordPolicy .fa-times:before {
  content: '✖';
  margin-left: 1em;
}
#passwordPolicy .fa-check:before {
  content: '✔';
  margin-left: 1em;
}
.loginPage {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8em 0px;
  padding: 2em;
  border-radius: 1em;
  z-index: 1;
  border-color: var(--clr-primary);
  border-width: thin;
  border-style: solid;
  text-align: center;
  /* Change styles for span and cancel button on extra small screens */

}
.loginPage #passwordPolicy .pass {
  color: green;
}
.loginPage #passwordPolicy .fail {
  color: red;
}
.loginPage #passwordPolicy .fa-times:before {
  content: '✖';
  margin-left: 1em;
}
.loginPage #passwordPolicy .fa-check:before {
  content: '✔';
  margin-left: 1em;
}
.loginPage .alert {
  position: absolute;
  top: 0;
  padding: 1em;
  background-color: yellow;
  left: 0;
  right: 0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  text-align: center;
}
.loginPage .row {
  margin-top: 2em;
  text-align: center;
}
.loginPage #main {
  max-width: 400px;
  margin: auto;
}
.loginPage select:invalid {
  color: gray;
}
.loginPage select,
.loginPage option,
.loginPage input[type=text],
.loginPage input[type=password] {
  width: 100%;
  padding: 9px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  color: #666;
  font-size: 1em;
}
.loginPage option {
  display: block;
  border: 0px;
  border-radius: 0px;
}
.loginPage option[disabled] {
  color: #ccc;
}
.loginPage input[invalid] {
  border: 1px solid #eb4848 !important;
}
.loginPage #loginButton,
.loginPage #OAuthButton {
  padding: 14px 30px;
  margin: 8px 0 0 0;
  border: none;
  font-size: 1em;
}
.loginPage button {
  cursor: pointer;
}
.loginPage .btn {
  background-color: var(--clr-primary);
  color: var(--clr-text-primary);
  border: none;
  padding: 0.35em 1.5em;
  border-radius: 0.15em;
  cursor: pointer;
  font-size: 1.2em;
  text-decoration: none;
}
.loginPage input:disabled {
  background-color: gray !important;
}
.loginPage .logoContainer {
  text-align: center;
  margin: 24px 0 12px 0;
  width: 100%;
}
.loginPage .logoContainer img {
  /*width: 70%;
        max-height: 200px;
        max-width: 200px;*/
  max-width: 400px;
  content: url("/api/theme/GetImage/logo?v=9ADBC11C");
}
.loginPage #loginForm {
  padding: 16px;
}
.loginPage label {
  font-size: 1.1em;
  font-weight: 600;
  display: block;
  text-align: left;
}
.loginPage #error_message {
  color: #eb4848;
  width: 100%;
  text-align: center;
}
.loginPage label[for="rememberMeInput"] {
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .loginPage #loginButton,
  .loginPage #OAuthButton {
    width: 100%;
    float: none;
    padding: 14px 10px;
    border-radius: 5px;
  }
  .loginPage #main {
    padding: 0px;
    border: 0px;
  }
}
.loginPage #loginButtonContainer {
  margin-top: 20px;
  text-align: right;
}
.loginPage #loadingSpinner {
  display: none;
}
.mainBox {
  display: grid;
  grid-template-columns: 12em minmax(30em, 100%);
  height: 100vh;
  height: 100svh;
}
.contentBody {
  padding: 2em;
  padding-top: 0;
  overflow: auto;
}
.portalTaskGrid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
header {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 2.5em;
  grid-template-columns: auto 1fr auto;
  background-color: #146edc;
  color: #ffffff;
}
header > .customLogo {
  grid-column: 1;
  height: 2.5em;
  line-height: 2.5em;
}
header > .customLogo img {
  content: url("/api/theme/GetImage/headerLogo?v=9ADBC11C");
  height: 2.5em;
  z-index: 2;
  left: 1em;
  top: 0.3em;
  position: absolute;
}
header .menuBtn {
  display: none;
}
header > .breadcrumbs {
  grid-column: 2;
  margin: auto;
}
header > .breadcrumbs .breadcrumb:not(:last-child)::after {
  content: " > ";
}
header > .breadcrumbs .breadcrumb .breadcrumb-item {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.2em;
  color: #ffffff;
}
header > .breadcrumbs .breadcrumb .breadcrumb-item.active {
  font-weight: bolder;
}
header > .breadcrumbs .breadcrumb .breadcrumb-item:hover {
  cursor: pointer;
  background-color: #1057ad;
}
header > .breadcrumbs .breadcrumb .breadcrumb-item a {
  display: inline-block;
  text-decoration: none;
  height: 2.5em;
}
header > .breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
header > .breadcrumbs a {
  color: #cccccc;
}
header > .breadcrumbs > nav {
  margin: auto;
}
header > .breadcrumbs ol.breadcrumb {
  margin: 0;
}
header > .utilityPanel {
  grid-column: 3;
  height: 2.5em;
  line-height: 2.5em;
}
#sideNav {
  display: flex;
  flex-direction: column;
  float: left;
  background-color: #f5f5f5;
  border-right: 1px solid black;
  min-width: 12em;
  padding-top: 1.3em;
  max-width: 100%;
  box-sizing: border-box;
  --header-height: 2.5em;
  height: calc(100vh - var(--header-height));
  box-shadow: inset 0 20px 20px -20px #999;
}
#sideNav > a {
  height: 2.1em;
  line-height: 2.1em;
  color: #000000;
  padding-left: 1em;
  text-decoration: none;
}
#sideNav > a::after {
  display: block;
  content: "";
  width: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#sideNav > a:last-child::after {
  border-bottom: none;
}
#sideNav > a.currentPage {
  border-left: 0.5em solid #146edc;
  background-color: white;
  padding-left: 0.5em;
}
#sideNav > a:hover {
  background-color: white;
}
#sideNav > a img {
  height: 1.2em;
  padding-right: 0.5em;
  vertical-align: middle;
}
.mobileOnly {
  display: none;
}
@media (max-width: 700px) {
  .mobileOnly {
    display: inline;
  }
  body {
    overflow: auto;
  }
  header {
    box-sizing: border-box;
    height: 3em;
  }
  .loginPage {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 1em;
    box-sizing: border-box;
    box-shadow: none;
    width: 95%;
    text-align: center;
  }
  .loginPage .logoContainer img {
    width: 70%;
  }
  .mainBox {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .mainBox .breadcrumbs {
    display: none;
  }
  .mainBox .menuBtn,
  .mainBox .accountMenuBox {
    display: block;
    position: relative;
    width: 3em;
    cursor: pointer;
  }
  .mainBox .menuBtn:hover,
  .mainBox .accountMenuBox:hover {
    background-color: #1057ad;
  }
  .mainBox .menuBtn #menuBtnCheckbox,
  .mainBox .accountMenuBox #menuBtnCheckbox {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }
  .mainBox .menuBtn #menuBtnBg,
  .mainBox .accountMenuBox #menuBtnBg {
    width: 100%;
    height: 100%;
    position: absolute;
    mask: url("../icons/menu.png");
    mask-size: contain;
    -webkit-mask: url("../icons/menu.png");
    -webkit-mask-size: contain;
    background-color: #ffffff;
  }
  .mainBox .customLogo {
    grid-column: 2;
    height: inherit;
    line-height: 3em;
    margin: auto;
  }
  .mainBox .customLogo img {
    display: inline-block;
    position: initial;
    height: 80%;
    margin-top: 10%;
  }
  .mainBox #sideNav {
    animation: slide-right 0.3s ease-out;
    display: none;
    height: 100%;
    border-right: none;
  }
  .mainBox #sideNav a {
    height: 3em;
    line-height: 3em;
    font-size: larger;
  }
  .mainBox .contentBody {
    max-height: 100%;
    overflow-y: scroll;
  }
  .mainBox.menuOpen #sideNav {
    display: flex;
  }
  .mainBox.menuOpen .contentBody {
    display: none;
  }
  .mainBox.menuOpen .menuBtn {
    background-color: #1057ad;
  }
}
@media (max-width: 656px) {
  .portalTaskGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .portalTaskGrid .workItemCard {
    margin: auto;
    margin-top: 1em;
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
