@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --text: #7c7474;
  --title: #3d4d5d;
  --lightgrey: #f1f3f7;
  --green: #198754;
  --yellow: #ffc107;
  --orange: #ff8200;
  --darkorange: #e65000;
  --darkred: #cc0000;
  --blue: #2355c7;
  --black: #000;
}
a {
  color: var(--orange);
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* */
body {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--text);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--title);
  font-weight: 600;
}
.navbar-brand img {
  width: 150px;
}
.navbar .btn-link,
.nav-link {
  color: var(--title);
}
footer.footer {
  background-color: var(--lightgrey);
}
footer.footer a {
  text-decoration: none;
  color: var(--title);
}
.orange {
  color: var(--orange);
}
.blue {
  color: var(--blue);
}
.relative {
  position: relative;
}
.btn-newsletter {
  padding: 12px 24px;
  display: inline-block;
  border: 2px solid var(--title);
  border-radius: 50px;
  line-height: 1;
}
.btn-newsletter svg {
  width: 12px;
  height: 12px;
}
.lkicon {
  background: #707070;
  padding: 6px;
  display: inline-block;
  line-height: 1;
}
.lkicon svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  display: block;
  vertical-align: middle;
}
.lkicon:hover,
.lkicon:focus {
  background-color: #0073b2;
}
.maxwdt {
  max-width: 650px;
}
.fs-icn {
  font-size: 3rem;
}
label.form-label {
  font-weight: 600;
}
.btn-orange {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--bs-white);
}
.btn-orange:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--bs-white);
}
/**/
.btnpills .form-check {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.btnpills .form-check-input {
  opacity: 0;
}
.btnpills .form-check-label {
  background: var(--bs-gray-200);
  color: var(--bs-gray-900) !important;
  font-weight: 500;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.4rem;
  margin: 0 0.125rem 0.25rem 0;
  cursor: pointer;
}
.btnpills .form-check-input:checked + .form-check-label {
  background: var(--bs-gray-700);
  color: var(--bs-white) !important;
}
.nbg {
  background-image: url("../../../images/Popup-Help-BG.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.qn > span {
  margin-right: 1rem;
  display: inline-block;
  border: 1px solid var(--orange);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: var(--orange);
  text-align: center;
  line-height: 2rem;
  font-weight: 500;
}
.hpills .nav-link {
  text-align: left;
  font-weight: 600;
  color: var(--orange);
}
.hpills.nav-pills .nav-link.active,
.hpills.nav-pills .show > .nav-link {
  background-color: var(--orange);
  color: var(--bs-white);
}

.multiple-input-list tbody td {
  border-bottom: 1px solid var(--orange);
}
.hpills-noicon .nav-link {
  text-align: left;
  font-weight: 600;
  color: var(--black);
  border: 1px solid var(--lightgrey);
  background-color: var(--lightgrey);
  font-weight: normal;
  font-size: 0.85rem;
}
.hpills-noicon .nav-link strong {
  font-weight: 600;
}
.hpills-noicon.nav-pills .nav-link.active,
.hpills-noicon.nav-pills .show > .nav-link {
  background-color: var(--lightgrey);
  color: var(--black);
  border: 1px solid var(--orange);
  font-weight: normal;
}
.btn-out {
  border: 1px solid var(--bs-border-color-translucent);
  display: inline-block;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.btn-out .btn {
  border-radius: 0.5rem;
}
.btn-out input:checked + label.btn-1 {
  background: var(--bs-danger);
  color: var(--bs-white);
}
.btn-out input:checked + label.btn-2 {
  background: var(--orange);
  color: var(--bs-white);
}
.btn-out input:checked + label.btn-3 {
  background: var(--bs-success);
  color: var(--bs-white);
}
.btn-out input:checked + label.btn-4 {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.dep {
  display: none;
}
.hf {
  height: calc(100% - 1.5rem);
}
.bgblue {
  background: var(--blue);
  color: var(--bs-white);
}
.white {
  color: var(--bs-white);
}
.donutwrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.chart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
}
.chart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: var(--blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  font-size: 2.75rem;
  line-height: 1;
}
.square {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}
.catcard {
  border: 1px solid #ddd;
}
.tp {
  color: var(--title);
  background-color: #eceeef;
  border-radius: 0.5rem;
  padding: 0.125rem 0.75rem;
}
.donutwrapsm {
  width: 100px;
}
.ar {
  position: relative;
  aspect-ratio: 1.414/1;
}
.ar::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 1rem;
  background-color: var(--blue);
}
.ar::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  background-color: var(--blue);
}
.blueicon {
  color: var(--bs-white);
  line-height: 1;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  border-radius: 0.75rem;
  display: block;
  color: var(--bs-white);
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
}
.donutwrapsm .chart-text {
  font-size: 1.5rem;
  color: var(--bs-white);
}
.roundblue {
  background-color: var(--blue);
  border-radius: 50%;
}
.bggrey {
  background-color: #eceeef;
}
.black {
  color: #000;
}
.bg-orange {
  background-color: var(--orange);
}
.pagina-pdf {
  color: var(--black);
}
.strongblk strong:first-of-type {
  display: block;
}
.portlist span {
  display: inline-block;
  color: var(--bs-white);
  background: var(--blue);
  margin-right: 0.5rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.pno {
  position: absolute;
  bottom: 1.25rem;
  left: 1rem;
  right: 1rem;
  font-size: 85%;
  font-weight: 600;
}
.nounder {
  text-decoration: none;
}
.catlist span {
  background: var(--bs-gray-200);
  color: var(--bs-gray-900) !important;
  font-weight: 500;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.4rem;
  margin: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}
/* Tmp */
.tp + .list-unstyled > .tp {
  margin-top: calc(-1rem - 5px);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.hpills .nav-link {
  padding-left: 4rem;
  font-size: 95%;
  min-height: 60px;
  position: relative;
  margin-bottom: 0.5rem;
}
.hpills .hi {
  position: absolute;
  left: 0.75rem;
  font-size: 2rem;
  line-height: 1;
  top: 50%;
  margin-top: -1rem;
}
#totop {
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--orange);
  color: #ffffff;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  line-height: 30px;
  z-index: 900;
  box-sizing: content-box;
}
.vtop {
  vertical-align: top;
}
.vtop .small {
  font-size: 95%;
}
.xsmall {
  font-size: 75%;
}
table p,
table ol,
table ul {
  margin-bottom: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--orange);
}
.pointer {
  cursor: pointer;
}
.grid-view {
  overflow-x: hidden;
}
.page-link.active,
.active > .page-link {
  background-color: var(--orange);
  border-color: var(--orange);
}
.page-link {
  color: var(--orange);
}
/* incident */
.list-cell__notifica {
  padding-bottom: 1rem !important;
}
.list-cell__notifica .radio {
  position: relative;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.list-cell__notifica .radio::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.35rem;
  left: 1.125rem;
  bottom: 0;
  right: 0;
  background: var(--bs-secondary-bg);
  border-radius: 0.375rem;
}
.list-cell__notifica .radio::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.35rem;
  left: 1.125rem;
  bottom: 0;
  width: calc(33% - 1.125rem);
  background: var(--bs-success);
  border-radius: 0.375rem;
}
.list-cell__notifica .radio:nth-child(2)::after {
  width: calc(66% - 1.125rem);
  background: var(--bs-warning);
}

.list-cell__notifica .radio:nth-child(3)::after {
  width: calc(100% - 1.125rem);
  background: var(--bs-danger);
}
.control-label {
  padding-top: 0.45rem;
}
.nobold strong {
  font-weight: 600;
}
.gantt .bar-progress {
  fill: var(--bs-success-bg-subtle);
}
.form-check-input {
  border-color: rgb(33, 37, 41);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
}
@media (min-width: 992px) {
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}

/* Generated by Glyphter (http://www.glyphter.com) on  Tue Jan 28 2025*/
@font-face {
  font-family: "hisol";
  src: url("../fonts/hisol.eot");
  src: url("../fonts/hisol.eot?#iefix") format("embedded-opentype"),
    url("../fonts/hisol.woff") format("woff"),
    url("../fonts/hisol.ttf") format("truetype"),
    url("../fonts/hisol.svg#hisol") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="hi-"]:before {
  display: inline-block;
  font-family: "hisol";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hi-b1:before {
  content: "\0041";
}
.hi-b2:before {
  content: "\0042";
}
.hi-b3:before {
  content: "\0043";
}
.hi-b4:before {
  content: "\0044";
}
.hi-b5:before {
  content: "\0045";
}
.hi-b6:before {
  content: "\0046";
}
.hi-b7:before {
  content: "\0047";
}
.hi-b8:before {
  content: "\0048";
}
.hi-b9:before {
  content: "\0049";
}
.hi-b10:before {
  content: "\004a";
}
.hi-b11:before {
  content: "\004b";
}
.hi-b12:before {
  content: "\004c";
}
.hi-b13:before {
  content: "\004d";
}
.hi-b14:before {
  content: "\004e";
}
