body {
  font-family: "Noto Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.fixed-nav-btn {
  position: fixed;
  top: 0vh;
  left: -40px;
  height: 64px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: 1031;
}

.fixed-nav-btn:hover {
  position: fixed;
  left: -20px;
  border-style: solid;
  border-color: #9bb0ff77;
  transition: all .2s ease-in-out;
}

.fixed-fnc-btn {
  position: fixed;
  top: 0vh;
  right: -40px;
  height: 64px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  transform: rotate(180deg);
  z-index: 1031;
}

.fixed-fnc-btn:hover {
  position: fixed;
  right: -20px;
  border-style: solid;
  border-color: #9bb0ff77;
  transition: all .2s ease-in-out;
}

.footer {
  position: fixed;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  color: #212529;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #4790fc;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}


/* Skip Up and Down in Tasks and CR (order Workunit) */
.dca-container {
  display: grid;
  grid-template-columns: 16px;
  grid-template-rows: 12px 12px;
  grid-gap: 0.75rem;
  margin: 0.25rem;
  padding: 0;
  position: relative;
  top: -8px;
}

.dca-skip-up {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding: 0;
  margin: 0;
}

.dca-skip-down {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}


.dca-box-main {
  margin-top:65px;
  height: calc(100vh - 121px);
  overflow-y: auto;
}

.dca-toast {
  position: fixed;
  top: calc(65px + 1rem);
  right: 2rem;
  z-index: 1061;
  /* width: 300px; */
  /* border: 3px solid #73AD21; */
}

/* Hide Number Arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  /* width: 30px; */
}

.hover-dl:hover {
  background-color: #e9ecef !important;
  cursor: pointer;
}
