/************************************************
***************STRUCTURE*************************
************************************************/
:root {
  --primary-color: #2b2d4f;
  --white: #fff;
  --work-area-bg: #f4f4f4;

  --print-clearly-regular: 'print_clearlyregular';
  --alegreya-sans-regular: 'alegreya_sans_scregular';
  --good-timesregular: 'good_timesregular';

  --transition-overlay: opacity 0.4s ease;
  --transition-box-shadow: filter 0.75s ease;
}

body {
  overflow: hidden;
}

a {
  color: inherit;
  outline: inherit;
  text-decoration: inherit;
}

.nicescroll-rails {
  margin-right: 5px;
  z-index: 999 !important;
}

.nicescroll-rails div {
  -moz-border-radius: 10px 0px 10px 0px !important;
  -webkit-border-radius: 10px 0px 10px 0px !important;
  border-radius: 15px 0px 15px 0px !important;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.portal-body {
  background-image: url("../../../img/background/bg3.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.body-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: -o-calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px);
  margin-top: 10px;
  white-space: nowrap;
}

.loading-overlay {
  position: sticky;
  top: 0;
  bottom: 0;
  background-color: #2b2d4f;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;

  background-image: url("../../../img/portal/loading3.gif");

  background-position: 50%, -o-calc(50% - 30px);
  background-position: 50%, -webkit-calc(50%- 30px);
  background-position: 50%, -moz-calc(50% - 30px);
  background-position: 50% calc(50% - 30px);
  background-size: 100px 100px;
  background-repeat: no-repeat;

  opacity: 0%;
  z-index: -1;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 100px 20px rgba(0, 0, 0, 1);

  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.loading-overlay-loading {
  opacity: 80%;
  z-index: 10;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

.overlay-absolute {
  position: absolute;
}

.menu-item {
  cursor: pointer;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.menu-item-hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.menu-item-clicked {
  filter: drop-shadow(0px 6px 2px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/************************************************
***************HEADER****************************
************************************************/

.portal-header {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;

  box-sizing: border-box;
  text-align: center;
}

.side-menu-icon-container {
  display: inline;
  vertical-align: middle;
}

.side-menu-icon {
  height: 30px;
}

.drawer-icon-container {
  left: 0;
  display: inline;
  vertical-align: middle;
}

.drawer-icon {
  height: 30px;
  visibility: hidden;
}

.overmind-logo-container {
  display: inline-block;
  vertical-align: middle;
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100%- 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.overmind-logo {
  height: 48px;
}

/************************************************
***************SIDE MENU*************************
************************************************/
.side-menu {
  width: 280px;
  height: 100%;
  margin-left: -280px;

  padding: 48px 30px 0 30px;
  box-sizing: border-box;

  display: inline-block;
  vertical-align: middle;

  text-align: left;
}

.side-menu-right {
  width: 280px;
  height: 100%;
  margin-right: -280px;

  padding: 48px 30px 0 8px;
  box-sizing: border-box;

  display: inline-block;
  vertical-align: middle;

  text-align: right;
}

.right-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important;
  font-family: "alegreya_sans_scregular";
  text-transform: lowercase;
  font-size: 16px;
  color: white;
  z-index: 0;
}

.right-menu:hover {
  cursor: pointer;
}

.align-vertical {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.menu-gray-warning {
  font-family: "print_clearlyregular";
  font-size: 18px;
  margin-bottom: 12px;
  color: #bebebe;
}

.side-menu-modules-area {
  display: flex;
  flex-direction: column;
}

.popup-export {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 118px;
}

.side-menu-modules-area {
  width: max-content;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden !important;
}

.side-menu-item {
  font-family: "good_timesregular";
  font-size: 14px;
  color: white;
  margin-top: 10px;
  /* margin-bottom: 20px; */
  display: inline-block;
}

.side-menu-user {
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: white;
  white-space: pre-wrap;
}

.menu-bottom-group {
  width: 250px;
  position: fixed;
  bottom: 0;
}
/************************************************
***************WORK STRUCTURE********************
************************************************/
.work-area-container {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
}

.work-tab {
  height: 30px;
  width: 330px;

  padding-top: 10px;

  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;

  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;

  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);

  background-color: #2b2d4f;
  display: inline-block;
  vertical-align: top;

  position: absolute;

  cursor: pointer;
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.work-tab-active {
  top: 2px;
  z-index: 2;
  color: white;
}

.work-tab-inactive {
  top: 2px;
  z-index: 0;
  background-color: #191a2d;
  color: #7f7f7f;
  webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.work-tab-inactive-hover {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.work-tab-inactive-clicked {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.work-tab-text {
  font-family: "good_timesregular";
  font-size: 14px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.work-tab-text-hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.work-tab-text-clicked {
  filter: drop-shadow(0px 6px 2px rgba(255, 255, 255, 1));
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.work-tab-left {
  left: 10%;
}

.work-tab-middle {
  left: -o-calc(50% - 165px);
  left: -webkit-calc(50% - 165px);
  left: -moz-calc(50% - 165px);
  left: calc(50% - 165px);
}
.work-tab-right {
  right: 10%;
}

.work-tab-base {
  margin: 42px 30px 0px 30px;

  height: 10px;
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);

  border-top: 1px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;

  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 11px 0px rgba(0, 0, 0, 0.75);

  background-color: #2b2d4f;
  position: relative;
  z-index: 1;
}
.work-area-tabbed {
  margin: 0px 30px 0px 30px;

  height: -o-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);

  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);

  background-color: #f4f4f4;
  border-top: 1px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;

  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);

  text-align: left;

  position: relative;

  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;

  z-index: 2;
}

.work-area-tabbed::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.work-area {
  margin: 0px 30px 0px 30px;

  height: 100%;

  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);

  background-color: var(--work-area-bg);
  border-top: 1px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;

  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);

  text-align: left;

  position: relative;
}

/************************************************
***************WORK AREA: REQUEST****************
************************************************/
.work-block-container {
  position: absolute;
  text-align: center;
}

.lite-block {
  width: 450px;
  height: auto;
  margin: 20px 30px 20px 30px;
  padding-bottom: 15px;

  background-color: white;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 16px;

  border: 1px solid transparent;

  position: relative;
  z-index: 1 !important;
}

.lite-block-title {
  font-family: good_timesregular;
  font-size: 12px;
}

.list-title {
  font-family: good_timesregular;
  font-size: 12px;
  margin-top: 14px;
}

.lite-block-line {
  display: flex;
  align-items: center;

  margin-top: 15px;
}

.lite-block-line p {
  font-family: alegreya_sans_scregular;
  font-size: 18px;
}

.lite-test-select {
  width: 100%;
}

.lite-block-header {
  font-size: 14px;
  font-family: good_timesregular;
  color: black;
}

.lite-input-block {
  width: 450px;
  height: auto;
  margin: 20px 30px 20px 30px;
  padding-bottom: 15px;

  background-color: white;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  display: inline-block;
  vertical-align: top;
  text-align: left;

  border: 1px solid transparent;

  position: relative;
  z-index: 1 !important;
}

.lite-input-opme-block {
  width: 1155px;
}

.lite-input-senhas-block {
  width: 820px;
}

.lite-input-block-movable {
  /* cursor: move; */
  border: 1px solid #2b2d4f;
}

.lite-input-block-title {
  width: 100%;
  height: auto;
  background-color: #dcdee8;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.lite-input-block-title-content {
  font-family: "good_timesregular";
  font-size: 12px;
  color: #2b2d4f;
  font-weight: 400;
}

.lite-input-content-line {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: auto;
  padding: 10px 20px 5px 20px;
  box-sizing: border-box;
  gap: normal;
}

.lite-input-content-line:hover,
.lite-input-line:hover {
  background-color: #fbfbfb;
}

.lite-input-line {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  font-weight: bold;
}

.lite-input-line span, .lite-input-line-ext span {
  width: 150px;
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  line-height: 18px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.lite-input-line {
  max-width: 400px;
}

.lite-input-line-ext p {
  font-family: "print_clearlyregular";
  font-size: 18px;
  color: black;
  width: 100%;
  font-weight: bold;
  max-width: 270px;
}

.lite-input-line p {
  font-family: "print_clearlyregular";
  font-size: 18px;
  color: black;
  width: 100%;
  font-weight: bold;
  max-width: 100%;
}

.report-title {
  font-family: "good_timesregular";
  font-size: 12px;
  font-weight: 500;
}

.lite-input-content-line-desc {
  width: 100%;
  max-width: 160px;
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  line-height: 18px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.lite-block-desc, .lite-block-desc-fullwidth {
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: black;
  width: 100%;
  max-width: 270px;
  word-break: break-word;
}

.lite-input-text {
  width: 100%;
  border: 1px solid #949494;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;

  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);

  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: black;

  display: inline-block;
  vertical-align: middle;
}

.lite-input-text-default {
  width: -o-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
}

.lite-input-text-diaria {
  margin-left: 10px;
  margin-right: 20px;
  width: 150px;
}

.lite-input-text-codigo {
  margin-left: 10px;
  margin-right: 20px;
  width: 150px;
}

.lite-input-text-desc {
  margin-left: 10px;
  margin-right: 20px;
  width: 150px;
}

.lite-input-text-opme {
  margin-left: 5px;
  margin-right: 10px;
  width: 100px;
}

.lite-input-text:focus {
  outline: 0;
  border: 1px solid #2b2d4f;

  -webkit-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  -moz-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
}

.lite-text-area {
  border: 1px solid #949494;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;

  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);

  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: black;

  display: inline-block;
  vertical-align: middle;

  resize: none;
}

.lite-text-area-default {
  width: -o-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);

  height: 112px;
}

@-moz-document url-prefix() { 
  .lite-text-area-default {
    height: 167px;
  }
}

.lite-text-area:focus {
  outline: 0;
  border: 1px solid #2b2d4f;

  -webkit-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  -moz-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
}

.lite-select {
  height: 30px;
  width: 260px;

  border: 1px solid #949494;
  padding: 4px 5px 4px 5px;
  box-sizing: border-box;

  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);

  font-family: "print_clearlyregular";
  -moz-font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: black;

  display: inline-block;
  vertical-align: middle;
}

.lite-select-default {
  width: -o-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
}

.lite-select-qtd {
  margin-left: 10px;
  width: 70px;
}

.lite-select option {
  font-family: "print_clearlyregular";
  -moz-font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.lite-select option:disabled {
  color: #f6aa00;
  cursor: not-allowed;
}

.lite-select:focus {
  outline: 0;
  border: 1px solid #2b2d4f;

  -webkit-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  -moz-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
}

.lite-input-missing {
  border: 1px solid #c00000;

  -webkit-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  -moz-box-shadow: 0px 0px 6px 1px rgba(43, 45, 79, 0.7);
  box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 0.7);
}

.lite-result-text {
  width: -o-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);

  padding-top: 2px;

  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;

  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.lite-result-text-codigo {
  margin-left: 10px;
  width: 100px;
}

.lite-result-text-desc {
  margin-left: 10px;
  width: 300px;
  padding-right: 10px;
  box-sizing: border-box;
}

.lite-result-text-qtd {
  margin-left: 10px;
  width: 35px;
}

.lite-result-ok {
  color: black;
}

.lite-result-warning {
  color: #f6aa00;
}

.lite-result-fail {
  color: #c00000;
}

.lite-result-link {
  padding-top: 1px;

  font-family: "print_clearlyregular";
  font-size: 18px;
  color: #2b2d4f;
  font-weight: bold;

  display: inline-block;
  white-space: normal;
  vertical-align: top;

  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-result-link-ok {
  cursor: pointer;
  text-decoration: underline;
}

.lite-result-link-ok:hover {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: auto;

  width: 100%;
  max-width: 260px;
  margin-top: 8px;
  padding: 12px 32px;
  background-color: #2b2d4f;

  font-family: good_timesregular;
  font-size: 12px;
  color: #fff;
  cursor: pointer;

  border: 1px solid white;
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;

  text-shadow: 0px 2px 3px #000000;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 35px 0px rgba(0, 0, 0, 0.75);

  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.lite-button:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 20px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 20px 0px rgba(255, 255, 255, 0.5);

  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.lite-line-button {
  height: 30px;

  background-color: #2b2d4f;
  border: 1px solid white;

  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 8px 0px 8px 0px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);

  display: inline-block;
  vertical-align: top;
  text-align: center;

  padding: 3px 0 3px 0;

  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;

  cursor: pointer;
  position: relative;
}

.lite-line-button-default {
  width: -o-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
}

.lite-line-button-qtd {
  width: 35px;
  float: right;
  margin-right: 27px;
  margin-top: 10px;
}

.lite-line-button-filter {
  width: 250px;
  margin-right: 16px;
}

.shrink-gap {
  margin-right: 26px !important;
}

.lite-line-button-filter-container {
  text-align: left;
  margin-left: 20px;
}

.lite-line-button-hover, .lite-line-button-gestao:hover {
  filter: drop-shadow(0px 2px 3px rgba(43, 45, 79, 0.5));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-line-button-clicked, .lite-line-button-gestao:active {
  filter: drop-shadow(0px 2px 5px rgba(43, 45, 79, 0.75));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-line-button:active {
  top: 2px;
}

.lite-line-button-text {
  font-family: "good_timesregular";
  font-size: 12px;
  color: white;

  display: inline-block;
  vertical-align: middle;

  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-line-button-img {
  height: 22px;
  display: inline-block;
  vertical-align: middle;

  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-line-button-text-hover, .lite-line-button-gestao img:hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-line-button-text-clicked, .lite-line-button-gestao img:active{
  filter: drop-shadow(0px 6px 2px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-input-content-line-codigo {
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.lite-input-content-line-qtd {
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.attachment-line {
  margin-bottom: 10px;
}
.remove-attachment-icon {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.remove-attachment-icon:hover {
  cursor: pointer;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.75));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.remove-attachment-icon:active {
  top: 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.attachment-filename {
  display: inline-block;
  vertical-align: top;
  width: -o-calc(100% - 35px);
  width: -webkit-calc(100%- 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  word-break: break-all;
}

.lite-action-button {
  height: 70px;
  width: 70px;

  background-color: #2b2d4f;
  border: 1px solid white;

  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 8px 0px 8px 0px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 1),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 1);

  display: inline-block;
  vertical-align: middle;
  text-align: center;

  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;

  position: fixed;
  top: -o-calc(100% - 150px);
  top: -webkit-calc(100% - 150px);
  top: -moz-calc(100% - 150px);
  top: calc(100% - 150px);

  left: -o-calc(100% - 150px);
  left: -webkit-calc(100%- 150px);
  left: -moz-calc(100% - 150px);
  left: calc(100% - 150px);

  z-index: 2;

  cursor: pointer;
}

.lite-action-button-hover {
  filter: drop-shadow(0px 0px 7px rgba(43, 45, 79, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-action-button-clicked {
  filter: drop-shadow(0px 0px 12px rgba(43, 45, 79, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-action-button:active {
  top: -o-calc(100% - 148px);
  top: -webkit-calc(100%- 148px);
  top: -moz-calc(100% - 148px);
  top: calc(100% - 148px);
}

.lite-action-button-icon {
  height: 40px;
  display: inline-block;
  vertical-align: middle;

  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-action-button-icon-hover {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-action-button-icon-clicked {
  filter: drop-shadow(0px 6px 2px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.action-button-fodder {
  width: 100%;
  height: 150px;
}

/************************************************
***************WORK AREA: STATUS*****************
************************************************/
.work-block-status-container {
  text-align: center;
  height: 100%;
  width: 100%;

  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}

.lite-status-table-container {
  width: 100%;
  min-width: 1000px;
  height: 100%;

  background-color: white;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  display: inline-block;
  vertical-align: top;
  text-align: left;

  border: 1px solid transparent;

  position: relative;
  z-index: 1;
}

.table-header-container {
  position: relative;
  height: 36px;
}

.lite-status-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  position: relative;
}

.lite-status-head {
  position: relative;
  z-index: 3;

  display: table;
  width: 100%;
  table-layout: fixed;
}

.lite-status-filter-body {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.status-table-filter-container {
  width: 100%;
  height: 0px;
  position: absolute;
  background-color: #edeef3;
  top: 36px;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
}
.lite-header-filtered-icon {
  height: 15px;
  margin-right: 5px;
  margin-left: -20px;
}

.lite-input-text-filter {
  width: 100%;
}

.lite-input-text-filter-patient {
  width: 98%;
}

.lite-input-text-filter-general {
  width: -o-calc(100% - 20px);
  width: -webkit-calc(100%- 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.lite-input-text-filter-date {
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100%- 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-bottom: 10px;
  margin-left: 10px;
}

.lite-input-filter-label {
  width: 20px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-weight: normal;
}

.table-body-container {
  height: -o-calc(100% - 35px);
  height: -webkit-calc(100%- 35px);
  height: -moz-calc(100% - 35px);
  height: calc(100% - 35px);

  box-sizing: border-box;
}

.lite-status-body {
  position: relative;
  z-index: 1;
}

.lite-status-table-header-row {
  background-color: #dcdee8;
  font-family: "good_timesregular";
  font-size: 12px;
  color: #2b2d4f;
  text-align: center;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.lite-status-table-header-row:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(43, 45, 79, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(43, 45, 79, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(43, 45, 79, 0.75);
}

.lite-status-table-header {
  padding: 10px 0px 10px 0px;
}

.lite-status-table-filter {
  padding: 20px 20px 10px 0px;
  vertical-align: top;
}

.lite-status-filter-row {
  font-family: "alegreya_sans_scregular";
  font-size: 16px;
  color: black;
}

.lite-status-table-body-row {
  font-family: "alegreya_sans_scregular";
  font-size: 16px;
  color: black;
  text-align: center;
  border-bottom: 1px solid #dcdee8;

  display: table;
  table-layout: fixed;
  width: 100%;
}
.gestao-usuarios-table-body-row:hover,
.lite-status-table-body-row:hover {
  background-color: #fbfbfb;
}
.lite-status-table-body-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lite-status-line-divider {
  padding-top: 5px;
}
.lite-status-row-icon {
  height: 20px;
  margin-right: 5px;
}
.lite-status-row-text {
  display: inline-block;

  width: -o-calc(100% - 30px);
  width: -webkit-calc(100%- 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.lite-status-row-text-empty {
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: 550;
}

.lite-status-patient-header {
  width: 314px;
  /* padding-left: 30px; */
}
.lite-status-patient-info {
  text-align: left;
  width: 238px;
  padding-left: 20px;
}

.lite-status-patient-name {
  font-weight: 900;
  vertical-align: top;
  color: #2b2d4f;
}

.lite-status-authstatus,
.status-opme,
.lite-status-dischargestatus {
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-status-authstatus:hover,
.status-opme:hover,
.lite-status-dischargestatus:hover {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.25));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-status-token {
  margin-top: 10px;
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  color: #ff9900;

  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.lite-status-token-complete {
  margin-top: 10px;
  font-family: "print_clearlyregular";
  font-size: 18px;
}

.lite-status-token:hover {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.25));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/**************************************************
*********************FULL SCREEN*******************
***************************************************/

.work-block-full-container {
  text-align: center;
  height: 100%;
  width: 100%;

  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}

.lite-full-block {
  width: 100%;
  height: 100%;

  background-color: white;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  display: inline-block;
  vertical-align: top;
  text-align: left;

  border: 1px solid transparent;

  position: relative;
  z-index: 1;
}

.lite-full-block-title {
  width: 100%;
  height: auto;
  background-color: #dcdee8;
  padding: 10px 50px 10px 50px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.lite-full-block-content {
  font-family: "alegreya_sans_scregular";
  font-size: 16px;
  color: black;
  padding: 10px 50px 10px 50px;
  box-sizing: border-box;

  height: -o-calc(100% - 30px);
  height: -webkit-calc(100%- 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 80px);
}

.lite-full-block-content h1 {
  font-family: "good_timesregular";
  font-size: 12px;
  color: #2b2d4f;
  margin-top: 45px;
  margin-bottom: 10px;
}

.lite-full-block-content p {
  margin-bottom: 10px;
}


/**************************************************
*********************TRILHA DO AUDITOR************************
***************************************************/

.header-trilha {
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 16px;
}

.header-logo {
  max-width: 185px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));

  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
} 

.return-icon-header {
  position: absolute;
  left: 2%;
  background: transparent;
  border: 0;
  cursor: pointer;
  
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.return-icon-header img {
  width: 40px;
}

.return-icon-header:hover, .header-logo:hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  text-shadow: none;

  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.body-container-trilha {
  width: 100%;
  height: calc(100% - 72px);
  height: -o-calc(100% - 72px);
  height: -webkit-calc(100% - 72px);
  padding: 16px 30px;

  box-sizing: border-box;
}

.work-area-trilha {
  box-sizing: border-box;
  padding: 46px;
  overflow-y: auto;

  width: 100%;
  height: 100%;

  background-color: #f4f4f4;
  border-top: 1px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;

  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);

  z-index: 2;
}

.work-area-trilha::-webkit-scrollbar {
  background: transparent;
  width: 12px;
  height: 70px;
}

.work-block-container-trilha {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;

  gap: 32px;
}

.lite-input-block-trilha {
  width: 100%;
  height: 100%;
  max-width: 530px;
  padding-bottom: 16px;
  text-align: left;
  
  border: 1px solid transparent;
  background-color: white;
  
  z-index: 1 !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.full-width-lite-block {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  text-align: left;
  
  border: 1px solid transparent;
  background-color: white;
  
  z-index: 1 !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.submits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.submits-container, .submits-container-ext {
  display: flex;
  padding: 20px 20px;
  gap: 20px;
  border-bottom: solid 1px #c3c3c3; 
}

.submits-content {
  max-width: 100%;
}

.submits-info {
  max-width: 200px;
}

.table {
  width: 100%;
}

.table-container-trilha {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
}

.table-container-trilha table {
  width: 100%;
}

.table-body-trilha {
  width: 100%;
  box-sizing: border-box;

  color: black;
  font-size: 16px;
  font-family: var(--alegreya-sans-regular);
}

.table-body-trilha tr th {
  padding-right: 16px;
}

.table-body-trilha tr td {
  font-size: 16px;
  font-family: var(--print-clearly-regular);
  padding: 10px 16px 0 0;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 20px;
}

.empty-span {
  font-size: 18px;
  font-weight: 300;
  font-family: print_clearlyregular;
}

@media (max-width: 1338px) {
  .lite-input-line p, .lite-input-block-trilha {
    max-width: 100%;
  }

  .table-body-trilha tr td {
    max-width: 150px;
  }
  
  .lite-block-desc-fullwidth {
    max-width: 100%;
  }

  .lite-input-content-line-desc {
    max-width: 220px;
  }
}

@media (max-width: 1260px) {
  .submits-container {
    flex-wrap: wrap;
  }

  .submits-container-ext {
    flex-wrap: wrap;
  }
}

@media (max-width: 1038px) {
  .lite-input-line {
    max-width: 100%;
  }

  .lite-input-line-ext {
    display: flex;
    flex-direction: row;
  }

  .submits, .submits-container-ext {
    flex-direction: column;
  }

  .submits-container {
    flex-direction: column;
  }

  .submits-content {
    padding-top: 12px;
    max-width: 100%;
  }

  .submits-info {
    max-width: 100%;
  }

  .lite-input-line {
    flex-direction: row;
  }

  .lite-input-line span {
    width: 100%;
    max-width: 170px;
  }

  .lite-input-line p {
    max-width: 100%;
  }

  .table-body-trilha tr td {
    padding: 5px 8px 0 0;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .submits-container-ext {
    flex-wrap: wrap;
  }

  .lite-input-content-line-desc {
    width: 100%;
  }
}

/**************************************************
*********************POPUP*************************
***************************************************/
.popup-size {
  margin: 30px 30px 30px 30px;
  width: 500px;
  min-height: 350px;
  height: auto;
}

.popup-token-size {
  margin: 30px 30px 30px 30px;
  width: 700px;
  height: 350px;
}

.custom-fancy-close {
  background-image: url("../../../img/close.png");
  background-size: cover;

  height: 35px;
  width: 35px;
  position: absolute;
  z-index: 8040;
  top: 50px;
  right: 50px;

  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));

  cursor: pointer;

  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.custom-fancy-close:hover {
  text-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.custom-fancy-close:active {
  text-shadow: none;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.popup-title {
  font-family: "good_timesregular";
  font-size: 18px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));
  color: white;
  padding-top: 30px;
  padding-left: 45px;
}

.popup-content {
  width: 410px !important;
  height: 250px;
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  color: white;
  margin-top: 10px;
  padding-left: 45px;
  padding-right: 20px;
  margin-right: 25px;
  overflow: auto;
}

.popup-option-content {
  width: 410px !important;
  height: 190px;
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  color: white;
  margin-top: 20px;
  padding-left: 45px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-right: 25px;
  overflow: auto;
  text-transform: lowercase;
}

.popup-token-content {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  height: 280px;
}

.popup-token-third {
  width: -o-calc((100% / 3) - 28px);
  width: -webkit-calc((100% / 3) - 28px);
  width: -moz-calc((100% / 3) - 28px);
  width: calc((100% / 3) - 28px);
  height: 100%;
}

.popup-input-area {
  height: -o-calc(100% - 100px);
  height: -webkit-calc(100%- 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);

  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  color: white;
}

.popup-divider {
  height: -o-calc(100% - 20px);
  height: -webkit-calc(100%- 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 35px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;

  width: 1px;
  background-color: #7f7f7f;
}
.label-token-amil {
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  margin-bottom: 10px;
}

.input-token-amil {
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;

  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);

  border: 1px solid #2b2d4f;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.input-token-amil:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);

  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.radio-token-amil {
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
}

.popup-buttons {
  height: 80px;
  padding-right: 20px;
  box-sizing: border-box;
}
.popup-button {
  width: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));
  position: relative;
  cursor: pointer;
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.popup-button-icon {
  height: 35px;
  width: 35px;
}

.popup-button:hover {
  text-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.popup-button:active {
  text-shadow: none;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}

.popup-font-button {
  font-size: 12px;
}

.popup-border {
  border: 1px solid white;
  border-radius: 30px 0px 30px 0px;
  -moz-border-radius: 30px 0px 30px 0px;
  -webkit-border-radius: 30px 0px 30px 0px;

  -webkit-box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75),
    inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75),
    inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75),
    inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
}

.fancybox-overlay-fixed {
  background-color: rgba(27, 28, 46, 0.85) !important;
}

/**************************************************
*********************TOASTR************************
***************************************************/
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 10px 25px 25px 10px;
  padding: 15px 15px 15px 50px;
  width: 350px;

  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid white;

  background-position: 15px center;
  background-repeat: no-repeat;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 1),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);

  color: #ffffff;
  opacity: 1;
}

#toast-container > div:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 1),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
}

#toast-container > .toast-info {
  background-size: 20px 20px;
  opacity: 1;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "alegreya_sans_scregular";
  font-size: 16px;
}

/* TOOLTIP */

.tooltiptext {
  visibility: hidden;
  min-width: 155px;
  width: max-content;
  height: 20px;
  background-image: linear-gradient(#272949, #2d2f4b, #272949);
  color: #ffffff;
  font-size: 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "print_clearlyregular";
  text-align: center;
  border-radius: 8px 0px 8px;
  padding: 5px 10px 10px 10px;
  position: absolute;
  left: 50%;
  transform: translateX(48%);
  margin-top: -7%;
  box-shadow: rgb(100 100 111 / 64%) 0px 7px 12px 0px;
  transition: visibility 0s, opacity 1s linear;
  border: 1px solid white;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 9px;
  border-style: solid;
  border-color: #272949 transparent transparent transparent;
}

.codigo-procedimento-container {
  position: relative;
  display: inline;
}

.codigo-procedimento-container span {
  left: -20% !important;
  margin-top: -16%;
}

.input-tooltip-container {
  position: relative;
  display: inline;
}

.input-tooltip-container span {
  width: max-content;
  left: 50%;
  transform: translateX(-36%);
  margin-top: -30%;
}

.attachment-lite {
  margin-top: 10px;
}

.attach-lite {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.attach-lite > img {
  margin-right: 8px;
}

.attach-lite > div {
  width: auto;
  max-width: calc(100% - 35px);
}

.attach-lite > div:hover {
  cursor: default;
}

.right-menu-icon {
  height: 22px;
  width: 22px;
  margin-right: 10px;
  margin-top: 8px;
}

.vscomp-toggle-all-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reprocessar-status-icon {
  height: 18px;
}

.loading-spinner {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/**    color: #2b2d4f;*/
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.untabbed {
  margin: 16px 30px 0px 30px;
  height: calc(100% - 24px);
}

.single-block {
  position: relative;
  height: 100%;
}

.lite-input-text-filter-motivoalta {
  width: -webkit-fill-available;
}

@media (max-width: 1860px) {
  .work-block-container-trilha {
    justify-content: center;
  }
}

@media (max-width: 1720px) {

  .lite-input-text-filter-date {
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100%- 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 2px;
  }

  .lite-status-table-filter {
    padding: 20px 10px 10px 0px;
  }

  .double-line,
  .double-line-unity {
    padding-top: 14px;
  }
}

@media (max-width: 1907px) {
  .double-line-inter {
    padding-top: 14px;
 }
}

@media (max-width: 2092px) {
  .double-line-ext {
    padding-top: 14px;
  }
}
@media (max-width: 2279px) {
  .double-line-unity-ext {
    padding-top: 14px;
  }
}
@media (max-width: 1904px) {
  .double-line-unity {
    padding-top: 14px;
  }
}
@media (max-width: 1378px) {
  .double-line-altas {
    padding-top: 14px;
  }
  .lite-input-text-filter-general {
    width: calc(100% - 12px);
  }
}

@media (max-width: 1500px) {
  .lite-status-table-filter {
    padding: 20px 0px 10px 0px !important;
  }

  .lite-status-patient-header {
    width: 285px;
  }

  .lite-status-patient-info {
    width: 210px;
  }

  .double-line-unity-altas {
    margin-top: 14px;
  }

  .work-block-container-trilha {
    justify-content: center;
  }
}

.export-csv-input-date {
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 1742px) {
  .table-body-container {
    height: calc(100% - 56px);
  }
}

.red-text-icon {
  color: #cc0404;
}

.red-text-icon img {
  filter: invert(6%) sepia(98%) saturate(7296%) hue-rotate(1deg) brightness(90%)
    contrast(105%);
}

.fav-icon {
  width: 40px;
  padding-left: 16px;
}

.fav-icon img {
  width: 24px;
  height: 21px;
}

.fav-icon:hover {
  cursor: pointer;
  filter: drop-shadow(0px 1px 3px rgba(43, 45, 79, 0.5));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: filter 0.75s ease;
}

.fav-icon:not(:hover) {
  filter: drop-shadow(0px 0px 0px rgb(0 0 0));
  transition: 0.4s;
}

.fav-icon img:active {
  filter: drop-shadow(0px 0px 1px rgba(43, 45, 79, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.fav-icon-inactive {
  filter: drop-shadow(0px 1px 2px rgba(77, 78, 104, 0.5));
}

.fav-icon-filter {
  margin-top: -63px;
  margin-right: 20px;
}

.lite-filter-patient-container {
  width: 221px;
  padding-left: 18px;
}

.fav-icon-container {
  padding-left: 24px;
}

.loading-height-min {
  height: min-content !important;
}

@media (max-width: 1264px) {
  .lite-input-block-trilha {
    max-width: 100%;  
  }

  .lite-block-desc {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .work-area-trilha {
    padding: 10px;
  }

  .body-container-trilha {
    padding: 16px 10px;
  }

}

@media (max-width: 1000px) {
  .lite-input-block{
  margin: 13px 12px 10px 8px;
  }

  .lite-action-button {
    height: 64px;
    width: 64px;
    top: calc(100% - 108px);
    left: calc(100% - 108px);
  }
}

.lite-usuarios-permissoes-header {
  width: 40%;
}

@media (min-width: 1780px) {
  .lite-usuarios-permissoes-header {
    width: 42%;
  }
}

@media (max-width: 2000px) {
  .lite-usuarios-permissoes-header {
    width: 40%;
  }
}

.gestao-usuarios-table-body-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 56px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: bold;
    font-family: 'print_clearlyregular';
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #dcdee8;
}

.gestao-usuarios-table-body-row td label:not(.permission) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gestao-usuarios-control-column,
.gestao-usuarios-control {
  width: 100px;
  padding-right: 20px;
}

.small-button{
  margin-left: 8px;
  width: 35px;
}

.user_permission_option img{
  margin-right: 8px;
}

.user_permission_option label{
  text-align: initial;
}

.user_permission_option {
  min-width: 200px;
  display: flex;
  float: left;
  padding: 4px;
}

.user_permission_option-container {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
}

.input-edit-gestao-user {
  width: 95%;
}

.table-filter-gestao-user {
  padding: 20px 0;
}

.input-edit-gestao-user, 
.table-filter-gestao-user input, 
#lite-filter-select-nivel {
  width: 95%;
}

.fav-icon-container-gestao-user {
  padding: 36px 8px 20px 21px;
}

.side-menu-item:hover,
.side-menu-small-item:hover,
.drawer-icon:hover {
  cursor: pointer;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: .5s;
}

.side-menu-item:not( :hover ),
.drawer-icon:not( :hover ) { 
  filter: drop-shadow(0px 5px 6px rgb(0 0 0));
  transition: .5s;
}

.side-menu-item:active,
.drawer-icon:active {
  text-shadow: 0px 6px 3px rgba(255, 255, 255, 1);
}

.dropbtn {
  display: none;
}

.dropdown-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width:2000px) {
  .dropdown-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .button-space {
      padding-top: 20px;
  }
}

@media (max-width: 1548px) {
  .dropdown-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:1250px) {
  .dropbtn {
      display:block;
      width: 90%;
      display: flex;
      justify-content: space-between;
      background: white;
  }

  .dropbtn-arrow::after {
    content: '';
    display: flex;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid transparent;
    border-right-color: #111;
    border-bottom-color: #111;
    width: 4px;
    height: 4px;
    margin-top: 4px;
  }

  .permission_component {
    display:block;
    position: relative;
    width: 94%;
    margin: 0 auto;
  }

  .lite-usuarios-permissoes-header {
    width: 16%;
  }

  .dropdown-content {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    position: absolute;
    background-color: white;
    max-width: 220px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 7;
    left: -12%;
    padding: 8px;
    max-height: 280px;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .show {
    display: inline-block;
  }
}

@media (max-width:1000px) {
  .work-block-status-container {
    overflow-x: scroll;
  } 

  .gestao-usuarios-control-column {
    background: white;
    position: sticky;
    padding: 10px 0px;
    right: 0;
    z-index: 5;
  }

  .gestao-usuarios-control-column:before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
    box-shadow: -15px 0 3px -15px inset;
    left: -15px;
  }

  .work-block-status-container {
    padding: 0px;
  }

  .work-area-tabbed {
    margin: 0 auto;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .work-tab-base {
    margin: 42px 0px 0px 10px;
    width: calc(100% - 24px);
  }
  
 .work-tab-right {
    right: 3%;
  }

  .work-tab-left {
    left: 3%;
  }

  .work-area-container {
    height: 94%;
  }

  .work-tab {
    width: 300px;
  }

  .body-container {
    height: 100%;
  }

  .privacy-terms-content {
    height: 90%;
  }

  .dropdown-content {
    left: -30%;
  }

  .popup-size {
    margin: 0 auto;
    width: 97%;
    height: 300px;
  }
  .popup-button {
    width: auto;
  }

  .custom-fancy-close {
    top:25px;
    right:25px;
  }

  .popup-title {
    font-size: 14px;
  }
  
  .fancybox-wrap, .fancybox-inner{
    overflow: hidden !important;
  }

  .tools-users-table {
    overflow: auto !important;
    display: contents;
  }

  .lite-status-table-container {
    min-height: 80vh;
    height: auto;
  }

  .lite-action-button {
    top: calc(100% - 100px);
  }

  .lite-action-button:active {
    top: calc(100% - 100px);
  }

  .button-space {
    height: 151px !important;
    padding-top: 40px;
  }
}

.button-space {
  height: 112px;
}

input:disabled {
  color: #a6a6a6;
  cursor: not-allowed;
} 

.detalhes-linha {
  display: none;
}

.attach-file-space {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.right-menu-buttons-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attach-coren  > div {
  width: auto;
  font-size: 18px;
}

.attach-coren {
  display: flex;
  align-items: center;
  gap: 8px;
}

.disabled-button {
  cursor: not-allowed !important;
}

.disabled-button:hover {
  filter: none !important;
}

.privacy-terms-title {
  padding-bottom: 20px;
  font-size: 1rem;
}

.privacy-terms-panel {
  white-space: normal;   
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 1.5rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  height: -o-calc(100% - 206px);
  height: -webkit-calc(100% - 206px);
  height: -moz-calc(100% - 206px);
  height: calc(100% - 206px);
  background-color: #f4f4f4;
  border-top: 1px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  text-align: left;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.privacy-terms-panel p {
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  line-height: 26px;
  color: black;
  padding-bottom: 1rem;
 }

 .privacy-p-section {
  margin-top: 1rem;
 }

 .privacy-p-subsection {
  margin: 0.75rem;
 }

.privacy-p-subsection span{
  padding-right: 1rem;
 }

.privacy-terms-panel ul {
  list-style: none;
  margin-left: 1rem;
  padding-bottom: 1rem;
}

.privacy-terms-panel ul li {
  font-family: "alegreya_sans_scregular";
  font-size: 18px;
  line-height: 26px;
  color: black;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.privacy-terms-panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 12px;
  height: 12px;
  background-image: url('/img/portal/checkbox-active.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dpo {
  width: 100%;
  text-align: center;
  color: white;
  height: 20px;
  padding-top: 14px;
  font-family: "print_clearlyregular";
  font-size: 18px;
  font-weight: bold;
  white-space: normal;
}

.privacy-terms-content {
  margin-top: -2rem;
}