@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");
html {
  font-size: 16px; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem; }

.nv-text-default {
  color: #364150; }

.nv-text-primary {
  color: #4b89dc; }

.nv-text-secondary {
  color: #aab2bd; }

.nv-text-success {
  color: #329243; }

.nv-text-danger {
  color: #db4453; }

.nv-text-warning {
  color: #f3b944; }

.nv-text-info {
  color: #967bdc; }

.nv-text-light {
  color: #b8c1cf; }

.nv-text-dark {
  color: #434a54; }

.nv-text-navy {
  color: #6c757d; }

.nv-text-semibold {
  font-weight: 600; }

.nv-text-bold {
  font-weight: 700; }

html, body {
  height: 100%; }

body {
  background: #fcfdfd;
  min-width: 300px; }

/* stage */
@media (min-width: 992px) {
  .app-sidebar {
    width: 260px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15; }
  .app-sidebar.is-collapsed {
    width: 64px; }
  .app-stage {
    margin-left: 260px; }
  .app-stage.is-collapsed {
    margin-left: 64px; } }

.app-stage-content {
  padding-bottom: 2.5rem;
  font-size: 0.8125rem; }

.app-stage-pad {
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .app-stage-pad {
      padding: 2rem; } }

.app-stage-section {
  border-top: 1px solid #CCD5DB; }

.nv-panel {
  background: #f5f7fa;
  margin-top: 1.5rem;
  border: 1px solid #ccd5db; }
  @media (min-width: 768px) {
    .nv-panel {
      margin-top: 2rem; } }

.nv-panel.is-first {
  margin-top: 0; }

.nv-panel-header {
  padding: 0.6rem 0.8rem 0.62rem 0.8rem;
  border-bottom: 1px solid #ccd5db;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #e4e9f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.nv-panel-header-title {
  width: 100%;
  margin: 0;
  color: #545b62;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase; }

.nv-panel-header-icon {
  margin-right: 0.5rem;
  color: #737d85; }

.nv-panel-body {
  position: relative; }

.nv-panel-body.is-loading {
  min-height: 4rem; }
  .nv-panel-body.is-loading:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 4; }
  .nv-panel-body.is-loading:after {
    content: "\f1ce";
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 1.75rem;
    color: #967bdc;
    text-align: center;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -0.875rem;
    z-index: 5; }

.nv-panel-pad {
  padding: 1rem; }
  @media (min-width: 480px) {
    .nv-panel-pad {
      padding: 2rem; } }

.nv-panel-pad-compact {
  padding: 1rem; }
  @media (min-width: 480px) {
    .nv-panel-pad-compact {
      padding: 1.5rem; } }

.nv-panel-pad-sm {
  padding: 1rem; }

.nv-panel-section {
  border-top: 1px solid #ccd5db; }

/* panel footer */
.nv-panel-footer {
  border-top: 1px solid #ccd5db;
  display: flex;
  flex-direction: row;
  background: #fff; }

.nv-panel-footer-item {
  flex-grow: 1;
  text-align: center; }
  .nv-panel-footer-item a {
    display: block;
    padding: 1em;
    text-decoration: none; }
  .nv-panel-footer-item .fa {
    margin-right: 0.4rem; }

.nv-panel-footer-item:not(:last-child) {
  border-right: 1px solid #e0edf5; }

.nv-tabs {
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  border-bottom: 1px solid #ccd5db;
  font-size: 0;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .nv-tabs {
      border-top: 0;
      border-right: 0;
      border-left: 0;
      margin-bottom: 0;
      background: none; } }
  .nv-tabs li {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600; }
  .nv-tabs li:not(:first-child) {
    margin-left: 1.25rem; }
  .nv-tabs a {
    display: block;
    color: #808c9d;
    padding: 0.25rem 0.1rem 0.8rem 0.1rem;
    border-bottom: 2px solid transparent;
    transition: background 0.3s ease, border 0.2s ease, color 0.2s ease; }
  .nv-tabs a:hover {
    text-decoration: none; }
  .nv-tabs a.is-active {
    color: #4b89dc;
    border-color: #4b89dc; }
  .nv-tabs a:not(.is-active):hover {
    border-color: #4b89dc;
    color: #4b89dc; }
  .nv-tabs a:not(.is-active):active {
    background: #b6cff1; }
  .nv-tabs .tab-icon {
    margin-right: 0.4rem; }

.sidebar-body {
  width: 260px;
  height: 100%;
  background: #1f3547;
  transition: transform 0.3s ease;
  transform: translateX(-320px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
  position: fixed;
  z-index: 43;
  top: 0;
  left: 0; }
  .sidebar-body.is-active {
    transform: translateX(0); }

.sidebar-body::-webkit-scrollbar {
  width: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.sidebar-body::-webkit-scrollbar-track {
  background: #45647d; }

.sidebar-body::-webkit-scrollbar-thumb {
  background: #94BAD9;
  border-radius: 10px; }

@media (min-width: 992px) {
  .sidebar {
    width: 260px;
    height: 100%;
    display: grid;
    grid-template-rows: 3.5rem 1fr;
    overflow: hidden;
    transition: width 0.2s ease; }
  .sidebar-body {
    position: static;
    transform: none; } }

/* logo */
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a2d3c;
  padding-left: 1.1rem;
  height: 3.5rem; }

.sidebar-logo {
  width: 100px;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #adc7db;
  padding: 1px 0 0 0;
  overflow: hidden;
  transition: width 0.2s ease; }
  .sidebar-logo img {
    display: block;
    width: 100px; }

/* mobile menu btn */
.sidebar-menu-btn {
  color: #fff;
  height: 100%;
  padding: 0.5rem 1.5rem;
  border: 0;
  outline: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.15s ease; }
  .sidebar-menu-btn:active {
    background: #3b6587; }
  .sidebar-menu-btn:focus {
    outline: 0; }
  @media (min-width: 992px) {
    .sidebar-menu-btn {
      display: none; } }

/* sidebar footer */
.sidebar-footer {
  display: none; }
  @media (min-width: 992px) {
    .sidebar-footer {
      display: block;
      padding: 0.5rem;
      background: #1a2d3c; } }

/* menu */
.menu-main {
  display: block;
  width: 252px;
  background: #1f3547;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  font-weight: 400;
  font-size: 0.8125rem; }
  .menu-main li {
    display: block;
    position: relative; }
  .menu-main a {
    text-decoration: none; }
  @media (min-width: 992px) {
    .menu-main {
      margin-top: 1rem;
      padding-top: 0; }
      .menu-main a {
        transition: background .3s ease, color .3s ease; }
        .menu-main a:hover {
          transition: none; } }

.menu-main > li {
  margin-top: 0.25rem;
  font-weight: 600;
  padding: 0 0.75rem; }
  .menu-main > li:first-child {
    margin-top: 0; }

.menu-main > li.divisor {
  margin: 0.6rem 0; }
  .menu-main > li.divisor::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #365d7c; }

.menu-main__link-level-one {
  display: block;
  padding: 0.6rem 0 0.6rem 0;
  color: #ced5e4;
  border-radius: 4px;
  min-height: 2.4rem;
  overflow: hidden; }

.menu-main__link-level-one-row {
  display: grid;
  grid-template-columns: 2.5rem 1fr 2rem;
  width: 228px; }

.menu-main__link-icon {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  color: #70abdb;
  padding-top: 3px; }

.menu-main__dropdown-icon {
  position: relative;
  top: 0.06em;
  opacity: 0.6;
  font-size: 0.75rem;
  transition: top 0.1s ease, transform 0.3s ease; }

.menu-main__link-labels {
  text-align: right;
  padding-right: 0.5rem; }
  .menu-main__link-labels > :not(:first-child) {
    margin-left: 0.4rem; }

.menu-main__submenu {
  display: none;
  margin: 0;
  padding: 0;
  animation: fadeEffect 0.2s;
  line-height: 1.25; }

.menu-main__submenu.is-open {
  display: block; }

.menu-main__submenu > li {
  margin-top: 2px; }

.menu-main__submenu > li > a {
  display: block;
  padding: 0.5rem 0.5rem 0.6rem 2.5rem;
  color: #8c9aa6;
  border-radius: 4px; }
  .menu-main__submenu > li > a:hover, .menu-main__submenu > li > a.is-active {
    background: #254056;
    color: #fff; }
  .menu-main__submenu > li > a.is-active:before {
    display: inline-block;
    content: "\f111";
    color: #8cc051;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    position: absolute;
    left: 1.4rem;
    top: 0.75rem; }
  .menu-main__submenu > li > a:active {
    background: #2a4861; }

/* states */
@media (min-width: 768px) {
  .menu-main__link-level-one:hover {
    color: #fff;
    background: #2f4f6a; } }

.menu-main__link-level-one:active {
  background: #345775; }

.menu-main > .is-active > .menu-main__link-level-one,
.menu-main > .is-active > .menu-main__link-level-one:hover {
  background: #3880bb;
  color: #fff; }

.menu-main > .is-active .menu-main__link-icon,
.menu-main > .is-open .menu-main__link-icon {
  color: #fff; }

.menu-main .menu-main__link-level-one:hover {
  color: #ced5e4; }

@media (min-width: 768px) {
  .menu-main .menu-main__link-level-one:hover {
    color: #fff; }
  .menu-main .menu-main__link-level-one:hover .menu-main__link-icon {
    color: #fff; } }

.menu-main > .is-open .menu-main__dropdown-icon {
  top: -0.1em;
  transform: rotate(180deg); }

.sidebar .visible-on-collapsed {
  display: none; }

.sidebar.is-collapsed .hidden-on-collapsed {
  display: none; }

.sidebar.is-collapsed .visible-on-collapsed {
  display: block; }

/* sidebar recolhida - apenas desktop */
@media (min-width: 992px) {
  .sidebar.is-collapsed {
    width: 64px; }
    .sidebar.is-collapsed .sidebar-logo {
      width: 32px; }
    .sidebar.is-collapsed .menu-main {
      width: 64px; }
    .sidebar.is-collapsed .menu-main__submenu.is-open {
      display: none; }
  .sidebar.is-collapsed-hover {
    width: 240px; }
    .sidebar.is-collapsed-hover .sidebar-logo {
      width: 200px; }
    .sidebar.is-collapsed-hover .menu-main {
      width: 232px; }
    .sidebar.is-collapsed-hover .menu-main__submenu.is-open {
      display: block; } }

/* body overlay */
@media (max-width: 991px) {
  .body-overlay {
    position: fixed;
    z-index: 9;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    opacity: 0;
    transition: opacity 0.4s ease, right 0s linear 0.15s; }
  .body-faded .body-overlay {
    right: 0;
    opacity: 0.75; } }

.nv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  height: 1.75rem;
  padding: 0 0.6rem;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  .nv-btn:hover {
    border-color: rgba(0, 0, 0, 0.2);
    text-decoration: none; }
  .nv-btn:active, .nv-btn:focus {
    outline: 0; }

.nv-btn-block {
  width: 100%;
  text-align: center; }

/* sizing */
.nv-btn-sm {
  font-size: 0.75rem;
  height: 1.4rem;
  padding: 0 0.5rem; }

.nv-btn-lg {
  font-size: 1rem;
  height: 2.25rem;
  padding: 0 1rem; }

/* standards */
.nv-btn-primary {
  background-color: #4b89dc;
  color: #fff; }
  .nv-btn-primary:hover {
    background-color: #5891de;
    color: #fff; }
  .nv-btn-primary:active {
    background-color: #4283da;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(46, 67, 84, 0.2), inset 0 1px 4px 0 rgba(64, 91, 115, 0.25); }
  .nv-btn-primary:focus-visible {
    box-shadow: 0 0 0 3px #bed5f2; }

.nv-btn-success {
  background-color: #6cb143;
  color: #fff; }
  .nv-btn-success:hover {
    background-color: #73ba49;
    color: #fff; }
  .nv-btn-success:active {
    background-color: #67aa40;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(93, 117, 76, 0.2), inset 0 1px 4px 0 rgba(92, 121, 75, 0.2); }
  .nv-btn-success:focus-visible {
    box-shadow: 0 0 0 3px #b7dca2; }

.nv-btn-danger {
  background-color: #db4453;
  color: #fff; }
  .nv-btn-danger:hover {
    background-color: #dd515f;
    color: #fff; }
  .nv-btn-danger:active {
    background-color: #d93b4b;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.2), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
  .nv-btn-danger:focus-visible {
    box-shadow: 0 0 0 3px #f1b7bd; }

.nv-btn-warning {
  background-color: #f3b944;
  color: #8b6009; }
  .nv-btn-warning:hover {
    background-color: #f4be52;
    color: #785308; }
  .nv-btn-warning:active {
    background-color: #f2b53a;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.2), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
  .nv-btn-warning:focus-visible {
    box-shadow: 0 0 0 3px #fbe9c5; }

.nv-btn-info {
  background-color: #967bdc;
  color: #fff; }
  .nv-btn-info:hover {
    background-color: #a087df;
    color: #fff; }
  .nv-btn-info:active {
    background-color: #9073da;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.2), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
  .nv-btn-info:focus-visible {
    box-shadow: 0 0 0 3px #ede8f9; }

.nv-btn-light {
  background: linear-gradient(180deg, #fcfcfd, #f3f4f7);
  color: #4f5b69; }
  .nv-btn-light:hover {
    color: #444e5a; }
  .nv-btn-light:active {
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2);
    background: linear-gradient(180deg, #f4f6f8, #f4f6f8); }
  .nv-btn-light:focus-visible {
    box-shadow: 0 0 0 2px rgba(56, 128, 187, 0.15); }

.nv-btn-dark {
  background: #434a54;
  color: #fff; }
  .nv-btn-dark:hover {
    background-color: #4a515d;
    color: #fff; }
  .nv-btn-dark:active {
    background-color: #3e454e;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.2), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
  .nv-btn-dark:focus-visible {
    box-shadow: 0 0 0 3px #848e9d; }

/* transparent */
.nv-btn-transparent-primary {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-primary:hover {
    background-color: #5c94df;
    color: #fff; }
    .nv-btn-transparent-primary:hover .fa {
      color: #fff; }
  .nv-btn-transparent-primary:active {
    color: #fff;
    background-color: #286ecc; }

.nv-btn-transparent-success {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-success:hover {
    background-color: #96c560;
    color: #fff; }
    .nv-btn-transparent-success:hover .fa {
      color: #fff; }
  .nv-btn-transparent-success:active {
    color: #fff;
    background-color: #72a33b; }

.nv-btn-transparent-danger {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-danger:hover {
    background-color: #de5563;
    color: #fff; }
    .nv-btn-transparent-danger:hover .fa {
      color: #fff; }
  .nv-btn-transparent-danger:active {
    color: #fff;
    background-color: #c62636; }

.nv-btn-transparent-warning {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-warning:hover {
    background-color: #f4c057;
    color: #8b6009; }
    .nv-btn-transparent-warning:hover .fa {
      color: #8b6009; }
  .nv-btn-transparent-warning:active {
    color: #8b6009;
    background-color: #f0a714; }

.nv-btn-transparent-info {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-info:hover {
    background-color: #a38be0;
    color: #fff; }
    .nv-btn-transparent-info:hover .fa {
      color: #fff; }
  .nv-btn-transparent-info:active {
    color: #fff;
    background-color: #7653d1; }

.nv-btn-transparent-light {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-light:hover {
    background: linear-gradient(180deg, #fcfcfd, #f3f4f7);
    color: #444e5a; }
  .nv-btn-transparent-light:active {
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2);
    background: linear-gradient(180deg, #fcfcfd, #f3f4f7); }
  .nv-btn-transparent-light:focus-visible {
    box-shadow: 0 0 0 2px rgba(56, 128, 187, 0.15); }

.nv-btn-transparent-dark {
  background: none;
  color: #6c757d;
  border-color: transparent; }
  .nv-btn-transparent-dark:hover {
    background-color: #4c545f;
    color: #fff; }
    .nv-btn-transparent-dark:hover .fa {
      color: #fff; }
  .nv-btn-transparent-dark:active {
    color: #fff;
    background-color: #2c3138; }

/* rounded */
.nv-btn-rounded {
  width: 1.75rem;
  height: 1.75rem;
  min-width: initial;
  padding: 0;
  border-radius: 100%;
  position: relative; }
  .nv-btn-rounded span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -7px; }

/* states */
.nv-btn.is-disabled,
.nv-btn:disabled {
  opacity: 0.65;
  pointer-events: none;
  user-select: none; }

.nv-btn.is-loading {
  opacity: 0.8;
  pointer-events: none; }
  .nv-btn.is-loading:after {
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f1ce";
    font-size: inherit;
    animation: fa-spin 2s infinite linear;
    position: relative;
    top: -0.01em;
    margin-left: 0.4rem; }

/* btn icons */
.btn-icon-left {
  margin-right: 0.4rem; }

.btn-icon-right {
  margin-left: 0.4rem; }

.nv-btn .caret {
  position: relative;
  top: 1px;
  margin-left: 0.4rem; }

/* labeled */
.nv-btn-labeled, .nv-btn-labeled-left, .nv-btn-labeled-right {
  position: relative; }
  .nv-btn-labeled .nv-btn-icon, .nv-btn-labeled-left .nv-btn-icon, .nv-btn-labeled-right .nv-btn-icon {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    height: 100%;
    width: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: bottom; }

.nv-btn-labeled-left {
  padding-left: 3rem; }
  .nv-btn-labeled-left .nv-btn-icon {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    left: 0; }

.nv-btn-labeled-right {
  padding-right: 3rem; }
  .nv-btn-labeled-right .nv-btn-icon {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    right: 0; }

.nv-btn-labeled.nv-btn-light .nv-btn-icon, .nv-btn-light.nv-btn-labeled-left .nv-btn-icon, .nv-btn-light.nv-btn-labeled-right .nv-btn-icon {
  background: none; }

/* hover overrides */
.nv-btn-hover-primary:hover {
  background: #5c94df;
  color: #fff; }

.nv-btn-hover-primary:active {
  background-color: #286ecc; }

.nv-btn-hover-success:hover {
  background: #96c560;
  color: #fff; }

.nv-btn-hover-success:active {
  background-color: #72a33b; }

.nv-btn-hover-danger:hover {
  background: #de5563;
  color: #fff; }

.nv-btn-hover-danger:active {
  background-color: #c62636; }

.nv-btn-hover-warning:hover {
  background: #f4c057;
  color: #8b6009; }

.nv-btn-hover-warning:active {
  background-color: #f0a714; }

.nv-btn-hover-info:hover {
  background: #a38be0;
  color: #fff; }

.nv-btn-hover-info:active {
  background-color: #7653d1; }

.nv-btn-hover-light:hover {
  background: white;
  color: #4b89dc; }

.nv-btn-hover-light:active {
  background-color: #e6e6e6; }

.nv-btn-hover-dark:hover {
  background: #4c545f;
  color: #fff; }

.nv-btn-hover-dark:active {
  background-color: #2c3138; }

/* btn group - botões grudados lado a lado */
.nv-btn-group {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
  position: relative; }
  .nv-btn-group .nv-btn {
    border-radius: 0;
    font-size: 0.875rem; }
    .nv-btn-group .nv-btn:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .nv-btn-group .nv-btn:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

/* navbar */
.nv-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem 0 1rem;
  background: #fff;
  height: 3.5rem;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .nv-navbar {
      padding: 0 1rem 0 0.5rem; } }

/* estrutura */
.nv-navbar-cell {
  height: 100%;
  display: flex;
  align-items: center; }

/* titulo / nome da empresa */
.nv-navbar-title {
  font-weight: 500;
  position: relative;
  top: 0.03rem;
  margin-left: 0.5rem; }

/* nome do usuário */
.nv-navbar-user {
  font-weight: 500;
  position: relative;
  top: 0.07rem;
  margin-right: 1rem; }

/* ajustes dropdown bootstrap */
.nv-navbar .dropdown {
  height: 100%; }

.nv-navbar .dropdown-toggle::after {
  display: none; }

.nv-navbar .dropdown-toggle::after {
  vertical-align: 0.08em; }

/* navbar link */
.nv-navbar-btn {
  display: flex;
  align-items: center;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 500;
  padding: 0 1rem;
  position: relative;
  cursor: pointer;
  transition: background 0.1s ease; }
  .nv-navbar-btn .badge {
    position: absolute;
    top: 0.5rem;
    left: 0.4rem; }
  .nv-navbar-btn:hover, .nv-navbar-btn:focus, .nv-navbar-btn:active {
    outline: 0; }

.nv-navbar-btn--hidden-lg {
  display: flex; }
  @media (min-width: 992px) {
    .nv-navbar-btn--hidden-lg {
      display: none; } }

.nv-navbar-btn--visible-lg {
  display: none; }
  @media (min-width: 992px) {
    .nv-navbar-btn--visible-lg {
      display: flex; } }

.nv-navbar-item--hidden-sm {
  display: none; }
  @media (min-width: 576px) {
    .nv-navbar-item--hidden-sm {
      display: block; } }

.nv-navbar-btn--toggle-sidebar {
  padding-top: 2px;
  font-size: 0.8125rem; }

/* cores */
.nv-navbar-blue {
  background: linear-gradient(to right, #1581b5 0%, #1581b5 52%, #0a4279 100%);
  color: #fff; }
  .nv-navbar-blue .nv-navbar-btn {
    color: #b7c8ea; }
    .nv-navbar-blue .nv-navbar-btn:hover, .nv-navbar-blue .nv-navbar-btn:focus, .nv-navbar-blue .nv-navbar-btn:active {
      background: rgba(255, 255, 255, 0.15); }

.nv-navbar-white {
  background: #fff;
  color: #6c757d;
  border-bottom: 1px solid #e1e6ea; }
  .nv-navbar-white .nv-navbar-btn {
    color: #6c757d; }
    .nv-navbar-white .nv-navbar-btn:hover, .nv-navbar-white .nv-navbar-btn:focus, .nv-navbar-white .nv-navbar-btn:active {
      background: #ebeef4; }

.nv-navbar-green {
  background-image: linear-gradient(to right, #318f94 0%, #3c8a5e 100%);
  color: #fff; }
  .nv-navbar-green .nv-navbar-btn {
    color: rgba(255, 255, 255, 0.8); }
    .nv-navbar-green .nv-navbar-btn:hover, .nv-navbar-green .nv-navbar-btn:focus, .nv-navbar-green .nv-navbar-btn:active {
      color: #fff;
      background: rgba(0, 0, 0, 0.2); }

.nv-navbar-navy-blue {
  background-image: linear-gradient(60deg, #223a4f 0%, #374f62 100%);
  color: #fff; }
  .nv-navbar-navy-blue .nv-navbar-btn {
    color: rgba(255, 255, 255, 0.8); }
    .nv-navbar-navy-blue .nv-navbar-btn:hover, .nv-navbar-navy-blue .nv-navbar-btn:focus, .nv-navbar-navy-blue .nv-navbar-btn:active {
      color: #fff;
      background: rgba(0, 0, 0, 0.2); }

.nv-navbar-purple {
  background-image: linear-gradient(to right, #623d9e 0%, #865dbb 100%);
  color: #fff; }
  .nv-navbar-purple .nv-navbar-btn {
    color: rgba(255, 255, 255, 0.9); }
    .nv-navbar-purple .nv-navbar-btn:hover, .nv-navbar-purple .nv-navbar-btn:focus, .nv-navbar-purple .nv-navbar-btn:active {
      color: #fff;
      background: rgba(0, 0, 0, 0.2); }

.body-login {
  background-image: linear-gradient(120deg, #0a2d48 0%, #1a2d3c 100%); }

.flex-full-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.login-container {
  flex-grow: 1;
  max-width: 400px;
  margin: 2rem;
  font-size: 0.875rem; }

.login-logo {
  margin-bottom: 2rem;
  padding-top: 0.5rem; }
  .login-logo img {
    display: block;
    max-width: 100%;
    margin: auto; }

.nv-panel-login {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 16px 6px -6px rgba(0, 0, 0, 0.4); }

.nv-login-logo {
  max-width: 140px;
  margin: 10px auto 30px auto; }
  .nv-login-logo img {
    display: block;
    width: 100%; }

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

.form-group-md {
  margin-bottom: 1.25rem; }

.form-group-lg {
  margin-bottom: 2rem; }

.form-group-spaceup {
  margin-top: 1.5rem; }

.form-group-list {
  margin-bottom: -0.875rem; }

.form-label {
  display: block;
  margin-bottom: 0.125rem; }
  .form-label .is-red {
    color: #db4453; }

.form-label.required::after {
  content: "*";
  color: #db4453;
  margin-left: 0.3em; }

.form-label.has-btn {
  margin-bottom: 0.75rem; }
  .form-label.has-btn .nv-btn {
    position: relative;
    top: 1px;
    margin-left: 0.4rem; }

.form-input {
  display: block;
  width: 100%;
  border: 1px solid #C4CDD5;
  border-radius: 3px;
  padding: 0.1rem 0.5rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: none;
  color: #1f3547;
  background: #fff;
  transition: box-shadow 0.15s ease; }
  .form-input:focus {
    border-color: #4f87d0;
    box-shadow: 0 0 0 2px rgba(55, 119, 204, 0.2); }

.form-input:not(textarea) {
  height: 1.75rem; }

textarea.form-input {
  resize: vertical;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

select.form-input {
  background: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .25rem center;
  background-size: 14px 10px;
  padding-right: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-textarea-lg {
  height: 6rem; }

.nv-form ::-webkit-input-placeholder {
  font-weight: 400;
  color: #a0a7ba; }

.nv-form ::-moz-placeholder {
  font-weight: 400;
  color: #a0a7ba; }

.nv-form :-ms-input-placeholder {
  font-weight: 400;
  color: #a0a7ba; }

.nv-form :-moz-placeholder {
  font-weight: 400;
  color: #a0a7ba; }

/* standard checkbox & radio */
.form-check-label {
  display: inline-block;
  margin-right: 0.8rem;
  cursor: pointer;
  color: #364150;
  user-select: none; }
  .form-check-label:hover {
    color: #4b89dc; }

.form-check-input {
  position: relative;
  top: 1px;
  margin-right: 0.2rem;
  outline: 0; }

/* feedback */
.help-block {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600; }
  .help-block a {
    margin-left: 0.25em; }

/* states */
.form-input-success {
  border-color: #7db240; }

.form-input-warning {
  border-color: #f0a714; }

.form-input-danger {
  border-color: #db4453; }

.help-block-success {
  color: #7db240; }

.help-block-warning {
  color: #f0a714; }

.help-block-danger {
  color: #db4453; }

.help-block-info {
  font-weight: 400;
  color: #6c757d; }

.form-input:disabled,
.form-input-disabled {
  cursor: default;
  background: #d5dce1;
  border-color: #b1bec8;
  color: #5b6971; }

.form-input-readonly,
.form-input-readonly:focus {
  background: #e6eaf0;
  border-color: #c6d0d7;
  color: #5b6971; }

.form-input-readonly:focus {
  box-shadow: none; }

/* input labels */
.form-group-has-btn,
.form-group-has-label {
  display: flex; }
  .form-group-has-btn .form-input,
  .form-group-has-label .form-input {
    flex-grow: 1; }

.form-group-has-btn > :not(:last-child) {
  margin-right: 0.5rem; }

.form-group-has-label .form-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-group-has-label .form-input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-input-label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 0.5rem;
  border: 1px solid #c4cdd5;
  background: #e7ebef;
  border-radius: 3px; }
  .form-input-label:not(:first-child) {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-input-label:not(:last-child) {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

/* search */
.nv-search {
  position: relative; }

.nv-search .form-input {
  height: 3rem;
  padding: 0.25rem 3rem 0.25rem 0.75rem; }

.nv-search-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: color 0.15s ease; }
  .nv-search-btn::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -0.45rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #aab2bd;
    content: "\F002"; }
  .nv-search-btn:hover::after {
    color: #7f8b9c; }

/* custom checkbox & radio */
.nv-form-control {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1.4rem 0.6rem -4px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 6px;
  padding: 2px 6px 3px 4px;
  cursor: pointer; }

.nv-form-control:hover {
  background: #dae1ec; }

.nv-form-control-disabled:hover {
  background: none; }

.nv-form-control-str {
  vertical-align: top;
  user-select: none;
  padding-left: 1.6rem; }

.nv-form-control input[type="checkbox"],
.nv-form-control input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }

@media (max-width: 479px) {
  .nv-form-control--xs-block {
    display: block; } }

/* indicator */
.nv-form-control-indicator {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  top: 3px;
  margin-right: 0.4rem;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #bbb;
  transition: background 0.15s ease; }

/* checkbox indicator */
.nv-form-control input[type="checkbox"] + .nv-form-control-indicator {
  border-radius: 4px; }

.nv-form-control input[type="checkbox"] + .nv-form-control-indicator::after {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 3px;
  top: 4px;
  opacity: 0;
  transform: rotate(-45deg); }

/* radio indicator */
.nv-form-control input[type="radio"] + .nv-form-control-indicator {
  border-radius: 50%; }

.nv-form-control input[type="radio"] + .nv-form-control-indicator::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  opacity: 0; }

/* checked */
.nv-form-control input[type="checkbox"]:checked + .nv-form-control-indicator,
.nv-form-control input[type="radio"]:checked + .nv-form-control-indicator {
  background-color: #66bb6a;
  border-color: #66bb6a; }

.nv-form-control input[type="checkbox"]:checked + .nv-form-control-indicator::after,
.nv-form-control input[type="radio"]:checked + .nv-form-control-indicator::after {
  opacity: 1; }

/* hover */
.nv-form-control:hover input[type="checkbox"] + .nv-form-control-indicator,
.nv-form-control:hover input[type="radio"] + .nv-form-control-indicator {
  border-color: #4b89dc; }

/* disabled */
.nv-form-control-disabled {
  cursor: default; }

.nv-form-control-disabled input[type="checkbox"] + .nv-form-control-indicator,
.nv-form-control-disabled:hover input[type="checkbox"] + .nv-form-control-indicator,
.nv-form-control-disabled input[type="radio"] + .nv-form-control-indicator,
.nv-form-control-disabled:hover input[type="radio"] + .nv-form-control-indicator {
  border-color: #c0c0c0; }

.nv-form-control-disabled input[type="checkbox"]:checked + .nv-form-control-indicator,
.nv-form-control-disabled:hover input[type="checkbox"]:checked + .nv-form-control-indicator,
.nv-form-control-disabled input[type="radio"]:checked + .nv-form-control-indicator,
.nv-form-control-disabled:hover input[type="radio"]:checked + .nv-form-control-indicator {
  background-color: #999;
  border-color: #888; }

.nv-form-control-disabled .nv-form-control-str {
  color: #6e7d88; }

/* modifiers */
.nv-form-control--single {
  margin: 0; }

.nv-form-control--input-only {
  margin: 0; }
  .nv-form-control--input-only .nv-form-control-indicator {
    left: 1px;
    top: 1px; }

.nv-form-control--sm {
  font-size: 0.8125rem; }
  .nv-form-control--sm .nv-form-control-indicator {
    left: 3px;
    top: 3px; }
  .nv-form-control--sm .nv-form-control-str {
    padding-left: 1.5rem;
    position: relative;
    top: 1px; }

.nv-form-check-list .nv-form-check:not(:first-child) {
  margin: 0 0 0.5rem 0.5rem; }

.nv-form-check-list--form-group {
  margin-bottom: 0.5rem; }

.nv-form-check {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  line-height: 1;
  cursor: pointer; }
  .nv-form-check:hover {
    background: #dae1ec; }
  .nv-form-check.is-disabled {
    cursor: default; }
  .nv-form-check.is-disabled:hover {
    background: none; }
  .nv-form-check label {
    display: block;
    margin: 0;
    padding: 3px 6px 3px 1.6rem;
    line-height: 1.4;
    cursor: inherit;
    -webkit-user-select: none; }
  .nv-form-check input {
    cursor: inherit;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .nv-form-check input[type=checkbox] {
    border-radius: 0.25em; }
  .nv-form-check input[type=radio] {
    border-radius: 50%; }
  .nv-form-check input:active {
    filter: brightness(90%); }
  .nv-form-check input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.3); }
  .nv-form-check input:checked {
    background-color: #66bb6a;
    border-color: #66bb6a; }
  .nv-form-check input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .nv-form-check input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.7' fill='%23fff'/%3e%3c/svg%3e"); }
  .nv-form-check input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.7; }
  .nv-form-check input[disabled] ~ label, .nv-form-check input:disabled ~ label {
    opacity: 0.7; }
  .nv-form-check.no-label {
    display: block;
    float: left;
    line-height: 0; }
    .nv-form-check.no-label input {
      position: static; }

/* form vertical */
.nv-form-row {
  margin-top: 0.875rem; }
  .nv-form-row.is-first {
    margin-top: 0; }
  @media (min-width: 768px) {
    .nv-form-row {
      margin-top: 0;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .nv-form-row > div {
        display: table-cell;
        vertical-align: top;
        padding: 0.4rem 0; }
      .nv-form-row .col-label {
        width: 240px;
        text-align: right;
        padding: 0.65rem 1rem 0 0; }
      .nv-form-row .col-input {
        width: 300px; }
      .nv-form-row .col-offset {
        padding-left: 240px; }
      .nv-form-row .col-str {
        padding-top: 0.65rem; }
      .nv-form-row .col-size-1 {
        width: 50px; }
      .nv-form-row .col-size-2 {
        width: 75px; }
      .nv-form-row .col-size-3 {
        width: 100px; }
      .nv-form-row .col-size-4 {
        width: 125px; }
      .nv-form-row .col-size-5 {
        width: 150px; }
      .nv-form-row .col-size-6 {
        width: 175px; }
      .nv-form-row .col-size-7 {
        width: 200px; }
      .nv-form-row .col-size-8 {
        width: 225px; }
      .nv-form-row .col-size-9 {
        width: 250px; }
      .nv-form-row .col-size-10 {
        width: 275px; } }
  .nv-form-row .nv-form-control {
    margin: 0.1rem 0.6rem 0 -4px; }

/* TEMP */
.form-grid-aligner {
  margin: 0.6rem 0 -0.8rem 0; }

.form-grid {
  display: grid;
  grid-column-gap: 0.6rem;
  grid-auto-rows: auto; }

.form-grid--col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

/* section list */
.nv-section {
  margin-top: 1.5rem; }
  @media (min-width: 480px) {
    .nv-section {
      margin-top: 2rem; } }

.nv-section.is-first {
  margin-top: 0; }

.nv-section-up {
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .nv-section-up {
      margin-bottom: 2rem; } }

.nv-section-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600; }

.nv-section-title-big {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase; }

/* page header */
.page-header {
  background: #ededf3;
  padding: 1rem 1.5rem; }
  @media (min-width: 768px) {
    .page-header {
      padding: 1.25rem 2rem 1rem 2rem; } }

.page-header-row {
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-column-gap: 1rem;
  align-items: center; }

.page-title {
  margin: 0;
  color: #6c757d;
  font-size: 1.125rem;
  font-weight: 600; }
  .page-title small {
    padding-left: 0.2em; }

.page-title__icon {
  font-size: 85%;
  position: relative;
  top: -0.04rem;
  margin-right: 0.25rem; }

@media (min-width: 768px) {
  .page-title {
    font-size: 1.25rem;
    min-height: 1.75rem; } }

/* empty */
.nv-empty {
  text-align: center; }
  .nv-empty::before {
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    color: #aab2bd;
    content: "\F141"; }

.nv-empty-message {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d; }

/* loader */
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -1rem, 0); } }

.nv-loading {
  text-align: center;
  margin: 1rem 0; }

.nv-loading > div {
  display: inline-block; }

.nv-loading::before,
.nv-loading::after {
  display: inline-block;
  content: ""; }

.nv-loading > div,
.nv-loading::before,
.nv-loading::after {
  width: 1rem;
  height: 1rem;
  margin: 0 0.2rem;
  background: #aab2bd;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate; }

.nv-loading > div {
  animation-delay: 0.2s; }

.nv-loading::after {
  animation-delay: 0.4s; }

.nv-loading-message {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
  text-align: center; }

/* btns direita */
.col-right-btns {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .col-right-btns {
    margin-top: 0;
    text-align: right; } }

/* página de erro */
.error-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.error-page-container {
  flex-grow: 1;
  max-width: 700px;
  padding: 2rem; }

.error-page-logo {
  max-width: 220px;
  margin: auto; }

.error-page-logo img {
  display: block;
  width: 100%; }

/* form color palette */
.nv-color-sample {
  width: 90px;
  height: 40px;
  border-radius: 6px;
  margin-top: 0.5rem; }

.nv-color-sample-blue {
  background: linear-gradient(to right, #1581b5 30%, #01287b 100%); }

.nv-color-sample-white {
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset; }

.nv-color-sample-green {
  background-image: linear-gradient(to right, #318f94 0%, #5ec58c 100%); }

.nv-color-sample-radio {
  display: inline-block; }

/* cloak */
[v-cloak] > * {
  display: none; }

[v-cloak]::before {
  content: "carregando...";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    [v-cloak]::before {
      padding: 2.5rem; } }

/* js editor */
.nv-js-editor-container {
  background: #fff;
  padding: 1rem;
  border: 1px solid #C4CDD5; }

/* ck editor */
.ck-editor__main {
  line-height: 1.5; }
  .ck-editor__main h1, .ck-editor__main h2, .ck-editor__main h3, .ck-editor__main h4, .ck-editor__main h5, .ck-editor__main h6 {
    font-weight: 700; }
  .ck-editor__main table {
    width: 100%; }
  .ck-editor__main * {
    margin: 0; }

/* efeito fade */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.nv-table {
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #ccd5db; }
  .nv-table thead {
    background: #eef1f6; }
    .nv-table thead td {
      border-top: 0; }
  .nv-table th {
    vertical-align: middle;
    padding: 0.4rem 0.3rem;
    color: #364150;
    font-weight: 600;
    text-transform: uppercase;
    text-align: inherit;
    line-height: 1.2; }
  .nv-table td {
    vertical-align: middle;
    padding: 0.4rem 0.3rem;
    border-top: 1px solid #dee4e8; }
  .nv-table.valign-top th, .nv-table.valign-top td {
    vertical-align: top; }
  .nv-table tr th:first-child,
  .nv-table tr td:first-child {
    padding-left: 0.6rem; }
  .nv-table tr th:last-child,
  .nv-table tr td:last-child {
    padding-right: 0.6rem; }
  .nv-table tbody tr {
    background: #fff; }
    .nv-table tbody tr:hover {
      background: #f5f7fa; }
    .nv-table tbody tr:first-child td {
      border-top: 0; }
  .nv-table a:not(.nv-btn):not(.dropdown-item) {
    font-weight: 600;
    color: #0074f0; }
    .nv-table a:not(.nv-btn):not(.dropdown-item):hover {
      color: #3f9cff;
      text-decoration: none; }
  .nv-table .collapsed {
    width: 1px;
    white-space: nowrap; }
  .nv-table .active {
    background: #edf0f4; }
    .nv-table .active:hover {
      background: #e6eaef; }
  .nv-table .success {
    background: #d8f6d0; }
    .nv-table .success:hover {
      background: #caf3bf; }
  .nv-table .warning {
    background: #FFFAE7; }
    .nv-table .warning:hover {
      background: #fff5d1; }
  .nv-table .danger {
    background: #ffe7e7; }
    .nv-table .danger:hover {
      background: #ffe2e0; }
  .nv-table .info {
    background: #F2FBFE; }
    .nv-table .info:hover {
      background: #d4f2fc; }
  .nv-table .watermark, .nv-table .watermark a {
    color: #818892;
    background: #f8f9fb; }
  .nv-table .no-border td {
    border-top: 0; }

.nv-table-no-border {
  border: 0; }

.nv-table-sm {
  font-size: 0.75rem; }

@media (max-width: 767px) {
  /* tabela responsiva: quebra de linhas */
  .nv-table-responsive-full {
    display: block;
    border: 0;
    border-collapse: initial;
    overflow: auto; }
    .nv-table-responsive-full thead {
      display: none; }
    .nv-table-responsive-full tbody, .nv-table-responsive-full tr, .nv-table-responsive-full tfoot {
      display: block; }
    .nv-table-responsive-full tr {
      border: 1px solid #ccd5db;
      padding: .4rem 0; }
    .nv-table-responsive-full tbody td {
      display: flex;
      width: auto;
      justify-content: space-between;
      padding-left: .8rem;
      padding-right: .8rem;
      border-top: 0; }
      .nv-table-responsive-full tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        margin-right: 2rem; }
    .nv-table-responsive-full tr td:first-child {
      border-top: 0; }
    .nv-table-responsive-full tbody tr:nth-child(even) {
      background: #f1f5f9; }
    .nv-table-responsive-full tfoot td {
      display: block; }
    .nv-table-responsive-full .collapsed {
      width: auto;
      white-space: initial; }
  /* ajuste tabela do modal */
  .nv-table-responsive-modal tr {
    margin: 0 -1px; }
  /* colunas ocultas */
  .nv-table .hidden-xs-sm {
    display: none; } }

/* tabela resposiva: scroll horizontal */
.nv-table-container-scroll {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .nv-table-container-scroll {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation; }
  .nv-table-container-scroll > table {
    margin-bottom: 0; } }

/* loading */
.nv-table-container {
  position: relative; }
  .nv-table-container tbody {
    min-height: 3rem; }
  .nv-table-container::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2; }
  .nv-table-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    display: none;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #007bff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    z-index: 3; }
  .nv-table-container.is-loading::before {
    display: inline-block; }
  .nv-table-container.is-loading::after {
    display: block; }

/* horizontal form */
.nv-table-form {
  width: 100%;
  font-size: 0.8125rem; }
  .nv-table-form td {
    padding: 0.9rem 0;
    vertical-align: top; }
  .nv-table-form tbody tr:not(:first-child) td {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .nv-table-form .collapsed {
    width: 1px;
    white-space: nowrap; }
  .nv-table-form .nv-form-control {
    margin-top: 0.18rem;
    margin-bottom: 0; }
    .nv-table-form .nv-form-control .nv-form-control-indicator {
      top: 3px; }

.form-label-h {
  display: block;
  font-weight: 600;
  text-align: right;
  padding: 0.25rem 1.5rem 0 0; }

.form-display-h {
  display: block;
  padding: 0.25rem 1.5rem 0 0; }

/* dropdown font size */
.app-stage .dropdown-menu {
  font-size: 0.875rem; }

/* alerts */
.alert-warning {
  border-color: #ffe494; }

.alert .nv-btn {
  margin-left: 0.5rem;
  vertical-align: middle; }

.alert-dismissible .close {
  bottom: 0;
  padding-top: 0.7rem; }

/* pagination */
.pagination {
  margin-top: 1.5rem;
  flex-wrap: wrap; }
  @media (min-width: 480px) {
    .pagination {
      margin-top: 2.5rem; } }

/* datepicker */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 4px; }

.dropdown-item.has-icon {
  padding-left: 1rem; }

.nv-dropdown-icon {
  width: 1.5rem;
  text-align: center;
  margin-right: 0.25rem;
  color: #545b62; }

.nv-breadcrumb {
  cursor: default;
  font-size: 0;
  margin: 0 0 0.75rem 0;
  padding: 0; }

.nv-breadcrumb li {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 3;
  font-size: 0.75rem; }
  .nv-breadcrumb li:not(:first-child)::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    display: inline;
    font-size: 12px;
    content: "\f105";
    color: #999;
    margin-left: 0.8rem;
    margin-right: 0.8rem; }

.nv-breadcrumb a,
.nv-breadcrumb span {
  display: inline-block;
  line-height: 1; }

.nv-breadcrumb a {
  color: #4b89dc; }

.nv-breadcrumb a:hover {
  color: #1b4e92;
  text-decoration: none; }

.nv-breadcrumb span {
  color: #868e96;
  font-weight: 600; }

.notifications-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.notifications-title {
  color: #6c757d;
  padding: 0 1rem 0.5rem 1rem; }

.notifications-title-icon {
  font-size: 0.875em;
  margin-right: 0.5rem; }

.notifications-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .notifications-list li {
    display: block; }
    .notifications-list li:not(:first-child) {
      border-top: 1px solid rgba(0, 0, 0, 0.08); }

/*.notification-row {
	display:flex;
}
.notification-icon {
	display:flex;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	width:4rem;
	height:4rem;
	font-size:2rem;
	color:lighten($color-navy, 30%);
}
.notification-content {
	display:flex;
	justify-content:center;
	flex-direction:column;
	width:20rem;
	padding:0.75rem;
	line-height:1.3;
	font-size:0.8125rem;
}*/
.notification-content {
  width: 20rem;
  padding: 0.75rem;
  line-height: 1.3;
  font-size: 0.8125rem; }

.notification-link {
  display: block;
  color: #364150;
  background: #fff; }
  .notification-link:hover {
    color: #0074f0;
    background: #f5f7fa;
    text-decoration: none; }

.notification-email__content {
  margin-top: 0.25rem; }

.notification-email__sender {
  font-weight: 600; }

.notification-email__subject {
  font-weight: 700; }

.notification-email__text {
  font-weight: 400;
  color: #757f88;
  margin-left: 0.25rem; }

.notifications-footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.notifications-footer-link {
  display: block;
  padding: 0.5rem;
  margin-bottom: -0.5rem;
  background: #fff; }
  .notifications-footer-link:hover {
    background: #f5f7fa;
    text-decoration: none; }

/* lista de emails */
.nv-email-list {
  border: 1px solid #ccd5db;
  font-size: 0.8125rem; }
  .nv-email-list .nv-email-list__item:not(:first-child) {
    border-top: 1px solid #dee4e8; }

.nv-email-preview {
  background: #f5f7fa; }

.nv-email-preview__pad {
  position: relative;
  padding: 0.75rem; }

.nv-email-preview__link {
  display: block; }
  .nv-email-preview__link:hover {
    background: #fcfcfd;
    text-decoration: none; }
    .nv-email-preview__link:hover .nv-email-preview__sender,
    .nv-email-preview__link:hover .nv-email-preview__subject {
      color: #0074f0; }

.nv-email-preview__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.nv-email-preview__status {
  position: absolute;
  left: 0.875rem;
  top: 0.875rem;
  color: #a1a8ae; }

.nv-email-preview__sender {
  color: #364150; }

.nv-email-preview__subject {
  font-weight: 600;
  color: #364150; }

.nv-email-preview__text {
  color: #757f88;
  margin-left: 0.5rem; }

.nv-email-preview__date {
  color: #757f88;
  letter-spacing: -0.015rem; }

.nv-email-preview.has-status .nv-email-preview__pad {
  padding-left: 2.5rem; }

.nv-email-preview.is-read .nv-email-preview__status {
  color: #8cc051; }

.nv-email-preview.is-new {
  background: #fff; }
  .nv-email-preview.is-new .nv-email-preview__link:hover {
    background: #fff; }
  .nv-email-preview.is-new .nv-email-preview__sender {
    font-weight: 600; }
  .nv-email-preview.is-new .nv-email-preview__subject {
    font-weight: 700; }

/* visualização da mensagem */
.nv-email-view__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #757f88;
  margin-top: -0.4rem; }

.nv-email-view__sender {
  font-weight: 600;
  color: #6c757d;
  margin-top: .4rem; }

.nv-email-view__date {
  margin-top: .4rem; }

.nv-email-view__date-icon {
  margin-right: .4rem; }

.nv-email-view__subject {
  margin-top: 1.5rem;
  border-top: 1px solid #dee4e8;
  padding-top: 1.5rem;
  font-weight: 600; }

.nv-email-view__content {
  margin-top: 1.5rem;
  word-break: break-word; }

.nv-email-view__read-at {
  font-weight: 600; }

.nv-grid-container {
  position: relative;
  border: 1px solid #ccd5db; }
  .nv-grid-container table {
    width: 100%;
    font-size: 0.75rem;
    table-layout: fixed; }

/* header */
.nv-grid-header-container {
  padding-right: 16px;
  border-bottom: 1px solid #ccd5db; }

.nv-grid-header-viewport {
  border-right: 1px solid #ccd5db;
  overflow: hidden; }

.nv-grid-header {
  background: #f5f7fa; }
  .nv-grid-header td {
    color: #364150;
    font-weight: 600;
    line-height: 1.2;
    border-top: 1px solid #ccd5db;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
  .nv-grid-header tbody tr:first-child td {
    border-top: 0; }
  .nv-grid-header tr td:not(:first-child)::before {
    content: "";
    font-size: 0;
    width: 1px;
    position: absolute;
    background: #d3d7d9;
    left: 0;
    top: 6px;
    bottom: 6px; }
  .nv-grid-header div {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding: 0.4rem 0.6rem; }

.nv-grid-label-action {
  cursor: pointer; }
  .nv-grid-label-action::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f0dc";
    font-size: inherit;
    margin-left: 0.4rem;
    color: #95a3b7; }
  .nv-grid-label-action:hover {
    background: #fff; }
    .nv-grid-label-action:hover::after {
      color: #0074f0; }
  .nv-grid-label-action.sort-asc::after {
    content: "\f30c";
    color: #0074f0; }
  .nv-grid-label-action.sort-desc::after {
    content: "\f309";
    color: #0074f0; }

.nv-grid-input {
  display: block;
  width: 100%;
  border: 1px solid #c8cdd0;
  background: #e7ecf3;
  padding: 0.1rem 0.3rem;
  height: 1.4rem;
  outline: 0;
  transition: box-shadow 0.15s ease; }
  .nv-grid-input:focus {
    background: #fff;
    border-color: #4f87d0;
    box-shadow: 0 0 0 3px rgba(55, 119, 204, 0.2); }

/* body */
.nv-grid-body-container {
  position: relative; }
  .nv-grid-body-container.is-loading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2; }
  .nv-grid-body-container.is-loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #007bff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    z-index: 3; }

.nv-grid-body-viewport {
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation; }

.nv-grid tr {
  background: #fff; }
  .nv-grid tr:hover {
    background: #f8fafc; }
  .nv-grid tr.success {
    background: #f2fcf9;
    color: #1b845e;
    font-weight: 700; }
  .nv-grid tr.warning {
    background: #fff7e7;
    color: #ce8a00;
    font-weight: 700; }
  .nv-grid tr.info {
    background: #eee8fd;
    color: #7351ca;
    font-weight: 700; }

.nv-grid td {
  padding: 0.3rem 0.6rem;
  border-top: 1px solid #dee4e8; }

.nv-grid tr:first-child td {
  border-top: 0; }

.nv-grid--overflow-hidden td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* empty */
.nv-grid-empty-message {
  height: 3rem; }

/* footer */
.nv-grid-footer {
  table-layout: fixed;
  background: #f5f7fa; }
  .nv-grid-footer td {
    padding: 0.8rem 0.6rem;
    border-top: 1px solid #ccd5db; }
  .nv-grid-footer td.nv-grid-footer-count {
    text-align: right;
    padding-right: 16px; }

/* pagination */
.nv-grid-pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center; }
  .nv-grid-pagination li {
    display: block;
    margin: 0 0.2rem; }
  .nv-grid-pagination button {
    width: 2rem;
    height: 2rem;
    text-align: center;
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    color: #5f728d;
    transition: all 0.1s ease;
    outline: 0;
    border-radius: 2px; }
    .nv-grid-pagination button:hover {
      background: #fff;
      border-color: #cbd0d3;
      color: #0074f0; }
    .nv-grid-pagination button:active {
      background: #e3e8e8;
      border-color: #b5bbc0;
      color: #0074f0; }
    .nv-grid-pagination button .is-disabled, .nv-grid-pagination button:disabled {
      opacity: 0.55;
      cursor: default; }
      .nv-grid-pagination button .is-disabled:hover, .nv-grid-pagination button:disabled:hover {
        background: none;
        border-color: transparent;
        color: #5f728d; }
    .nv-grid-pagination button:focus {
      border-color: #cbd0d3; }
  .nv-grid-pagination select.nv-grid-input {
    width: 3.5rem;
    height: 2rem;
    background: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .25rem center;
    background-size: 14px 10px;
    padding-right: 1.3rem;
    padding-left: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.nv-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  background: #eee; }

.nv-badge-primary {
  background: #4b89dc;
  color: #fff; }

.nv-badge-light {
  color: #364150;
  background: #e6e9ee; }

.nv-badge-success {
  color: #fff;
  background: #61b240; }

.nv-badge-danger {
  color: #fff;
  background: #db4453; }

.nv-badge-soft-danger {
  color: #db4453;
  background: #fceff0; }

.nv-badge-warning {
  color: #654506;
  background: #f3b944; }

.nv-badge-soft-warning {
  color: #ce8e0d;
  background: #fdf2dd; }

.nv-badge-info {
  color: #fff;
  background: #8667d7; }

.nv-badge-dark {
  color: #fff;
  background: #434a54; }

.nv-badge-navy {
  color: #fff;
  background: #6c757d; }

.nv-badge-icon {
  font-size: 0.625rem;
  vertical-align: top; }

.nv-badge-icon-left {
  margin-right: 0.2rem; }

.nv-badge-icon-right {
  margin-left: 0.2rem; }

.nv-badge-list {
  margin: 0 -0.3rem -0.3rem 0; }
  .nv-badge-list .nv-badge:not(last-child) {
    margin: 0 0.3rem 0.3rem 0; }

.nv-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.75rem;
  padding: 0 1rem;
  position: relative;
  background: linear-gradient(0deg, #e9ecf1, transparent);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #dfe5ec; }

.nv-modal-title {
  margin: 2px 0 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #494b50; }

.nv-modal-close {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #999;
  cursor: pointer; }
  .nv-modal-close:hover {
    color: #666;
    background: rgba(0, 0, 0, 0.1); }
  .nv-modal-close:focus {
    outline: 0;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.2), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }

.nv-modal-header-primary {
  background: #4b89dc; }
  .nv-modal-header-primary .nv-modal-title {
    color: #fff; }
  .nv-modal-header-primary .nv-modal-close {
    color: rgba(255, 255, 255, 0.8); }
    .nv-modal-header-primary .nv-modal-close:hover {
      color: #fff; }

.nv-modal-header-success {
  background: #8cc051; }
  .nv-modal-header-success .nv-modal-title {
    color: #fff; }
  .nv-modal-header-success .nv-modal-close {
    color: rgba(255, 255, 255, 0.8); }
    .nv-modal-header-success .nv-modal-close:hover {
      color: #fff; }

.nv-modal-header-danger {
  background: linear-gradient(90deg, #c53443, #d23747); }
  .nv-modal-header-danger .nv-modal-title {
    color: #fff; }
  .nv-modal-header-danger .nv-modal-close {
    color: rgba(255, 255, 255, 0.8); }
    .nv-modal-header-danger .nv-modal-close:hover {
      color: #fff; }

.nv-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem 1rem;
  font-size: 0.8375rem; }
  .nv-modal-body::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2; }
  .nv-modal-body::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    display: none;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #007bff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    z-index: 3; }
  .nv-modal-body.is-loading::before {
    display: inline-block; }
  .nv-modal-body.is-loading::after {
    display: block; }

.nv-modal-section {
  margin-top: 1.25rem;
  border-top: 1px solid #dfe5ec;
  padding-top: 1.25rem; }

.nv-modal-footer {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #eceff3;
  border-top: 1px solid #e2e8ee;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }
  .nv-modal-footer > :not(:last-child) {
    margin-right: 0.3rem; }

.modal-content {
  border-radius: 6px;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }

@media (min-width: 576px) {
  .nv-modal-lg {
    max-width: 80%; } }

.modal-body-no-pad {
  padding: 0; }

.modal-content {
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation; }

.nv-modal-pagination {
  margin: 1.5rem 0; }

.ef-container {
  padding-left: 10px;
  padding-right: 10px; }

.ef-main-header-container {
  padding: 40px 0 30px 0;
  border-bottom: 2px solid #e8ebed;
  margin-bottom: 40px;
  background: #fff; }

@media (min-width: 992px) {
  .ef-main-header-container {
    padding-top: 80px;
    margin-bottom: 60px; } }

.ef-main-header {
  display: table;
  width: 100%;
  table-layout: fixed; }

.ef-main-header-col-left {
  display: table-cell;
  vertical-align: middle;
  width: 150px; }

.ef-main-header-col-right {
  display: table-cell;
  vertical-align: middle; }

.ef-main-logo img {
  display: block;
  width: 100%; }

.ef-city-logo img {
  display: block;
  width: 100%; }

.ef-client-name {
  font-size: 1.5em;
  font-weight: 600;
  color: #70828f;
  text-align: right;
  line-height: 1;
  margin: 0; }

.ef-site-body {
  margin-bottom: 60px; }

.ef-site-text {
  font-size: 0.875em;
  line-height: 1.6;
  color: #434e56; }

.ef-card-link-list .ef-card-link {
  margin-top: 20px; }

.ef-card-link-list .ef-card-link:first-child {
  margin-top: 0; }

.ef-card-link {
  display: block;
  background: #eee;
  border-radius: 4px;
  border: 1px solid transparent;
  border-bottom-width: 3px;
  transition: background 0.2s ease; }

.ef-card-link:hover {
  text-decoration: none; }

.ef-card-link-row {
  display: table;
  table-layout: fixed;
  width: 100%; }

.ef-card-link-col-icon {
  display: table-cell;
  vertical-align: middle;
  width: 94px;
  text-align: center;
  padding: 15px; }

.ef-card-link-col-text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 15px 18px 5px; }

.ef-card-link-title {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 0; }

.ef-card-link-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px; }

.ef-card-link-btn .fa {
  font-size: 11px; }

.ef-card-link-icon {
  font-size: 3.25em;
  transition: color 0.15s ease; }

.ef-card-link--blue {
  background: #1f66a0;
  border-color: #2a618d; }

.ef-card-link--blue:hover {
  background: #3984c0; }

.ef-card-link--blue .ef-card-link-icon {
  color: #66a1d1; }

.ef-card-link--blue:hover .ef-card-link-icon {
  color: #dcefff; }

.ef-card-link--green {
  background: #218a64;
  border-color: #297a5c; }

.ef-card-link--green:hover {
  background: #38a87f; }

.ef-card-link--green .ef-card-link-icon {
  color: #4ec196; }

.ef-card-link--green:hover .ef-card-link-icon {
  color: #b6ffe4; }

.ef-site-content {
  margin-top: 40px; }

@media (min-width: 992px) {
  .ef-site-content {
    padding-left: 40px;
    margin-top: 0; } }

.ef-file-list {
  display: block;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em; }

.ef-file-list li {
  display: block;
  margin-top: 8px; }

.ef-file-list li:first-child {
  margin-top: 0; }

.ef-file-list a {
  display: inline-block;
  color: #3880bb; }

.ef-file-list-title {
  font-weight: 600;
  font-size: 13px;
  color: #1a2d3c;
  padding-bottom: 2px; }

.ef-file-list-icon {
  color: #8f9ca8;
  font-size: 13px;
  margin-right: 4px; }

.nv-card-button-list .nv-card-button:not(:first-child) {
  margin-top: 0.5rem; }

.nv-card-button {
  display: flex;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 4px;
  padding: 0.75rem;
  align-items: center;
  line-height: 1.2;
  transition: border 0.3s ease; }
  .nv-card-button:hover {
    transition: none;
    text-decoration: none; }
  .nv-card-button.is-active {
    background: #f4f8fa;
    border-color: #b7d1e1;
    box-shadow: 0 0px 0px 3px #e9f1f6 inset; }
  .nv-card-button.has-bg {
    background: #f6f6f9; }

a.nv-card-button:hover {
  border-color: #4b89dc; }

.nv-card-button-number {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: #56657f;
  letter-spacing: -0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem; }

.nv-card-button-icon {
  background: #e3e6ec;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  color: #8594ac; }

.nv-card-button-icon-success {
  background: #fbfdf9;
  color: #8cc051; }

.nv-card-button-icon-warning {
  background: #fcefd4;
  color: #eba20f; }

.nv-card-button-icon-danger {
  background: #f8dadd;
  color: #db4453; }

.nv-card-button-sm {
  padding: 0.5rem; }
  .nv-card-button-sm .nv-card-button-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.3rem;
    font-size: 0.75rem; }

.nv-card-button-content {
  flex-grow: 1;
  margin-left: 0.25rem; }

.nv-card-button-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #364150;
  margin-bottom: 0.2rem; }

.nv-card-button-text {
  color: #636b72;
  padding-top: 0.05rem;
  font-size: 0.8125rem; }

.nv-card-button-arrow {
  font-size: 0.9375rem;
  color: #b8c1cf; }

.nv-autocomplete {
  position: relative; }

.nv-autocomplete-display {
  position: relative;
  z-index: 21; }

.nv-autocomplete-display-input {
  position: relative;
  z-index: 22;
  cursor: pointer;
  padding-right: 2.2rem; }
  .nv-autocomplete-display-input:focus {
    box-shadow: none; }

.nv-autocomplete-clear-button {
  position: absolute;
  z-index: 23;
  right: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 4px;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  color: #646c71;
  text-align: center; }
  .nv-autocomplete-clear-button:hover {
    background: rgba(0, 0, 0, 0.1); }
  .nv-autocomplete-clear-button:focus {
    outline: 0; }
  .nv-autocomplete-clear-button:active {
    background: rgba(0, 0, 0, 0.2); }

.nv-autocomplete-form-input:focus {
  box-shadow: none; }

.nv-autocomplete-dropdown {
  border: 1px solid #d5dce1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  margin-top: -2px;
  padding-top: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 24; }

.nv-autocomplete-search-input-container {
  padding: 0.5rem; }

.nv-autocomplete-results {
  padding: 0 0 0.4rem 0;
  margin: 0;
  max-height: 120px;
  overflow-y: scroll;
  position: relative; }

.nv-autocomplete-results li {
  list-style: none;
  cursor: pointer;
  padding: 0.4rem 0.7rem 0.5rem 0.7rem; }

.nv-autocomplete-results li:hover,
.nv-autocomplete-results li.is-active {
  background-color: #4b89dc;
  color: #fff; }

.nv-autocomplete-message {
  padding: 0.2rem 0.6rem 0.75rem 0.6rem;
  color: #737d84; }

.nv-tags {
  display: flex;
  list-style: none;
  margin: -0.2rem 0 0 -0.2rem;
  padding: 0; }
  .nv-tags li {
    display: inline-flex;
    align-items: center;
    margin: 0.2rem 0 0 0.2rem;
    border: 1px solid #C4CDD5;
    border-radius: 3px;
    padding: 0.1rem 0.1rem 0.1rem 0.5rem;
    background: #fff; }
  .nv-tags button {
    margin-left: 0.25rem; }
