.d-noscroll {
  overflow: hidden; }

#Datepickk {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 6;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #333;
  user-select: none; }

#Datepickk.MSIE:not(.wrapped):not(.inline) .d-calendar {
  height: 560px; }

#Datepickk.d-show .d-overlay {
  animation-name: show;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

#Datepickk.d-hide > * {
  animation-name: d;
  animation-duration: .2s;
  animation-timing-function: linear;
  animation-fill-mode: both; }

#Datepickk.d-hide .d-overlay {
  animation-name: show;
  animation-duration: .15s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-direction: reverse; }

#Datepickk .d-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 58, 71, 0.95);
  z-index: 1; }

#Datepickk .d-title {
  text-align: center; }

#Datepickk .d-confirm, #Datepickk .d-title {
  color: #fff;
  position: relative;
  font-size: 30px;
  margin: 25px 0;
  z-index: 2; }

#Datepickk .d-confirm {
  border: none;
  background-color: transparent;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 0; }

#Datepickk .d-confirm:empty, #Datepickk .d-title:empty {
  display: none; }

@media (max-height: 528px) {
  #Datepickk .d-confirm, #Datepickk .d-title {
    font-size: 20px;
    margin: 15px 0; }

  #Datepickk .d-calendar {
    font-size: 20px; } }
#Datepickk.multi .d-calendar, #Datepickk.multi .d-legend {
  max-width: 800px; }

#Datepickk.multi .d-table {
  position: relative;
  padding-top: 35px; }

#Datepickk.multi .d-table:before {
  content: attr(data-month);
  text-align: right;
  width: 100%;
  font-size: 1em;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0; }

#Datepickk.inline.d-show .d-calendar {
  animation: none; }

#Datepickk.inline, #Datepickk.wrapped {
  position: static;
  z-index: 0; }

#Datepickk.inline .d-calendar, #Datepickk.wrapped .d-calendar {
  box-shadow: none;
  z-index: 0;
  max-width: none;
  max-height: none; }

#Datepickk.inline .d-confirm, #Datepickk.inline .d-title, #Datepickk.wrapped .d-confirm, #Datepickk.wrapped .d-title {
  color: #222; }

#Datepickk.inline .d-overlay, #Datepickk.wrapped .d-overlay {
  display: none; }

#Datepickk.inline .d-legend, #Datepickk.wrapped .d-legend {
  color: #222 !important;
  max-width: none;
  max-height: none; }

#Datepickk.fullscreen .d-calendar {
  max-width: none;
  max-height: none; }

#Datepickk.fullscreen .d-calendar input + label {
  outline: 1px solid #eaeaea;
  box-sizing: border-box;
  align-items: flex-start !important;
  justify-content: flex-end !important; }

#Datepickk.fullscreen .d-calendar input + label text {
  padding: 5px 10px 0 0; }

#Datepickk.fullscreen .d-legend {
  max-width: none; }

#Datepickk .d-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  z-index: 2;
  background-color: #f5f5f5;
  max-width: 500px;
  position: relative;
  color: #fff; }

#Datepickk .d-legend:empty {
  height: 0; }

#Datepickk .d-legend p {
  backface-visibility: visible !important;
  animation-name: b;
  animation-duration: .5s;
  animation-fill-mode: both;
  margin: 0;
  padding: 15px;
  transition: background-color .2s ease;
  cursor: pointer;
  color: #1b353f; }

#Datepickk .d-legend p:after {
  content: attr(data-legend); }

#Datepickk .d-legend p span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 10px; }

#Datepickk .d-calendar {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  width: 100%;
  position: relative;
  max-width: 500px;
  max-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  z-index: 2; }

#Datepickk .d-header {
  position: relative;
  background-color: #1b363f;
  color: #fff;
  font-size: 1.5em; }

#Datepickk .d-header p {
  margin: .5em 0;
  text-align: center; }

#Datepickk .d-header i {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  transition: background-color .2s ease;
  transform: translateY(-50%); }

#Datepickk .d-header i:after, #Datepickk .d-header i:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute; }

#Datepickk .d-header i:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

#Datepickk .d-header i:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: border-color .2s ease; }

#Datepickk .d-header i#d-previous {
  left: 20px; }

#Datepickk .d-header i#d-previous:before {
  border-right: 10px solid #fff;
  top: 5px;
  left: 7px; }

#Datepickk .d-header i#d-previous:after {
  border-right: 7px solid #1b363f;
  top: 8px;
  left: 10px; }

#Datepickk .d-header i#d-next {
  right: 20px; }

#Datepickk .d-header i#d-next:before {
  border-left: 10px solid #fff;
  top: 5px;
  left: 12px; }

#Datepickk .d-header i#d-next:after {
  border-left: 7px solid #1b363f;
  top: 8px;
  left: 12px; }

#Datepickk .d-header i:hover {
  background-color: #5e7178; }

#Datepickk .d-header i:hover:after {
  border-left-color: #5e7178 !important;
  border-right-color: #5e7178 !important; }

#Datepickk .d-month {
  cursor: pointer;
  white-space: nowrap; }

#Datepickk .d-year {
  margin-left: 10px;
  cursor: pointer; }

#Datepickk .d-year:before {
  content: ""; }

#Datepickk .d-month-picker {
  display: flex;
  justify-content: space-between;
  background-color: rgba(27, 54, 63, 0.9);
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height .2s ease; }

#Datepickk .d-month-picker.d-show {
  height: 44px;
  pointer-events: auto; }

#Datepickk .d-month-picker > div {
  width: 8.33333%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  cursor: pointer; }

#Datepickk .d-month-picker > div:focus, #Datepickk .d-month-picker > div:hover {
  background-color: #e32d2d;
  color: #fff; }

#Datepickk .d-month-picker > div.current {
  background-color: #e9965a;
  color: #fff; }

#Datepickk .d-year-picker {
  display: flex;
  justify-content: space-between;
  background-color: rgba(27, 54, 63, 0.9);
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height .2s ease; }

#Datepickk .d-year-picker.d-show {
  height: 44px;
  pointer-events: auto; }

#Datepickk .d-year-picker > div {
  width: 9.09091%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  cursor: pointer; }

#Datepickk .d-year-picker > div:focus, #Datepickk .d-year-picker > div:hover {
  background-color: #e32d2d;
  color: #fff; }

#Datepickk .d-year-picker > div.current {
  background-color: #e9965a;
  color: #fff; }

#Datepickk .d-weekdays {
  display: flex; }

#Datepickk .d-week {
  background-color: #e95a5a;
  color: #fff;
  display: flex;
  width: 100%; }

#Datepickk .d-week + .d-week {
  border-left: 1px solid rgba(255, 255, 255, 0.05); }

#Datepickk .d-week > div {
  flex-basis: 14.28571%;
  text-align: center; }

#Datepickk .d-week > div p {
  margin: .8em 0; }

@media (max-height: 540px) {
  #Datepickk .d-week {
    display: none; } }
#Datepickk .d-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 1; }

#Datepickk .d-table:first-child:nth-last-child(n+3), #Datepickk .d-table:first-child:nth-last-child(n+3) ~ div {
  flex: 0;
  flex-basis: calc(100% / 3 - 1px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

#Datepickk .d-table label:nth-of-type(7n) .d-date-legends {
  padding-right: 0; }

#Datepickk .d-table label:nth-last-of-type(-n+7) .d-date-legends {
  padding-bottom: 0; }

#Datepickk .d-table input {
  display: none; }

#Datepickk .d-table input + label {
  flex-basis: 14.28571%;
  -ms-flex-preferred-size: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease,background .2s ease,color .2s ease;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

#Datepickk .d-table input + label text {
  z-index: 3;
  pointer-events: none;
  position: relative; }

#Datepickk .d-table input + label[style*=linear-gradient] text {
  text-shadow: 0 0 20px #000; }

#Datepickk .d-table input + label.today text:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e95a5a;
  position: absolute;
  bottom: -5px;
  left: 0; }

#Datepickk .d-table input + label:before {
  content: "";
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  width: 75%;
  height: 75%;
  border-radius: 5px;
  background-color: #7dd076;
  transition: transform .1s ease-out;
  transform: scaleX(0);
  transform-origin: left; }

#Datepickk .d-table input + label.legend-hover {
  animation: a 1s infinite;
  z-index: 4; }

@keyframes a {
  0% {
    transform: translate(0); }
  50% {
    transform: translateY(-5px); }
  to {
    transform: translate(0); } }
#Datepickk .d-table input + label.next, #Datepickk .d-table input + label.prev {
  color: #ccc; }

#Datepickk .d-table input + label [data-tooltip]:after {
  content: "";
  border-radius: 100%;
  background-color: #1b363f;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: -10px; }

#Datepickk .d-table input + label .d-tooltip {
  position: absolute;
  background-color: #1b363f;
  color: #fff;
  padding: 7px;
  font-size: .7em;
  z-index: 5;
  text-align: center;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -5px);
  display: none; }

#Datepickk .d-table input + label .d-tooltip:before {
  content: "";
  border-bottom: 7px solid #1b363f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -7px;
  left: 50%;
  position: absolute;
  margin-left: -5px; }

#Datepickk .d-table input + label .d-tooltip:empty {
  display: none !important; }

#Datepickk .d-table input + label:hover .d-tooltip {
  display: block; }

#Datepickk .d-table input:checked + label {
  color: #fff; }

#Datepickk .d-table input:checked + label:before {
  transform: scaleX(1); }

#Datepickk .d-table input:disabled + label {
  cursor: not-allowed; }

#Datepickk .d-table input:disabled + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 2px;
  z-index: 4;
  background-color: #c60000;
  transform-origin: center;
  transform: rotate(-25deg); }

#Datepickk .d-table input + label.d-hidden {
  cursor: default;
  color: #ccc !important;
  background: #f0f0f0 !important;
  text-decoration: line-through; }

#Datepickk .d-table input + label.d-hidden:after {
  content: none; }

#Datepickk .d-tables {
  display: flex;
  flex: 1;
  flex-wrap: wrap; }

#Datepickk .d-tables:not(.locked) input:not(:checked) + label:not(.hidden):hover {
  color: #222;
  background-color: #eaeaea; }

#Datepickk .d-tables.locked label {
  cursor: default; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label, #Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label:not(.hidden) {
  color: #fff; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label:not(.hidden):before {
  transform: scaleX(1);
  background-color: rgba(125, 208, 118, 0.5); }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label {
  color: #666; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label:before, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label:before {
  transform: scaleX(0); }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label.next, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label.prev, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label.next, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label.prev {
  color: #ccc; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label {
  color: #fff; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label:before {
  transform: scaleX(1);
  background-color: #7dd076; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label {
  color: inherit; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label.next, #Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label.prev {
  color: #ccc; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label:before {
  transform: scaleX(0); }

#Datepickk .d-tables.range.before input:not(.single):not(:checked) + label {
  color: #fff; }

#Datepickk .d-tables.range.before input:not(.single):not(:checked) + label:before {
  transform: scaleX(1);
  background-color: rgba(233, 90, 126, 0.3); }

#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label {
  color: inherit; }

#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label.next, #Datepickk .d-tables.range.before input:not(.single):checked + label ~ label.prev {
  color: #ccc; }

#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label:before {
  transform: scaleX(0); }

#Datepickk .d-fadeInUp {
  backface-visibility: visible !important;
  animation-name: b;
  animation-duration: .5s;
  animation-fill-mode: both; }

@keyframes b {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.d-fadeInUp {
  animation-name: b; }

#Datepickk.d-show > * {
  animation-name: c;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

@keyframes c {
  0% {
    opacity: 0;
    transform: translateY(-50px); } }
@keyframes d {
  to {
    opacity: 0;
    transform: translateY(50px); } }
/*--------------------------------*/
/* DATEPICKER */
/*--------------------------------*/
#Datepickk {
  z-index: 9999; }

#Datepickk .d-header {
  background-color: #0c2638; }

#Datepickk .d-week {
  background-color: #2f81b7; }

#Datepickk .d-table {
  display: flex !important; }

#Datepickk .d-table input + label:before {
  background-color: #2f81b7; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label:not(.hidden):before {
  background-color: rgba(47, 129, 183, 0.34);
  border: 1px solid rgba(47, 129, 183, 0.34); }

#Datepickk .d-tables.range.before input:not(.single):not(:checked) + label:before {
  background-color: rgba(47, 129, 183, 0.34);
  border: 1px solid rgba(47, 129, 183, 0.34); }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label:before {
  background-color: #2f81b7; }

#Datepickk .d-table input + label.today text:before {
  background-color: orange;
  height: 4px; }

#Datepickk .d-table input + label.d-hidden {
  cursor: default;
  color: #fff !important;
  background: #fff !important; }

#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label.d-hidden:not(.hidden):before {
  background-color: #fff;
  color: #fff; }

#Datepickk .d-confirm {
  background-color: #0c2638;
  padding: 20px 0px;
  width: 100%;
  max-width: 500px;
  margin: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6); }

#Datepickk .d-confirm:hover {
  background-color: #2f81b7; }

#Datepickk .d-table input + label text {
  z-index: 10; }

#Datepickk label {
  font-weight: normal; }

/*---------------------------------*/
/*          TOOLTIP BASE           */
/*---------------------------------*/
/* Balloon.css lib */
/* https://kazzkiq.github.io/balloon.css/ */
:root {
  --tooltip-color: rgba(16, 16, 16, 0.95);
  --tooltip-font-size: 0.75rem;
  --tooltip-move: 4px; }

button[aria-label][data-tooltip-pos] {
  overflow: visible; }

[aria-label][data-tooltip-pos] {
  position: relative;
  cursor: pointer; }

[aria-label][data-tooltip-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out .18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--tooltip-font-size);
  background: var(--tooltip-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[aria-label][data-tooltip-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--tooltip-color);
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out .18s;
  content: "";
  position: absolute;
  z-index: 10; }

[aria-label][data-tooltip-pos]:hover:before,
[aria-label][data-tooltip-pos]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-visible]:before,
[aria-label][data-tooltip-pos][data-tooltip-visible]:after,
[aria-label][data-tooltip-pos]:not([data-tooltip-nofocus]):focus:before,
[aria-label][data-tooltip-pos]:not([data-tooltip-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none; }

[aria-label][data-tooltip-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

[aria-label][data-tooltip-pos][data-tooltip-break]:after {
  white-space: pre; }

[aria-label][data-tooltip-pos][data-tooltip-break][data-tooltip-length]:after {
  white-space: pre-line;
  word-break: break-word; }

[aria-label][data-tooltip-pos][data-tooltip-blunt]:before,
[aria-label][data-tooltip-pos][data-tooltip-blunt]:after {
  transition: none; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="up"][data-tooltip-visible]:after {
  transform: translate(-50%, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="up"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="up"][data-tooltip-visible]:before {
  transform: translate(-50%, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"][data-tooltip-visible]:after {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="up-left"][data-tooltip-visible]:before {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--tooltip-move));
  transform-origin: top; }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"][data-tooltip-visible]:after {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="up-right"][data-tooltip-visible]:before {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down"]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--tooltip-color);
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="down"][data-tooltip-visible]:after {
  transform: translate(-50%, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="down"][data-tooltip-visible]:before {
  transform: translate(-50%, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--tooltip-color);
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"][data-tooltip-visible]:after {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="down-left"][data-tooltip-visible]:before {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--tooltip-color);
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--tooltip-move) * -1)); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"][data-tooltip-visible]:after {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="down-right"][data-tooltip-visible]:before {
  transform: translate(0, 0); }

[aria-label][data-tooltip-pos][data-tooltip-pos="left"]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--tooltip-move), -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--tooltip-color);
  right: 100%;
  top: 50%;
  transform: translate(var(--tooltip-move), -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="left"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="left"][data-tooltip-visible]:after {
  transform: translate(0, -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="left"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="left"][data-tooltip-visible]:before {
  transform: translate(0, -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="right"]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--tooltip-move) * -1), -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--tooltip-color);
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--tooltip-move) * -1), -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="right"]:hover:after,
[aria-label][data-tooltip-pos][data-tooltip-pos="right"][data-tooltip-visible]:after {
  transform: translate(0, -50%); }

[aria-label][data-tooltip-pos][data-tooltip-pos="right"]:hover:before,
[aria-label][data-tooltip-pos][data-tooltip-pos="right"][data-tooltip-visible]:before {
  transform: translate(0, -50%); }

[aria-label][data-tooltip-pos][data-tooltip-length="small"]:after {
  white-space: normal;
  width: 80px; }

[aria-label][data-tooltip-pos][data-tooltip-length="medium"]:after {
  white-space: normal;
  width: 150px; }

[aria-label][data-tooltip-pos][data-tooltip-length="large"]:after {
  white-space: normal;
  width: 260px; }

[aria-label][data-tooltip-pos][data-tooltip-length="xlarge"]:after {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [aria-label][data-tooltip-pos][data-tooltip-length="xlarge"]:after {
    white-space: normal;
    width: 90vw; } }
[aria-label][data-tooltip-pos][data-tooltip-length="fit"]:after {
  white-space: normal;
  width: 100%; }

/* Tabulator v4.5.3 (c) Oliver Folkerd */
.tabulator {
  position: relative;
  border: 1px solid #999;
  background-color: #888;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  transform: translatez(0); }

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table {
  min-width: 100%; }

.tabulator.tabulator-block-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #999;
  background-color: #e6e6e6;
  color: #555;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none; }

.tabulator .tabulator-header .tabulator-col {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #aaa;
  background: #e6e6e6;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden; }

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #cdcdcd;
  pointer-events: none; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 4px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child {
  margin-right: -1px; }

.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  display: none; }

.tabulator .tabulator-header .tabulator-col.ui-sortable-helper {
  position: absolute;
  background-color: #e6e6e6 !important;
  border: 1px solid #aaa; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  background-color: #cdcdcd; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow {
  border-top: 6px solid #666;
  border-bottom: none; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg); }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow {
  right: calc(50% - 6px); }

.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa; }

.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  min-width: 600%;
  background: #f3f3f3 !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden; }

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important; }

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none; }

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%; }

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none; }

.tabulator .tabulator-tableHolder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.tabulator .tabulator-tableHolder:focus {
  outline: none; }

.tabulator .tabulator-tableHolder .tabulator-placeholder {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode=virtual] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #ccc;
  font-weight: 700;
  font-size: 20px; }

.tabulator .tabulator-tableHolder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #333; }

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: 700;
  background: #e2e2e2 !important; }

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #aaa; }

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #aaa; }

.tabulator .tabulator-footer {
  padding: 5px 10px;
  border-top: 1px solid #999;
  background-color: #e6e6e6;
  text-align: right;
  color: #555;
  font-weight: 700;
  white-space: nowrap;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: calc(100% + 20px);
  margin: -5px -10px 5px;
  text-align: left;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  overflow: hidden; }

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important; }

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none; }

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none; }

.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px; }

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px; }

.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2); }

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00; }

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5; }

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #fff; }

.tabulator .tabulator-col-resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px; }

.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto; }

.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize; }

.tabulator .tabulator-loader {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center; }

.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  font-size: 16px; }

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000; }

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #d00;
  color: #590000; }

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  background-color: #fff; }

.tabulator-row.tabulator-row-even {
  background-color: #efefef; }

.tabulator-row.tabulator-selectable:hover {
  background-color: #bbb;
  cursor: pointer; }

.tabulator-row.tabulator-selected {
  background-color: #9abcea; }

.tabulator-row.tabulator-selected:hover {
  background-color: #769bcc;
  cursor: pointer; }

.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff; }

.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  pointer-events: none;
  z-index: 15; }

.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px; }

.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto; }

.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize; }

.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10; }

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa; }

.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa; }

.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none; }

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px; }

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative; }

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px; }

.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px;
  border-right: 1px solid #aaa;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1d68cd;
  padding: 0; }

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent; }

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #d00; }

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #d00; }

.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none; }

.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%; }

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666; }

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: .7; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open, .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none; }

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px; }

.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: 700;
  min-width: 100%; }

.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1); }

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0; }

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px; }

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px; }

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px; }

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px; }

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px; }

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block; }

.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle; }

.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00; }

.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #fff;
  border: 1px solid #aaa;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }

.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #333; }

.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #fff;
  background: #1d68cd; }

.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #1d68cd; }

.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #aaa;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: 700; }

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000; }

body.tabulator-print-fullscreen-hide > :not(.tabulator-print-fullscreen) {
  display: none !important; }

.tabulator-print-table {
  border-collapse: collapse; }

.tabulator {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }
  .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
    min-width: 100%; }
  .tabulator.tabulator-block-select {
    user-select: none; }
  .tabulator .tabulator-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    background-color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
    .tabulator .tabulator-header.tabulator-header-hidden {
      display: none; }
    .tabulator .tabulator-header .tabulator-col {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      background-color: #fff;
      text-align: left;
      vertical-align: bottom;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-col.tabulator-moving {
        position: absolute;
        border: 1px solid #dee2e6;
        background: #e6e6e6;
        pointer-events: none; }
      .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        box-sizing: border-box;
        position: relative;
        padding: 0.75rem; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
          box-sizing: border-box;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          vertical-align: bottom; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #999;
            padding: 1px;
            background: #fff; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
          display: inline-block;
          position: absolute;
          top: 14px;
          right: 8px;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #bbb; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
        position: relative;
        display: flex;
        border-top: 1px solid #dee2e6;
        overflow: hidden; }
        .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child {
          margin-right: -1px; }
      .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
        display: none; }
      .tabulator .tabulator-header .tabulator-col.ui-sortable-helper {
        position: absolute;
        background-color: #e6e6e6 !important;
        border: 1px solid #dee2e6; }
      .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
        position: relative;
        box-sizing: border-box;
        margin-top: 2px;
        width: 100%;
        text-align: center; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
          height: auto !important; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
          margin-top: 3px; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
          width: 0;
          height: 0; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        padding-right: 25px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
        cursor: pointer;
        background-color: #e6e6e6; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
        border-top: none;
        border-bottom: 6px solid #bbb; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
        border-top: none;
        border-bottom: 6px solid #666; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
        border-top: 6px solid #666;
        border-bottom: none; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: flex;
        align-items: center;
        justify-content: center; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
        transform: rotate(180deg); }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
        padding-right: 0;
        padding-top: 20px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
        padding-right: 0;
        padding-bottom: 20px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow {
        right: calc(50% - 6px); }
    .tabulator .tabulator-header .tabulator-frozen {
      display: inline-block;
      position: absolute;
      z-index: 10; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid #dee2e6; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid #dee2e6; }
    .tabulator .tabulator-header .tabulator-calcs-holder {
      box-sizing: border-box;
      width: 100%;
      background: white !important;
      border-top: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
        background: white !important; }
        .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
    .tabulator .tabulator-header .tabulator-frozen-rows-holder {
      min-width: 600%; }
      .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
        display: none; }
  .tabulator .tabulator-tableHolder {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .tabulator .tabulator-tableHolder:focus {
      outline: none; }
    .tabulator .tabulator-tableHolder .tabulator-placeholder {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: 100%; }
      .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
      .tabulator .tabulator-tableHolder .tabulator-placeholder span {
        display: inline-block;
        margin: 0 auto;
        padding: 10px;
        color: #000;
        font-weight: bold;
        font-size: 20px; }
    .tabulator .tabulator-tableHolder .tabulator-table {
      position: relative;
      display: inline-block;
      background-color: #fff;
      white-space: nowrap;
      overflow: visible; }
      .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
        font-weight: bold;
        background: #ececec !important; }
        .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
          border-bottom: 2px solid #dee2e6; }
        .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
          border-top: 2px solid #dee2e6; }
  .tabulator .tabulator-col-resize-handle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px; }
    .tabulator .tabulator-col-resize-handle.prev {
      left: 0;
      right: auto; }
    .tabulator .tabulator-col-resize-handle:hover {
      cursor: ew-resize; }
  .tabulator .tabulator-footer {
    padding: 5px 10px;
    border-top: 2px solid #dee2e6;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
    .tabulator .tabulator-footer .tabulator-calcs-holder {
      box-sizing: border-box;
      width: calc(100% + 20px);
      margin: -5px -10px 5px -10px;
      text-align: left;
      background: white !important;
      border-bottom: 1px solid #dee2e6;
      border-top: 1px solid #dee2e6;
      overflow: hidden; }
      .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
        background: white !important; }
        .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
      .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
        margin-bottom: -5px;
        border-bottom: none; }
    .tabulator .tabulator-footer .tabulator-paginator {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit; }
    .tabulator .tabulator-footer .tabulator-page-size {
      display: inline-block;
      margin: 0 5px;
      padding: 2px 5px;
      border: 1px solid #dee2e6;
      border-radius: 3px; }
    .tabulator .tabulator-footer .tabulator-page {
      display: inline-block;
      margin: 0;
      margin-top: 5px;
      padding: 8px 12px;
      border: 1px solid #dee2e6;
      border-right: none;
      background: rgba(255, 255, 255, 0.2); }
      .tabulator .tabulator-footer .tabulator-page[data-page="first"] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .tabulator .tabulator-footer .tabulator-page[data-page="last"] {
        border: 1px solid #dee2e6;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .tabulator .tabulator-footer .tabulator-page.active {
        border-color: #007bff;
        background-color: #007bff;
        color: #fff; }
      .tabulator .tabulator-footer .tabulator-page:disabled {
        border-color: #dee2e6;
        background: #fff;
        color: #6c757d; }
      .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
        cursor: pointer;
        border-color: #dee2e6;
        background: #e9ecef;
        color: #0056b3; }
  .tabulator .tabulator-loader {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center; }
    .tabulator .tabulator-loader .tabulator-loader-msg {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 20px;
      border-radius: 10px;
      background: #fff;
      font-weight: bold;
      font-size: 16px; }
      .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
        border: 4px solid #333;
        color: #000; }
      .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
        border: 4px solid #D00;
        color: #590000; }
  .tabulator.thead-dark .tabulator-header {
    border-color: #32383e;
    background-color: #212529;
    color: #fff; }
    .tabulator.thead-dark .tabulator-header .tabulator-col {
      border-color: #32383e;
      background-color: #212529;
      color: #fff; }
  .tabulator.table-dark {
    background-color: #212529; }
    .tabulator.table-dark:not(.thead-light) .tabulator-header {
      border-color: #32383e;
      background-color: #212529;
      color: #fff; }
      .tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col {
        border-color: #32383e;
        background-color: #212529;
        color: #fff; }
    .tabulator.table-dark .tabulator-tableHolder {
      color: #fff; }
    .tabulator.table-dark .tabulator-row {
      border-color: #32383e; }
      .tabulator.table-dark .tabulator-row:hover {
        background-color: rgba(255, 255, 255, 0.075) !important; }
  .tabulator.table-striped .tabulator-row:nth-child(even) {
    background-color: #f9f9f9; }
    .tabulator.table-striped .tabulator-row:nth-child(even).tabulator-selected {
      background-color: #9ABCEA; }
    .tabulator.table-striped .tabulator-row:nth-child(even).tabulator-selectable:hover {
      background-color: #f5f5f5;
      cursor: pointer; }
    .tabulator.table-striped .tabulator-row:nth-child(even).tabulator-selected:hover {
      background-color: #769BCC;
      cursor: pointer; }
  .tabulator.table-striped.table-dark .tabulator-row:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05); }
  .tabulator.table-bordered {
    border: 1px solid #dee2e6; }
    .tabulator.table-bordered .tabulator-header .tabulator-col {
      border-right: 1px solid #dee2e6; }
    .tabulator.table-bordered .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
      border-right: 1px solid #dee2e6; }
  .tabulator.table-borderless .tabulator-header {
    border: none; }
  .tabulator.table-borderless .tabulator-row {
    border: none; }
  .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 0.3rem !important; }
  .tabulator.table-sm .tabulator-tableHolder .tabulator-table .tabulator-row {
    min-height: 1.6rem; }
    .tabulator.table-sm .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
      padding: 0.3rem !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-primary {
    background: #b8daff !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-secondary {
    background: #d6d8db !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-success {
    background: #c3e6cb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-info {
    background: #bee5eb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-warning {
    background: #ffeeba !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-danger {
    background: #f5c6cb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-light {
    background: #fdfdfe !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-dark {
    background: #c6c8ca !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.table-active {
    background: #f5f5f5 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-primary {
    background: #007bff !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-secondary {
    background: #6c757d !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-success {
    background: #28a745 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-info {
    background: #17a2b8 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-warning {
    background: #ffc107 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-danger {
    background: #dc3545 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-light {
    background: #f8f9fa !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-dark {
    background: #343a40 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.bg-active {
    background: #f5f5f5 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-primary {
    background: #b8daff !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {
    background: #d6d8db !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-success {
    background: #c3e6cb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-info {
    background: #bee5eb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-warning {
    background: #ffeeba !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-danger {
    background: #f5c6cb !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-light {
    background: #fdfdfe !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-dark {
    background: #c6c8ca !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.table-active {
    background: #f5f5f5 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {
    background: #007bff !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {
    background: #6c757d !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-success {
    background: #28a745 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-info {
    background: #17a2b8 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {
    background: #ffc107 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {
    background: #dc3545 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-light {
    background: #f8f9fa !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {
    background: #343a40 !important; }
  .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.bg-active {
    background: #f5f5f5 !important; }

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 2.5rem;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6; }
  .tabulator-row.tabulator-selectable:hover {
    background-color: #f5f5f5;
    cursor: pointer; }
  .tabulator-row.tabulator-selected {
    background-color: #9ABCEA; }
  .tabulator-row.tabulator-selected:hover {
    background-color: #769BCC;
    cursor: pointer; }
  .tabulator-row.tabulator-moving {
    position: absolute;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    pointer-events: none !important;
    z-index: 15; }
  .tabulator-row .tabulator-row-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px; }
    .tabulator-row .tabulator-row-resize-handle.prev {
      top: 0;
      bottom: auto; }
    .tabulator-row .tabulator-row-resize-handle:hover {
      cursor: ns-resize; }
  .tabulator-row .tabulator-frozen {
    display: inline-block;
    position: absolute;
    background-color: inherit;
    z-index: 10; }
    .tabulator-row .tabulator-frozen.tabulator-frozen-left {
      border-right: 2px solid #dee2e6; }
    .tabulator-row .tabulator-frozen.tabulator-frozen-right {
      border-left: 2px solid #dee2e6; }
  .tabulator-row .tabulator-responsive-collapse {
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
    .tabulator-row .tabulator-responsive-collapse:empty {
      display: none; }
    .tabulator-row .tabulator-responsive-collapse table {
      font-size: 1rem; }
      .tabulator-row .tabulator-responsive-collapse table tr td {
        position: relative; }
        .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
          padding-right: 10px; }
  .tabulator-row .tabulator-cell {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0.75rem;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .tabulator-row .tabulator-cell:last-of-type {
      border-right: none; }
    .tabulator-row .tabulator-cell.tabulator-editing {
      border: 1px solid #1D68CD;
      padding: 0; }
      .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
        border: 1px;
        background: transparent; }
    .tabulator-row .tabulator-cell.tabulator-validation-fail {
      border: 1px solid #dd0000; }
      .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
        border: 1px;
        background: transparent;
        color: #dd0000; }
    .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
      display: none; }
    .tabulator-row .tabulator-cell.tabulator-row-handle {
      display: inline-flex;
      align-items: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
      .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
        width: 80%; }
        .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
          width: 100%;
          height: 3px;
          margin-top: 2px;
          background: #666; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      display: inline-block;
      vertical-align: middle;
      height: 9px;
      width: 7px;
      margin-top: -9px;
      margin-right: 5px;
      border-bottom-left-radius: 1px;
      border-left: 2px solid #dee2e6;
      border-bottom: 2px solid #dee2e6; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-control {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      height: 11px;
      width: 11px;
      margin-right: 5px;
      border: 1px solid #ccc;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2); }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: transparent; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #ccc; }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: #ccc; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #ccc; }
    .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      height: 15px;
      width: 15px;
      border-radius: 20px;
      background: #666;
      color: #fff;
      font-weight: bold;
      font-size: 1.1em; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
        opacity: .7; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
        display: initial; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
        display: none; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
        display: none; }
    .tabulator-row .tabulator-cell .tabulator-traffic-light {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 14px; }
  .tabulator-row.tabulator-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #fafafa;
    font-weight: bold;
    min-width: 100%; }
    .tabulator-row.tabulator-group:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.1); }
    .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
      margin-right: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: 0; }
    .tabulator-row.tabulator-group.tabulator-group-level-1 {
      padding-left: 30px; }
    .tabulator-row.tabulator-group.tabulator-group-level-2 {
      padding-left: 50px; }
    .tabulator-row.tabulator-group.tabulator-group-level-3 {
      padding-left: 70px; }
    .tabulator-row.tabulator-group.tabulator-group-level-4 {
      padding-left: 90px; }
    .tabulator-row.tabulator-group.tabulator-group-level-5 {
      padding-left: 110px; }
    .tabulator-row.tabulator-group .tabulator-group-toggle {
      display: inline-block; }
    .tabulator-row.tabulator-group .tabulator-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 16px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      border-left: 6px solid #666;
      vertical-align: middle; }
    .tabulator-row.tabulator-group span {
      margin-left: 10px;
      color: #666; }

.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #fff;
  border: 1px solid #dee2e6;
  font-size: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }
  .tabulator-edit-select-list .tabulator-edit-select-list-item {
    padding: 4px; }
    .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
      color: #fff;
      background: #1D68CD; }
    .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
      cursor: pointer;
      color: #fff;
      background: #1D68CD; }
  .tabulator-edit-select-list .tabulator-edit-select-list-group {
    border-bottom: 1px solid #dee2e6;
    padding: 4px;
    padding-top: 6px;
    font-weight: bold; }

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000; }

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important; }

.tabulator-print-table {
  border-collapse: collapse; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../images/flags/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

#autenticacao-container {
  /*----------------------------*/
  /*          TOOLTIP           */
  /*----------------------------*/
  /* Requires _balloon.scss */
  /*----------------------*/
  /*      TABULATOR       */
  /*----------------------*/
  /* FILTER */
  /* TABULATOR */
  /* Smartphones (Portrait) */
  /*--------------------------------*/
  /*    INT PHONE NUMBER INPUT      */
  /*--------------------------------*/ }
  #autenticacao-container .autgov-tooltip[aria-label][data-tooltip-pos]:after {
    padding: 1em;
    width: 200px;
    border: 1px solid #3c5dbc;
    background-color: white;
    color: #3c5dbc;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5; }
  #autenticacao-container .autgov-tooltip[aria-label][data-tooltip-pos][data-tooltip-pos="right"]:before {
    border-right-color: #3c5dbc; }
  #autenticacao-container .tooltip-icon {
    background-image: url("/o/autenticacao-gov-theme/images/icon_blue/info.svg");
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: -4px; }
  #autenticacao-container .table-cell.tooltip-fix {
    overflow: visible !important; }
  #autenticacao-container .autgov-tooltip {
    display: flex !important; }
  #autenticacao-container input.input.input-search-filter {
    margin-bottom: 20px;
    height: 20px;
    width: 40%;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    outline: none;
    padding-left: 10px;
    background-image: url("/o/autenticacao-gov-theme/images/icon_black/magnifying-glass.svg");
    text-align: left;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 20px; }
  #autenticacao-container .tabulator {
    font-size: 88%;
    border: none; }
  #autenticacao-container .tabulator .tabulator-header,
  #autenticacao-container .tabulator .tabulator-col {
    background-color: #E6E7E8;
    color: #2A2A2A;
    height: 100% !important;
    display: inline-flex;
    border-right: none; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    white-space: normal;
    padding-right: 0.5rem;
    width: auto !important;
    max-width: 80% !important; }
  #autenticacao-container .tabulator-col-title input[type="checkbox"] {
    margin-top: 5px; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 0.7rem 0.8rem !important; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
    position: relative;
    top: unset;
    right: unset; }
  #autenticacao-container .tabulator-row .tabulator-cell {
    overflow: hidden;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: none;
    color: #2A2A2A;
    min-height: 40px;
    height: auto !important; }
  #autenticacao-container .tabulator-row.tabulator-row-even {
    background-color: white; }
  #autenticacao-container .tabulator-row.tabulator-selected {
    background-color: #3C5DBC !important; }
  #autenticacao-container .tabulator-row.tabulator-selected .tabulator-cell {
    color: white !important; }
  #autenticacao-container .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row {
    border-bottom: 1px solid #E6E7E8; }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-paginator {
    color: #2A2A2A; }
  #autenticacao-container .tabulator .tabulator-footer {
    border: none;
    background: none;
    padding: 20px;
    display: flex;
    justify-content: center; }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-page-size {
    margin-right: 20px;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #2A2A2A;
    outline: none; }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-page {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin: 0px 3px;
    padding: 5px 12px; }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-page.active {
    border-color: #3C5DBC;
    background-color: #3C5DBC; }
  #autenticacao-container .tabulator button:focus {
    outline: none; }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-page[data-page="last"] {
    border: 1px solid rgba(0, 0, 0, 0.4); }
  #autenticacao-container .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    border: 1px solid #E6E7E8;
    background: #E6E7E8;
    color: #3C5DBC; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
    border: 0;
    background-image: url("/o/autenticacao-gov-theme/images/icon_black/down_arrow.svg");
    text-align: left;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
    border: 0; }
  #autenticacao-container .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
    border: 0;
    background-image: url("/o/autenticacao-gov-theme/images/icon_black/up_arrow.svg");
    text-align: left;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px; }
  @media (max-width: 480px) {
    #autenticacao-container .tabulator .tabulator-footer .tabulator-paginator {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #autenticacao-container .tabulator .tabulator-footer .tabulator-page {
      margin: 10px;
      width: 33%; }
    #autenticacao-container .tabulator .tabulator-footer .tabulator-page-size {
      margin: 10px;
      width: 33%; }
    #autenticacao-container .tabulator .tabulator-footer .tabulator-pages {
      margin: 0 7px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      overflow-y: scroll; }
    #autenticacao-container #filter-date-btn {
      background-position: 50%;
      padding: 25px;
      outline: 1px solid;
      color: #3c5dbc; } }
  #autenticacao-container .iti {
    width: 100%; }
  #autenticacao-container .iti__country-list {
    max-width: 200px;
    white-space: normal; }
  #autenticacao-container .input.modal-input.modal-input-intltel {
    padding-left: 100px !important;
    min-width: 200px !important; }
  #autenticacao-container .iti__flag-container {
    min-width: 90px; }
  #autenticacao-container .intltel-container {
    margin-bottom: 240px !important; }
  #autenticacao-container #autgov-contactos {
    margin-top: 5em;
    margin-bottom: 5em; }
    #autenticacao-container #autgov-contactos #autenticacao-telefone {
      border: 1px solid rgba(112, 110, 110, 0.3);
      padding-bottom: 10px;
      margin-top: 0.8em; }
      #autenticacao-container #autgov-contactos #autenticacao-telefone #label-container-contacts-citizen {
        margin-bottom: 1em; }
    #autenticacao-container #autgov-contactos #contacts-right-side h1#firstheader {
      margin-bottom: 15px; }
    #autenticacao-container #autgov-contactos .contacts-label-text-image {
      display: flex; }
      #autenticacao-container #autgov-contactos .contacts-label-text-image svg {
        margin-top: 1.0em;
        margin-right: 0.5em; }
      #autenticacao-container #autgov-contactos .contacts-label-text-image h2 {
        font-size: 1rem;
        color: #3c5dbc; }
    #autenticacao-container #autgov-contactos #telephone-contact {
      padding-top: 3px; }
    #autenticacao-container #autgov-contactos #mail-contact {
      padding-top: 2px; }
    #autenticacao-container #autgov-contactos h1#firstheader.contacts-first-header {
      font-size: 1.5rem;
      font-weight: 900; }
    #autenticacao-container #autgov-contactos .label-square {
      font-size: 1.6rem;
      color: #3c5dbc;
      margin-top: -5px;
      padding-right: 10px; }
    #autenticacao-container #autgov-contactos .label-container-contacts h2.label-text {
      font-size: 1rem;
      font-weight: 900;
      text-transform: uppercase;
      padding-left: 1em; }
    #autenticacao-container #autgov-contactos .label-container-contacts h2.label-text#select-service {
      padding-left: 0; }
    #autenticacao-container #autgov-contactos #autenticacao-telefone p {
      padding-left: 1em;
      padding-right: 1em; }
    #autenticacao-container #autgov-contactos #autenticacao-telefone .contacts-label-text-image {
      padding-left: 1em; }
    #autenticacao-container #autgov-contactos #autenticacao-telefone ul {
      margin-bottom: 0.1rem; }
    #autenticacao-container #autgov-contactos input.input-contacts {
      margin-bottom: 2rem;
      width: 410px;
      border: 1px solid black;
      border-top: #3c5dbc;
      border-right: #3c5dbc;
      border-left: #3c5dbc;
      padding-left: 0.4rem;
      font-size: 0.9em; }
    #autenticacao-container #autgov-contactos #search_text {
      padding-inline-start: 1em;
      padding-inline-end: 3em; }
    #autenticacao-container #autgov-contactos #search_button {
      background-image: url(../images/icon_grey/magnifying-glass.svg);
      background-repeat: no-repeat;
      background-color: transparent;
      border: 0px;
      background-size: 21px;
      width: fit-content;
      height: fit-content;
      background-position: center;
      position: relative;
      top: 15px;
      left: -48px;
      outline: none !important; }
    #autenticacao-container #autgov-contactos .contacts-button-container {
      max-width: 645px;
      min-width: 300px;
      flex-wrap: wrap;
      margin-bottom: 1rem; }
      #autenticacao-container #autgov-contactos .contacts-button-container button {
        background-color: white;
        color: #3c5dbc;
        border: 1px solid #3c5dbc;
        text-transform: uppercase;
        font-weight: bold;
        background-size: 32px;
        width: 200px;
        font-size: 0.8rem;
        min-height: 110px;
        margin: 5px; }
      #autenticacao-container #autgov-contactos .contacts-button-container p {
        padding-top: 1.3em; }
      #autenticacao-container #autgov-contactos .contacts-button-container #contact-button-afe {
        background-position-y: 1.5em; }
    #autenticacao-container #autgov-contactos button:hover {
      background-color: #3c5dbc;
      color: white;
      cursor: pointer; }
    #autenticacao-container #autgov-contactos .contact-button {
      background-position-x: center;
      background-position-y: 2em;
      border: 1px solid black;
      background-repeat: no-repeat;
      padding-top: 46px; }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CMD_SYSTEM {
      background-image: url(../images/icon_blue/CMD.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CMD_SYSTEM:hover {
      background-image: url(../images/icon_white/CMD-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CMD_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/CMD-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SCAP_SYSTEM {
      background-image: url(../images/icon_blue/PROFISSIONAIS.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SCAP_SYSTEM:hover {
      background-image: url(../images/icon_white/PROFISSIONAIS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SCAP_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/PROFISSIONAIS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-FAF_SYSTEM {
      background-image: url(../images/icon_blue/FUNCIONARIO.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-FAF_SYSTEM:hover {
      background-image: url(../images/icon_white/FUNCIONARIO-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-FAF_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/FUNCIONARIO-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SAFE_SYSTEM {
      background-image: url(../images/icon_blue/FATURAS.svg);
      background-position-y: 1.2em; }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SAFE_SYSTEM:hover {
      background-image: url(../images/icon_white/FATURAS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-SAFE_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/FATURAS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-IDGOV_SYSTEM {
      background-image: url(../images/icon_blue/GOV_PT.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-IDGOV_SYSTEM:hover {
      background-image: url(../images/icon_white/GOV_PT-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-IDGOV_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/GOV_PT-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-DADOS_PESSOAIS_SYSTEM {
      background-image: url(../images/icon_blue/DADOS_PESSOAIS.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-DADOS_PESSOAIS_SYSTEM:hover {
      background-image: url(../images/icon_white/DADOS_PESSOAIS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-DADOS_PESSOAIS_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/DADOS_PESSOAIS-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-AUTORIZACOES_SYSTEM {
      background-image: url(../images/icon_blue/AUTORIZACOES.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-AUTORIZACOES_SYSTEM:hover {
      background-image: url(../images/icon_white/AUTORIZACOES-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-AUTORIZACOES_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/AUTORIZACOES-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CARTAO_DE_CIDADAO_SYSTEM {
      background-image: url(../images/icon_blue/CC.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CARTAO_DE_CIDADAO_SYSTEM:hover {
      background-image: url(../images/icon_white/CC-1.svg); }
    #autenticacao-container #autgov-contactos .contact-button#contact-button-CARTAO_DE_CIDADAO_SYSTEM:focus {
      background-color: #3c5dbc;
      color: white;
      background-image: url(../images/icon_white/CC-1.svg); }
    #autenticacao-container #autgov-contactos .container {
      border: 1px solid black; }
    #autenticacao-container #autgov-contactos .contacts_radio_buttons input {
      min-height: 0px; }
    #autenticacao-container #autgov-contactos .contacts_radio_buttons input:focus {
      box-shadow: none !important; }
    #autenticacao-container #autgov-contactos .contacts_radio_buttons label {
      bottom: 2px;
      position: relative;
      padding-left: 10px;
      max-width: 93%; }
    #autenticacao-container #autgov-contactos p.contacts-form-campos-label-information {
      color: #a1a0a0;
      font-size: 0.7em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form-contacts-asterisk-text-container {
      margin-bottom: 30px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 {
      display: grid; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 textarea {
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv {
        display: block; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID {
          margin-bottom: 1em; }
          #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID label {
            margin-right: 0.5em; }
          #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID input {
            padding-inline-start: 1em;
            padding-inline-end: 1em; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .checkboxClassIdGovTypeCard {
          display: flex;
          margin-left: 1em; }
          #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .checkboxClassIdGovTypeCard input:focus {
            box-shadow: none !important; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .labelCheckbox {
          vertical-align: middle;
          padding-top: 0.65em;
          padding-left: 0.5em; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .labelCheckbox::after {
          content: none; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .inputCheckbox {
          vertical-align: middle; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #idGovCardTypeDiv .checkboxIdGovCardTypeInformation {
          margin-left: 2.5em;
          color: #843206;
          margin-bottom: 0em; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .textAreaAndCounter {
        justify-self: right;
        display: flex; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .errorMessageForm {
        display: none;
        color: #ca4b07;
        margin-bottom: 0.3rem; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .redComponent {
        border: 2px solid #ca4b07; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .idFormCamps {
        display: grid; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .removeMandatory label::after {
        content: none; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #errorNumberIdentification_label::after {
        content: none; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_message {
        margin-bottom: 0; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_message_information {
        margin: 0;
        margin-bottom: -1.5em; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document_mandatory {
        padding: 0px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 div#form_campos_upload_document_mandatory::after {
        content: " *";
        color: #ca4b07;
        padding-left: 0.2em; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document {
        padding: 0px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_imagePDF {
          background-repeat: no-repeat;
          background-image: url(../images/icon_blue/pdf_document.svg);
          align-self: center;
          background-size: contain;
          height: 30px;
          max-width: 37px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_progressdiv {
          min-width: 250px; }
          #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_progressdiv #form_campos_upload_document_progressText {
            margin: 0;
            width: fit-content;
            position: absolute;
            bottom: 12px;
            font-size: 0.8rem;
            color: #a1a0a0;
            padding-right: 20%; }
          #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_progressdiv #form_campos_upload_document_progressBar {
            background-repeat: no-repeat;
            height: 3px;
            position: absolute;
            background-color: #a1a0a0;
            bottom: 10px;
            width: 80%; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_botao {
          min-width: 215px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #ticketMessage {
        height: 6em;
        padding-block-start: 10px;
        padding-block-end: 10px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_date_container {
        display: flex;
        padding: 0; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_date_container input#errorDate::-webkit-calendar-picker-indicator {
          background-image: url(../images/icon_black/calendar.svg);
          padding-right: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_date_container input#errorDate {
          color: #a1a0a0;
          font-size: 0.8em;
          width: 90%;
          padding-inline-start: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_date_container input#errorHour {
          color: #a1a0a0;
          font-size: 0.8em;
          padding-inline-start: 10px;
          width: inherit; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 label {
        width: fit-content; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .mandatoryField label::after {
        content: " *";
        color: #ca4b07; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 select {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_largest_camps {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_smaller_camps {
        width: 68%;
        padding: 9px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_termsAndConditions {
        display: flex; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_termsAndConditions label {
          padding-left: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_termsAndConditions label::after {
          content: none; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_termsAndConditions #termsAndConditions_input {
          width: 20px; }
        #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_termsAndConditions #termsAndConditions_input:focus {
          box-shadow: none !important; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_submeter {
        margin-left: auto; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text {
      background-color: rgba(216, 222, 222, 0.413);
      padding: 20px;
      display: flex;
      margin-bottom: 30px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_div {
        background-image: url(../images/icon_blue/ID_GOV.svg);
        background-repeat: no-repeat;
        align-self: center;
        height: 30px;
        background-size: contain;
        margin-right: 20px;
        max-width: 30px; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_cmd {
        background-image: url(../images/icon_blue/CMD.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_faf {
        background-image: url(../images/icon_blue/FUNCIONARIO.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_safe {
        background-image: url(../images/icon_blue/FATURAS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_scap {
        background-image: url(../images/icon_blue/PROFISSIONAIS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_idgov {
        background-image: url(../images/icon_blue/ID_GOV.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text #form_image_contacts_dadosPessoais {
        background-image: url(../images/icon_blue/DADOS_PESSOAIS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text h3 {
        margin: 0;
        color: #3c5dbc; }
      #autenticacao-container #autgov-contactos #form-contacts2 #form_contacts_image_text p {
        margin: 0;
        position: relative;
        top: -6px; }
    #autenticacao-container #autgov-contactos #form-contacts #form-contacts-asterisk-text-container {
      margin-bottom: 30px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos {
      display: grid; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos textarea {
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv {
        display: block; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID {
          margin-bottom: 1em; }
          #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID label {
            margin-right: 0.5em; }
          #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv #checkboxClassIdGovTypeCardOutroID input {
            padding-inline-start: 1em;
            padding-inline-end: 1em; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .checkboxClassIdGovTypeCard {
          display: flex;
          margin-left: 1em; }
          #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .checkboxClassIdGovTypeCard input:focus {
            box-shadow: none !important; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .labelCheckbox {
          vertical-align: middle;
          padding-top: 0.65em;
          padding-left: 0.5em; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .labelCheckbox::after {
          content: none; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .inputCheckbox {
          vertical-align: middle; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #idGovCardTypeDiv .checkboxIdGovCardTypeInformation {
          margin-left: 2.5em;
          color: #843206;
          margin-bottom: 0em; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .textAreaAndCounter {
        justify-self: right;
        display: flex; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .errorMessageForm {
        display: none;
        color: #ca4b07;
        margin-bottom: 0.3rem; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .redComponent {
        border: 2px solid #ca4b07; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .idFormCamps {
        display: grid; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .removeMandatory label::after {
        content: none; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #errorNumberIdentification_label::after {
        content: none; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_message {
        margin-bottom: 0; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_message_information {
        margin: 0;
        margin-bottom: -1.5em; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document_mandatory {
        padding: 0px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos div#form_campos_upload_document_mandatory::after {
        content: " *";
        color: #ca4b07;
        padding-left: 0.2em; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document {
        padding: 0px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_imagePDF {
          background-repeat: no-repeat;
          background-image: url(../images/icon_blue/pdf_document.svg);
          align-self: center;
          background-size: contain;
          height: 30px;
          max-width: 37px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_progressdiv {
          min-width: 250px; }
          #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_progressdiv #form_campos_upload_document_progressText {
            margin: 0;
            width: fit-content;
            position: absolute;
            bottom: 12px;
            font-size: 0.8rem;
            color: #a1a0a0;
            padding-right: 20%; }
          #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_progressdiv #form_campos_upload_document_progressBar {
            background-repeat: no-repeat;
            height: 3px;
            position: absolute;
            background-color: #a1a0a0;
            bottom: 10px;
            width: 80%; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_botao {
          min-width: 215px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #ticketMessage {
        height: 6em;
        padding-block-start: 10px;
        padding-block-end: 10px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_date_container {
        display: flex;
        padding: 0; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_date_container input#errorDate::-webkit-calendar-picker-indicator {
          background-image: url(../images/icon_black/calendar.svg);
          padding-right: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_date_container input#errorDate {
          color: #a1a0a0;
          font-size: 0.8em;
          width: 90%;
          padding-inline-start: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_date_container input#errorHour {
          color: #a1a0a0;
          font-size: 0.8em;
          padding-inline-start: 10px;
          width: inherit; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos label {
        width: fit-content; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos label::after {
        content: " *";
        color: #ca4b07; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos select {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_smaller_camps {
        width: 68%;
        padding: 9px 20px;
        box-sizing: border-box;
        margin-bottom: 15px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_termsAndConditions {
        display: flex; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_termsAndConditions label {
          padding-left: 10px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_termsAndConditions label::after {
          content: none; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_termsAndConditions #termsAndConditions_input {
          width: 20px; }
        #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_termsAndConditions #termsAndConditions_input:focus {
          box-shadow: none !important; }
      #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_submeter {
        margin-left: auto; }
    #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text {
      background-color: rgba(216, 222, 222, 0.413);
      padding: 20px;
      display: flex;
      margin-bottom: 30px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_div {
        background-image: url(../images/icon_blue/ID_GOV.svg);
        background-repeat: no-repeat;
        align-self: center;
        height: 30px;
        background-size: contain;
        margin-right: 20px;
        max-width: 30px; }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_cmd {
        background-image: url(../images/icon_blue/CMD.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_faf {
        background-image: url(../images/icon_blue/FUNCIONARIO.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_safe {
        background-image: url(../images/icon_blue/FATURAS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_scap {
        background-image: url(../images/icon_blue/PROFISSIONAIS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_idgov {
        background-image: url(../images/icon_blue/ID_GOV.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text #form_image_contacts_dadosPessoais {
        background-image: url(../images/icon_blue/DADOS_PESSOAIS.svg); }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text h3 {
        margin: 0;
        color: #3c5dbc; }
      #autenticacao-container #autgov-contactos #form-contacts #form_contacts_image_text p {
        margin: 0;
        position: relative;
        top: -6px; }
    #autenticacao-container #autgov-contactos #form_campos_filesAttached {
      margin-bottom: 1em; }
      #autenticacao-container #autgov-contactos #form_campos_filesAttached #form_campos_separador_ficheiros {
        height: 1px;
        background: black; }
      #autenticacao-container #autgov-contactos #form_campos_filesAttached .form_campos_fileNameAndSize {
        display: flex;
        justify-content: space-between; }
        #autenticacao-container #autgov-contactos #form_campos_filesAttached .form_campos_fileNameAndSize .form_campos_p_name_size {
          padding-top: 0.3rem;
          margin-top: 0.5rem; }
        #autenticacao-container #autgov-contactos #form_campos_filesAttached .form_campos_fileNameAndSize .form_campos_delete_file {
          margin-top: 0.5rem;
          color: #3C5DBC;
          background-color: white;
          border: 1px solid #3C5DBC;
          padding: 7px 23px;
          cursor: pointer; }
  @media (max-width: 247px) {
    #autenticacao-container #autgov-contactos .contacts_radio_buttons label {
      max-width: 90%; } }
  @media (max-width: 355px) {
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
      width: 16em; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_submeter_btn {
      padding-right: 0; } }
  @media (max-width: 404px) {
    #autenticacao-container #autgov-contactos #form-contacts #form_campos_submeter {
      margin-top: 35px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos_submeter {
      margin-top: 35px; } }
  @media (max-width: 466px) {
    #autenticacao-container #autgov-contactos input.input-contacts {
      width: inherit; }
    #autenticacao-container #autgov-contactos .contacts-button-container button {
      font-size: 0.8rem;
      width: 150px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_smaller_camps {
      width: 16em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_smaller_camps {
      width: 16em; } }
  @media (min-width: 467px) and (max-width: 575px) {
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
      width: 25em; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_smaller_camps {
      width: 16em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_largest_camps {
      width: 25em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_smaller_camps {
      width: 16em; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
      width: 32em; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_smaller_camps {
      width: 20em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_largest_camps {
      width: 32em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_smaller_camps {
      width: 20em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #autenticacao-container #autgov-contactos .contacts-button-container button {
      font-size: 0.8rem;
      width: 190px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
      width: 25em; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_smaller_camps {
      width: 20em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_largest_camps {
      width: 25em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 #form_campos_upload_document #form_campos_upload_document_imagePDF {
      margin-bottom: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_smaller_camps {
      width: 20em; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #autenticacao-container #autgov-contactos .contacts-button-container button {
      font-size: 0.8rem;
      width: 250px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos .form_largest_camps {
      width: 34em; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos2 .form_largest_camps {
      width: 34em; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    #autenticacao-container #autgov-contactos .contacts-button-container button {
      width: 200px; }
    #autenticacao-container #autgov-contactos #form-contacts #form_campos_termsAndConditions label {
      padding-top: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos_termsAndConditions label {
      padding-top: 10px; } }
  @media (min-width: 1200px) {
    #autenticacao-container #autgov-contactos #form-contacts #form_campos_termsAndConditions label {
      padding-top: 10px; }
    #autenticacao-container #autgov-contactos #form-contacts2 #form_campos_termsAndConditions label {
      padding-top: 10px; } }