@charset "UTF-8";
.fs-s {
  font-size: small;
}

.fs-xs {
  font-size: xx-small;
}

.label,
label {
  color: #5c678f !important;
}

.fixed {
  position: fixed !important;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* 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 #346be1;
  border-top-width: 0;
}

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

.grid-view th {
  white-space: nowrap;
}

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

.form-group {
  margin-bottom: 1rem;
}

.pagination > li > a,
th > a {
  color: #1a2035 !important;
  text-decoration: none !important;
}

.pagination > li.active {
  background-color: #E0F7FA;
}

/*Plano de formação*/
.plano-label {
  color: #adb5bd;
  width: 170px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: gainsboro;
  text-align: end;
  padding-right: 10px;
}

.plano-data {
  padding-left: 10px;
}

.dropdown-header {
  margin-bottom: -10px;
  color: #1a2035;
}

.bg-highligth-success {
  background-color: #DCEDC8;
  padding: 4px 10px;
  border-radius: 20px;
}

.bg-highligth-danger {
  background-color: #fce4ec;
  padding: 4px 10px;
  border-radius: 20px;
}

.bg-highligth-dark {
  background-color: #e8eaf6;
  padding: 4px 10px;
  border-radius: 20px;
}

.bg-highligth-primary {
  background-color: #e0f7fa;
  padding: 4px 10px;
  border-radius: 20px;
}

.bg-danger-light {
  background-color: #fce4ec;
}

.col-sticky {
  min-width: 40px;
  position: sticky;
  right: 0;
  z-index: 100;
  background-color: white !important;
}

.page-pdf {
  max-width: 800px;
  min-width: 800px;
  width: 800px;
  padding: 20px;
}

.grid-view,
.scroll-x {
  overflow-x: auto;
}

.bg-planned {
  background-color: #FFAB91 !important;
}

.bg-executed {
  background-color: #8BC34A !important;
}

form div.required label:not(.radio-inline):first-child:after,
span.required:first-child:after {
  padding-left: 5px;
  content: "*";
  color: #F44336;
}

form div.required div.custom-radio label:after {
  content: "" !important;
}

.news-title {
  margin: 0;
  color: #2a2f5b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.news-icon {
  width: 64px;
  min-width: 64px;
}

.tp-new:after {
  content: "Novo";
  position: absolute;
  font-weight: 600;
  font-size: small;
  background-color: yellow;
  margin-left: 7px;
  padding: 0 4px;
  border: 1px dashed orange;
}

.tp-admin:after {
  content: "ADMIN";
  position: absolute;
  font-weight: 600;
  font-size: xx-small;
  background-color: yellow;
  margin-left: -30px;
  margin-top: -13px;
  padding: 0 4px;
  border: 1px dashed orange;
}

/* spinner */
.spinner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin: 0px auto;
  animation: rotation 0.6s infinite linear;
  border-left: 8px solid #2ad4ff;
  border-right: 8px solid #2ac6ff;
  border-bottom: 8px solid rgba(0, 72, 255, 0.349);
  border-top: 8px solid #2259ff;
  border-radius: 25%;
  z-index: 1051;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* -------------- */
.sidebar-item-label.active {
  color: #00838f;
  font-weight: 400;
}

.table-col-date {
  width: 100px;
}

.btn.dropdown-toggle {
  margin: 0 !important;
}

.dropdown-menu.kv-checkbox-list {
  padding-left: 10px;
}

.face-md {
  width: 250px;
}

.face-sm {
  width: 50px;
  border-radius: 25px;
}

.growl-close {
  background-color: transparent;
  border: 0;
  float: right;
  font-weight: bold;
  font-size: large;
}

.group-title {
  color: #2d2d58;
  font-weight: 700;
  padding: 2rem 0.25rem 0rem;
  border-bottom: 1px solid #dbd9e8;
  margin-bottom: 1rem;
}

.dots {
  z-index: 4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
}

.bg-image {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgb(225, 246, 250)), url("../data/site/images/fundo.jpg");
  background-size: cover;
}

.zoom {
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
}

.zoom:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card-footer {
  display: flex;
  justify-content: end;
}

.survey-separator {
  width: 50%;
  border-bottom: 1px solid #c1dae7;
  margin: 1.5rem auto;
}

.face-border {
  border: 1px solid #4DD0E1;
  padding: 1px;
}

.bg-status.run {
  background-color: #e5fee1 !important;
}

.border-status {
  border-radius: 8px;
}

.border-status.run {
  border: 2px dashed #8BC34A !important;
}

.bg-status.stopped {
  background-color: #f7e7e7 !important;
}

.border-status.stopped {
  border: 2px dashed #EC407A !important;
}

.mon-loom {
  padding-left: 5px;
  border-left: 5px solid;
}

.mon-label {
  width: 100px;
  color: #607D8B;
  font-size: smaller;
}

.mon-image {
  width: 40px;
  text-align: center;
}

.op-status {
  padding: 0.15rem 0.5rem;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.op-status-0 {
  background-color: #e1f5fe;
  color: black;
}

.op-status-2 {
  background-color: hsl(112, 94%, 94%);
  color: black;
}

.op-status-3 {
  background-color: hsl(0, 94%, 94%);
  color: black;
}

.col-fix-40 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}

.col-fix-60 {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}

.col-fix-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

.col-fix-100 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.col-fix-120 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}

.col-fix-160 {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}

.col-fix-180 {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}

.col-fix-200 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.col-fix-250 {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.item-link:hover {
  background-color: rgba(152, 152, 152, 0.2);
  cursor: pointer;
}

.selected {
  background-color: #F1F8E9 !important;
}

.bg-help {
  background: #FFF9C4;
  padding: 0 5px;
}

.alert-custom {
  background-color: #a0d3ff;
}

.table-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  background-color: #f5f7fd;
  padding: 3px 15px 0 15px;
  border-radius: 14px;
}

ul.pagination {
  margin-bottom: 0;
}

.page-link {
  color: #1a2035;
  min-width: 30px;
  text-align: center;
}

.page-counter {
  display: flex;
  margin-right: 0.75rem;
}

.page-link-input {
  height: 28px;
  width: 75px;
  border: 1px solid #dee2e6;
  text-align: center;
  color: #1a2035;
  margin: 0 4px 0 2px;
  border-radius: 14px;
}

.page-summary {
  padding: 5px;
}

.page-dropdown {
  padding: 0 12px;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  height: 28px;
  background-color: #ffffff !important;
}

.page-dropdown > .dropdown-toggle::after {
  margin-left: 6px;
}

.page-dropdown > .dropdown-toggle {
  border: 0;
  padding-top: 3px;
  background-color: transparent;
}

.page-content-flexible {
  flex: 0 0 auto;
  margin: auto;
}

@media (min-width: 992px) {
  .page-content-flexible {
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .page-content-flexible {
    width: 75%;
  }
}
@media (min-width: 1320px) {
  .page-content-flexible {
    width: 60%;
  }
}
.sidebar-content > ul > li {
  line-height: 1 !important;
}

.avatar-img,
.border-face {
  border-radius: 7px;
  box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
  border: 0px;
}

.img-sm {
  width: 170px;
}

.img-md {
  width: 360px;
}

img.full-screen {
  cursor: pointer;
  border-radius: 5px;
}

img.full-screen:hover {
  transform: scale(1.05);
}

.lbl-rigth {
  text-align: end;
  padding-right: 0.5rem;
}

.img-thumb {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.nothing-to-show {
  color: #24b9d2;
  font-style: italic;
  text-align: center;
}

.certificate {
  padding: 0.25rem;
  margin: 5px;
}

.cert-img-1 {
  height: 150px;
  width: 150px;
}

.cert-img-2 {
  height: 150px;
  width: 305px;
}

.text-tp {
  text-transform: uppercase;
  font-stretch: ultra-condensed;
  color: #727275;
}

.form-select,
.select2-container--krajee-bs5 .select2-selection,
input[type=text],
input[type=password],
textarea {
  background-color: #fffef9 !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
  height: calc(2.75rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
}

.table {
  --bs-table-striped-color: #2a2f5bc7;
  --bs-table-color: #2a2f5bc7;
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.02) !important;
}

.bg-important {
  background-color: #f5f5f5 !important;
}

.nav {
  --bs-nav-link-padding-y: 0 !important;
}

.card-link:hover {
  cursor: pointer !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: #6861CE !important;
}

.scrollbar-hidden {
  overflow: -moz-scrollbars-none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.card-title-secondary {
  color: #1b1f34;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-stretch: ultra-condensed;
  border-bottom: 1px dotted #c6c6c6;
}

.form-select {
  padding: 0.6rem 2.25rem 0.6rem 0.75rem !important;
}

select.form-control {
  background-color: #fffef9;
}

td > table > tbody > tr > td, table > tbody > tr > th {
  background-color: transparent !important;
}/*# sourceMappingURL=site.css.map */