﻿/*White*/
/*Lite Yellow*/
/*Lite Blue*/
/*Lite Gray*/
/*Orange*/
/*Dark Blue*/
/*Gray*/
/*Black*/
/*White*/
/*Lite Yellow*/
/*Lite Blue*/
/*Lite Gray*/
/*Orange*/
/*Dark Blue*/
/*Gray*/
/*Black*/
@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
.ptc-callout {
  position: relative;
  padding: 10px;
  margin: 10px 20px 10px 10px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px !important;
  box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color, rgba(0, 0, 0, 0.132)), 0, 0.6px, 1.8px, 0 var(--callout-shadow-secondary-color, rgba(0, 0, 0, 0.108)); }

.ptc-callout-primary {
  border-left-color: #5b9bd5 !important; }

.ptc-callout-secondary {
  border-left-color: #a5a5a5 !important; }

.ptc-callout-success {
  border-left-color: #00ff21 !important; }

.ptc-callout-danger {
  border-left-color: #f01010 !important; }

.ptc-callout-warning {
  border-left-color: #ffd800 !important; }

.ptc-callout-info {
  border-left-color: #86b9e8 !important; }

.custom-control-label::before,
.custom-control-label::after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: -1.8rem;
  margin-top: 8px; }

.ptc.checkbox-container {
  display: flex;
  align-items: center; }

.ptc-drag-selection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid rgba(66, 68, 90, 0.075);
  border-radius: 0.15em;
  padding: 1em 0;
  margin-bottom: 3em; }

.ptc-drag-selection-container::after {
  display: block;
  content: '';
  clear: both; }

.ptc-drag-selection-container .ptc-drag-selection-item {
  height: 3em;
  width: 3em;
  margin: 0.2em;
  background: rgba(66, 68, 90, 0.075);
  border: 2px solid transparent;
  border-radius: 0.15em;
  transition: all 0.3s;
  cursor: pointer; }

.ptc-drag-selection-container div.selected {
  background: #7febc2;
  border: 2px solid rgba(0, 0, 0, 0.075); }

.ptc-drag-selection-selection {
  background: rgba(46, 115, 252, 0.11);
  border-radius: 0.1em;
  border: 2px solid rgba(98, 155, 255, 0.81); }

/*White*/
/*Lite Yellow*/
/*Lite Blue*/
/*Lite Gray*/
/*Orange*/
/*Dark Blue*/
/*Gray*/
/*Black*/
.custom-file-label {
  height: auto;
  padding-right: 80px; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  height: auto; }

.ptc-drag-drop-zone {
  border: 3px dashed #ff6a00;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  color: #aeaeae;
  font-size: 1.5rem;
  cursor: pointer;
  margin: .2rem 0 2rem 0;
  position: relative; }

.ptc-drag-drop-zone:hover {
  background-color: #d7d7d7; }

.ptc-drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a, .btn-link {
  color: #0366d6; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

app {
  position: relative;
  display: flex;
  flex-direction: column; }

.main {
  flex: 1; }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050; }

.invalid {
  outline: 1px solid red; }

.validation-message {
  color: red; }

.content {
  padding-top: 1.1rem; }

#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; }

@media (min-width: 768px) {
  app {
    flex-direction: row; }
  .main {
    flex: 1;
    width: calc(100% - 250px); }
  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important; } }

/*White*/
/*Lite Yellow*/
/*Lite Blue*/
/*Lite Gray*/
/*Orange*/
/*Dark Blue*/
/*Gray*/
/*Black*/
.ptc-header {
  border-left: #5b9bd5 solid 5px;
  border-bottom: #86b9e8 solid 1px;
  padding-left: .5rem;
  padding-bottom: .25rem; }

/*.ptc-section-a {*/
/*color: $accent-color-4 !important;*/
/*min-height: 2.25rem !important;
}*/
/*Override icon padding*/
.material-icons, .fa, .pi, .ui-menuitem .ui-menuitem-icon {
  margin-right: 4px; }

.ptc-sub-section-icon {
  /*color: $accent-color-1;*/
  min-width: 25px;
  text-align: center; }

.ptc-sub-section-nav-item {
  /*background: $primary-color-1;*/
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.9rem; }

.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center; }

.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  z-index: 1000; }

.main .top-row > a, .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem; }

.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis; }

.sidebar {
  background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%); }

.sidebar .top-row {
  background-color: rgba(0, 0, 0, 0.4); }

.sidebar .navbar-brand {
  font-size: 1.1rem; }

.sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px; }

.sidebar .nav-item {
  padding-bottom: 0.2rem; }

.sidebar .nav-item:first-of-type {
  padding-top: 1rem; }

.sidebar .nav-item:last-of-type {
  padding-bottom: 1rem; }

.sidebar .nav-item a {
  color: #d7d7d7;
  border-radius: 4px;
  display: flex;
  align-items: center; }

.sidebar .nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white; }

.sidebar .nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white; }

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1); }

.nav-link {
  display: block;
  padding: .5rem .75rem; }

.navbar-brand {
  padding-top: 0; }

@media (min-width: 768px) {
  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0; }
  .main .top-row {
    position: sticky;
    top: 0; }
  .navbar-toggler {
    display: none; }
  .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block; } }

#ptcModalContainer {
  z-index: 110; }

#ptcModalOverlay {
  z-index: -1; }

.ptc-modal-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ptc-modal-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.ptc-modal-active {
  display: flex; }

.ptc-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

.ptc-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
  padding: .75rem;
  background: #ddeaf6; }

.ptc-modal-title {
  margin-bottom: 0; }

.ptc-modal-content {
  padding: .75rem;
  overflow-y: auto;
  overflow-x: hidden; }

.ptc-modal-close {
  padding: 1rem;
  margin: -1.5rem -1rem -1.5rem auto;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold; }

.ptc-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #e9ecef;
  padding: .75rem; }

.ptc-spinner-container {
  position: absolute;
  padding-top: 3px;
  z-index: 999;
  overflow: visible;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.ptc-spinner-container:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.ptc-spinner-container-fullscreen:before {
  height: 200%; }

/*.ptc-spinner-container-only-element {
    height: 100%;
    width: 100%;
}*/
.ptc-spinner {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

/*White*/
/*Lite Yellow*/
/*Lite Blue*/
/*Lite Gray*/
/*Orange*/
/*Dark Blue*/
/*Gray*/
/*Black*/
.ptc-tooltip {
  position: relative;
  display: inline-block !important;
  color: #5b9bd5; }

.ptc-tooltip .ptc-tooltiptext {
  visibility: hidden;
  width: auto;
  min-width: 350px;
  background-color: white;
  color: #5b9bd5;
  font-weight: 400;
  text-align: left;
  border-radius: .25rem;
  padding: 5px 10px;
  position: absolute;
  z-index: 4000;
  bottom: 110%;
  margin-left: -200px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border: 1px solid #5b9bd5;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4); }

.ptc-tooltip:hover .ptc-tooltiptext {
  visibility: visible;
  animation: fadein .75s; }
