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

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

@media (min-width: 480px) {
  body {
    background: #f6f6f9; } }

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

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

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

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

/* text colors */
.color-primary {
  color: #338ccc; }

.color-secondary {
  color: #aab2bd; }

.color-success {
  color: #429c82; }

.color-danger {
  color: #db4453; }

.color-warning {
  color: #f3b944; }

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

.color-light {
  color: #dce8ef; }

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

.color-navy {
  color: #868ea7; }

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

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

/* bootstrap */
.dropdown-menu .fa,
.dropdown-menu .far {
  margin-right: 0.5rem; }

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

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

.pagination.cw-pagination {
  margin: 2.2rem 0 1rem 0; }

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 0; }
  @media (min-width: 480px) {
    .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } }

.modal-header {
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.modal-header-info {
  background: #967bdc; }

.modal-header-danger {
  background: #db4453; }

.modal-header-primary {
  background: #338ccc; }

.modal-header-success {
  background: #429c82; }

.modal-title {
  color: #fff; }

.modal-header .close {
  margin-top: 3px;
  opacity: 0.7; }
  .modal-header .close span {
    color: #fff; }

.modal-footer {
  text-align: inherit;
  border-color: #D5DBE7; }

.modal-body--double-pad {
  padding: 30px; }

.modal-body--v2 {
  padding: 15px 20px; }
  @media (min-width: 480px) {
    .modal-body--v2 {
      padding: 30px 40px; } }

.dropdown-menu {
  transition: opacity .1s ease;
  will-change: transform,opacity; }

.open > .dropdown-menu {
  border: 1px solid rgba(34, 36, 38, 0.08);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

hr {
  border-color: #D5DBE7; }

/* bootstrap modal - alinhado vertical */
.modal-valign {
  text-align: center;
  padding: 0; }
  .modal-valign:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-valign .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

/* fullcalendar - backgrounds */
.fc td.fc-sun, .fc td.fc-sat {
  background-color: rgba(0, 0, 0, 0.07); }

.fc td.holiday {
  background-color: #ffe5e5; }

/* fullcalendar - titulo */
.fc-toolbar h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4b89dc; }

/* fullcalendar - eventos */
.fc-event {
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.fc-time-grid-event .fc-time {
  font-size: 0.6875rem;
  padding: 0.25rem 0.4rem 0 0.4rem; }

.fc-time-grid-event .fc-title {
  padding: 0 0.4rem; }

@media (max-width: 991px) {
  .fc-toolbar .fc-left {
    float: none; }
  .fc-toolbar .fc-right {
    display: none; }
  .fc-toolbar .fc-center {
    display: block;
    clear: both;
    padding-top: 16px;
    text-align: left; }
    .fc-toolbar .fc-center > h2 {
      float: none; } }

.fc-day-header {
  color: #3880bb; }

/* no margin */
.no-margin {
  margin: 0; }

/* bootstrap fixes */
/* 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 .close {
  padding: 0.7rem 1.25rem .75rem 1.25rem;
  color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

/* 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; }

.alert .cw-btn {
  font-weight: 600;
  margin-left: 0.8rem; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #364150; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #868ea7;
  color: #5e788d;
  font-weight: 400; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1.125rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #4497e0;
  text-decoration: none; }
  a:hover {
    color: #13C4EF; }

/* selection */
::selection {
  background: #C2D4E5; }

::-moz-selection {
  background: #C2D4E5; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #C2D4E5; }

/* txt obs */
.small-text {
  font-size: 0.75rem;
  font-style: italic;
  color: #999;
  margin-bottom: 0; }

/* title v2 */
.cw-title-v2 {
  font-size: 1.375em;
  font-weight: 600;
  color: #868ea7;
  margin-bottom: 0; }

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

.sidebar-body {
  width: 240px;
  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: 240px;
    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 {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a2d3c;
  padding-left: 0.6rem; }

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

/* mobile menu btn */
.sidebar-menu-btn {
  color: #fff;
  height: 100%;
  padding: 0.5rem 1rem;
  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; } }

/* nome da empresa mobile */
.sidebar-company-name {
  background: #1a2d3c;
  padding: 0 1.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #adc7db; }
  @media (min-width: 992px) {
    .sidebar-company-name {
      display: none; } }

/* menu */
.menu-main {
  display: block;
  width: 232px;
  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; }

@media (min-width: 992px) {
  .menu-main li.item-hidden-lg {
    display: none; } }

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

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

.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: 3px; }

.menu-main__submenu > li > a {
  display: block;
  padding: 0.5rem 0.5rem 0.6rem 2.5rem;
  color: #8c9aa6;
  border-radius: 3px; }
  .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: #429c82;
    -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; }
  @media (min-width: 768px) {
    .menu-main__submenu > li > a:hover {
      background: #254056;
      color: #fff; } }

/* 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: 40px; }
    .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; } }

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

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

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

/* nome do usuário */
.nv-navbar-user {
  font-weight: 500;
  font-size: 0.9375rem;
  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-group {
  display: flex;
  height: 100%; }

.nv-navbar-btn {
  display: flex;
  align-items: center;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 600;
  text-decoration: none;
  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 {
    text-decoration: none;
    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: 600px) {
    .nv-navbar-item--hidden-sm {
      display: block; } }

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

/* 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: #868ea7;
  border-bottom: 1px solid #e1e6ea; }
  .nv-navbar-white .nv-navbar-btn {
    color: #868ea7; }
    .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); }

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

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

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

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

.nv-section-title-v2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0; }

.section-title {
  border-bottom: 1px solid #E9ECEE;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600; }

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

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

.page-title {
  margin: 0;
  color: #717b98;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative; }

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

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

/* imageLink hover */
.imageLink {
  display: block;
  position: relative;
  transition: opacity 0.1s ease; }
  .imageLink:hover {
    opacity: 0.6; }

/* legendas do gráfico */
.chart-subtitles .chart-subtitles-item {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0.25rem; }

.chart-subtitles .chart-subtitles-item:not(:last-child) {
  margin-right: 1.5rem; }

.chart-subtitles-icon {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #ccc;
  display: inline-block;
  border-radius: 14px;
  position: relative;
  top: 1px;
  margin-right: 0.2rem; }
  .chart-subtitles-icon.warning {
    background-color: #f3b944; }
  .chart-subtitles-icon.danger {
    background-color: #db4453; }
  .chart-subtitles-icon.success {
    background-color: #429c82; }
  .chart-subtitles-icon.primary {
    background-color: #338ccc; }
  .chart-subtitles-icon.info {
    background-color: #967bdc; }
  .chart-subtitles-icon.light-yellow {
    background-color: #FCF8E3;
    box-shadow: 0 0 1px #bca015 inset; }
  .chart-subtitles-icon.light-red {
    background-color: #FFE5E5;
    box-shadow: 0 0 1px #ff7a7a inset; }
  .chart-subtitles-icon.light-grey {
    background-color: #ededed;
    box-shadow: 0 0 1px #8f8f8f inset; }

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

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

/* fix jquery ui context menu z-index */
.ui-contextmenu {
  z-index: 2000; }

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

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

/* 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: #868ea7; }

/* hr */
.nv-hr {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
  border-color: #e1e6ea; }

/* link icon */
.nv-link-icon {
  font-size: 88%;
  position: relative;
  top: -1px; }

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

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

/* pages */
.body-login {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%); }

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

.login-container {
  flex-grow: 1;
  max-width: 400px;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
  margin: 1.5rem; }
  .login-container .nv-panel {
    border: 0;
    border-radius: 6px;
    overflow: hidden; }

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

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

.error-page-container {
  flex-grow: 1;
  max-width: 720px; }

.error-page-logo img {
  display: block;
  width: 336px;
  margin: auto; }

/* components */
.nv-panel {
  margin-top: 1.5rem; }
  @media (min-width: 480px) {
    .nv-panel {
      margin-top: 2rem;
      border: 1px solid #e7ebee;
      background: #fff; } }
  .nv-panel .nv-panel-pad {
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .nv-panel .nv-panel-pad {
        padding: 2rem; } }
  .nv-panel .nv-panel-pad-sm {
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .nv-panel .nv-panel-pad-sm {
        padding: 1.5rem; } }

.nv-panel-fixed {
  margin-top: 1.5rem;
  border: 1px solid #e7ebee;
  background: #fff; }
  @media (min-width: 480px) {
    .nv-panel-fixed {
      margin-top: 2rem; } }
  .nv-panel-fixed .nv-panel-pad {
    padding: 1rem; }
    @media (min-width: 480px) {
      .nv-panel-fixed .nv-panel-pad {
        padding: 2rem; } }
  .nv-panel-fixed .nv-panel-pad-sm {
    padding: 1rem; }
    @media (min-width: 480px) {
      .nv-panel-fixed .nv-panel-pad-sm {
        padding: 1.5rem; } }

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

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

.nv-panel-header {
  padding: 0.6rem 0.8rem 0.62rem 0.8rem;
  border-bottom: 1px solid #e7ebee;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #f9f9fb; }

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

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

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

.nv-panel-body.is-loading {
  min-height: 4rem; }
  .nv-panel-body.is-loading.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-panel-body.is-loading.is-loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 4rem;
    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-panel-section {
  border-top: 1px solid #dbe1e6; }

/* panel tabs */
.nv-panel-tabs-responsive {
  font-size: 0.8125rem;
  font-weight: 600;
  margin: -1.5rem -1rem 1.5rem -1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ededf3;
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e7e7ef; }
  @media (min-width: 480px) {
    .nv-panel-tabs-responsive {
      background: none;
      margin: 0 0 -2px 0;
      border-bottom: 0; } }
  .nv-panel-tabs-responsive ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nv-panel-tabs-responsive li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nv-panel-tabs-responsive li:not(:first-child) {
    margin-left: 4px; }
  .nv-panel-tabs-responsive a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    padding: 0 1rem;
    text-decoration: none;
    color: #6b7594;
    border-bottom: 2px solid transparent;
    transition: background 0.4s ease, color 0.4s ease, border 0.4s ease; }
    .nv-panel-tabs-responsive a:hover {
      background: #fff;
      color: #338ccc;
      border-bottom-color: #fff;
      transition: none; }
    @media (min-width: 480px) {
      .nv-panel-tabs-responsive a {
        border: 1px solid #e7ebee;
        padding: 0 0.8rem;
        height: 2.4rem;
        background: #ededf3; } }
  .nv-panel-tabs-responsive .is-active a {
    border-bottom-color: #338ccc;
    color: #338ccc; }
    @media (min-width: 480px) {
      .nv-panel-tabs-responsive .is-active a {
        background: #fff;
        border-bottom-color: #fff;
        color: #338ccc; } }
  .nv-panel-tabs-responsive .tab-icon {
    margin-right: 0.5rem; }

.nv-panel-tabs {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: -1px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .nv-panel-tabs ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nv-panel-tabs li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nv-panel-tabs li:not(:first-child) {
    margin-left: 4px; }
  .nv-panel-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4rem;
    padding: 0 0.8rem;
    text-decoration: none;
    color: #6b7594;
    background: #ededf3;
    border: 1px solid #e7ebee;
    transition: background 0.4s ease, color 0.4s ease, border 0.4s ease; }
    .nv-panel-tabs a:hover {
      background: #fff;
      color: #338ccc;
      border-bottom-color: #fff;
      transition: none; }
  .nv-panel-tabs .is-active a {
    background: #fff;
    border-bottom-color: #fff;
    color: #338ccc; }
  .nv-panel-tabs .tab-icon {
    margin-right: 0.5rem; }

/* legacy */
.cw-panel-tabs {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: #fff;
  border-bottom: 1px solid #dadee7;
  text-transform: uppercase; }
  .cw-panel-tabs li {
    display: inline-block;
    font-size: 0.8125rem; }
  .cw-panel-tabs li:not(:first-child) {
    margin-left: 0.5rem; }
  .cw-panel-tabs a {
    display: block;
    text-decoration: none;
    color: #aab2bd;
    padding: 1rem 0.75rem 0.8rem 0.75rem;
    border-bottom: 2px solid transparent;
    transition: background 0.3s ease, color 0.1s ease; }
  .cw-panel-tabs a.is-active {
    color: #338ccc;
    border-color: #338ccc;
    font-weight: 600; }
  .cw-panel-tabs a:not(.is-active):hover {
    border-color: #338ccc;
    color: #338ccc; }
  .cw-panel-tabs a:not(.is-active):active {
    background: #99c6e6; }
  .cw-panel-tabs .tab-icon {
    margin-right: 0.4rem; }

.nv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  height: 2rem;
  padding: 0 0.75rem;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  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.08s 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.5rem;
  padding: 0 0.5rem; }

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

/* standards */
.nv-btn-primary {
  background-color: #338ccc;
  color: #fff; }
  .nv-btn-primary:hover {
    background-color: #3f93cf;
    color: #fff; }
  .nv-btn-primary:active {
    background-color: #3186c4;
    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 #a1cae8; }

.nv-btn-success {
  background-color: #429c82;
  color: #fff; }
  .nv-btn-success:hover {
    background-color: #47a78b;
    color: #fff; }
  .nv-btn-success:active {
    background-color: #3f957c;
    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-success:focus-visible {
    box-shadow: 0 0 0 3px #95d2c1; }

.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(46, 67, 84, 0.2), inset 0 1px 4px 0 rgba(64, 91, 115, 0.25); }
  .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); }

/* transparent */
.nv-btn-transparent-primary {
  background: none;
  color: #868ea7;
  border-color: transparent; }
  .nv-btn-transparent-primary:hover {
    background-color: #4395d0;
    color: #fff; }
    .nv-btn-transparent-primary:hover .fa {
      color: #fff; }
  .nv-btn-transparent-primary:active {
    color: #fff;
    background-color: #2970a3; }

.nv-btn-transparent-success {
  background: none;
  color: #868ea7;
  border-color: transparent; }
  .nv-btn-transparent-success:hover {
    background-color: #48aa8e;
    color: #fff; }
    .nv-btn-transparent-success:hover .fa {
      color: #fff; }
  .nv-btn-transparent-success:active {
    color: #fff;
    background-color: #337864; }

.nv-btn-transparent-danger {
  background: none;
  color: #868ea7;
  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: #868ea7;
  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: #868ea7;
  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: #868ea7;
  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: #868ea7;
  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; }

/* outline */
.nv-btn-outline-primary {
  background: none;
  color: #338ccc;
  border-color: #338ccc; }
  .nv-btn-outline-primary:hover {
    background-color: #4395d0;
    border-color: #338ccc;
    color: #fff; }
  .nv-btn-outline-primary:active {
    background-color: #2970a3;
    border-color: #2970a3;
    color: #fff; }

.nv-btn-outline-success {
  background: none;
  color: #429c82;
  border-color: #429c82; }
  .nv-btn-outline-success:hover {
    background-color: #48aa8e;
    border-color: #429c82;
    color: #fff; }
  .nv-btn-outline-success:active {
    background-color: #337864;
    border-color: #337864;
    color: #fff; }

.nv-btn-outline-danger {
  background: none;
  color: #db4453;
  border-color: #db4453; }
  .nv-btn-outline-danger:hover {
    background-color: #de5563;
    border-color: #db4453;
    color: #fff; }
  .nv-btn-outline-danger:active {
    background-color: #c62636;
    border-color: #c62636;
    color: #fff; }

.nv-btn-outline-warning {
  background: none;
  color: #eba20f;
  border-color: #f3b944; }
  .nv-btn-outline-warning:hover {
    background-color: #f4c057;
    border-color: #f3b944;
    color: #fff; }
  .nv-btn-outline-warning:active {
    background-color: #f0a714;
    border-color: #f0a714;
    color: #fff; }

.nv-btn-outline-info {
  background: none;
  color: #967bdc;
  border-color: #967bdc; }
  .nv-btn-outline-info:hover {
    background-color: #a38be0;
    border-color: #967bdc;
    color: #fff; }
  .nv-btn-outline-info:active {
    background-color: #7653d1;
    border-color: #7653d1;
    color: #fff; }

.nv-btn-outline-dark {
  background: none;
  color: #434a54;
  border-color: #434a54; }
  .nv-btn-outline-dark:hover {
    background-color: #4c545f;
    border-color: #434a54;
    color: #fff; }
  .nv-btn-outline-dark:active {
    background-color: #2c3138;
    border-color: #2c3138;
    color: #fff; }

/* rounded */
.nv-btn-rounded {
  width: 2rem;
  height: 2rem;
  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: #4395d0;
  color: #fff; }

.nv-btn-hover-primary:active {
  background: #2970a3; }

.nv-btn-hover-success:hover {
  background: #48aa8e;
  color: #fff; }

.nv-btn-hover-success:active {
  background: #337864; }

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

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

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

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

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

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

.nv-btn-hover-light:hover {
  background: white;
  color: #338ccc; }

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

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

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

/* btn group - botões grudados lado a lado */
.nv-btn-group {
  display: flex;
  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; }

/* btn list - listagem com espaçamento entre si */
.nv-btn-list {
  margin: 0 -0.25rem -0.5rem 0; }
  .nv-btn-list .nv-btn {
    margin: 0 0.25rem 0.5rem 0; }

/* utils */
.nv-btn-str-hidden-sm {
  display: none; }
  @media (min-width: 768px) {
    .nv-btn-str-hidden-sm {
      display: inline;
      margin-left: 0.4rem; } }

.nv-badge {
  display: inline-block;
  vertical-align: middle;
  min-width: 10px;
  padding: 0.2em 0.3em;
  border-radius: 4px;
  background-color: #eee;
  line-height: 1;
  text-align: center;
  font-weight: 600; }
  .nv-badge:empty {
    display: none; }

/* sizing */
.nv-badge-xs {
  padding: 0.2em 0.3em;
  font-size: 0.75rem; }

.nv-badge-sm {
  padding: 0.4em 0.6em;
  font-size: 0.875rem; }

.nv-badge-md {
  padding: 0.55rem 0.7rem 0.2rem 0.7rem;
  height: 2rem; }

.nv-badge-lg {
  padding: 0.7em 0.8em;
  font-size: 1rem; }

/* colors */
.nv-badge-primary {
  background-color: #338ccc;
  color: #fff; }

.nv-badge-secondary {
  background-color: #aab2bd;
  color: #fff; }

.nv-badge-success {
  background-color: #429c82;
  color: #fff; }

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

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

.nv-badge-info {
  background-color: #967bdc;
  color: #fff; }

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

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

.nv-breadcrumb {
  cursor: default;
  font-size: 0;
  margin: 0 0 0.6rem 0;
  padding: 0;
  color: #868ea7; }
  @media (min-width: 768px) {
    .nv-breadcrumb {
      margin: 0 0 0.75rem 0; } }

.nv-breadcrumb li {
  display: inline-block;
  font-weight: 600;
  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: 0.6875rem;
    content: "\f105";
    color: #999;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media (min-width: 768px) {
      .nv-breadcrumb li:not(:first-child)::before {
        margin-left: 0.8rem;
        margin-right: 0.8rem; } }

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

.nv-breadcrumb a {
  color: #338ccc; }

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

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

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

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

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

.form-group-dashed {
  margin-bottom: 1.7rem;
  border-bottom: 1px dashed #d1d7dc;
  padding-bottom: 2rem; }

.form-label {
  display: block;
  margin-bottom: 0.125rem;
  font-weight: 600;
  color: #364150; }

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

.has-success .form-label {
  color: #398670; }

.has-success .help-block, .help-block-success {
  color: #398670; }

.has-warning .form-label {
  color: #f0a714; }

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

.has-error .form-label {
  color: #db4453; }

.has-error .help-block, .help-block-error {
  color: #db4453; }

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

@media (min-width: 992px) {
  .form-labelModal-inline {
    padding-top: 0.3rem;
    text-align: right; }
  .form-radioModal-inline {
    padding-top: 0.8rem; } }

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

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

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

select.form-input {
  background-color: #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.4rem; }
  @media (min-width: 480px) {
    select.form-input {
      background-color: #f9f9fb; } }

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

.form-check-label {
  display: inline-block;
  margin-right: 0.8rem;
  cursor: pointer;
  color: #364150;
  user-select: none; }
  .form-check-label:hover {
    color: #338ccc; }

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

.form-input-success {
  border-color: #398670; }

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

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

.help-block-success {
  color: #398670; }

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

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

.help-block-info {
  font-weight: 400;
  color: #868ea7; }

.form-input-readonly,
.form-input-readonly:focus,
.form-input:disabled,
.form-input-disabled {
  cursor: default;
  background: #e6eaf0;
  border-color: #c6d0d7;
  color: #5b6971;
  opacity: 1; }

.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-btn > div,
  .form-group-has-label .form-input,
  .form-group-has-label > div {
    flex-grow: 1; }
  .form-group-has-btn .form-input-label,
  .form-group-has-label .form-input-label {
    flex-shrink: 0; }

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

/* 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; }

.nv-form-control-block {
  display: block;
  float: left;
  clear: both; }

@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: 4px;
  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: #338ccc; }

/* 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; }

.form-month-nav {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  grid-column-gap: 10px; }
  @media (min-width: 768px) {
    .form-month-nav {
      display: block; }
      .form-month-nav .form-input {
        display: inline-block;
        width: auto;
        vertical-align: top; }
      .form-month-nav .nv-btn {
        vertical-align: top; } }

.form-label-inline {
  margin: 0 0.6rem 0 0;
  font-style: italic;
  color: #868eaf; }

.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-2 {
        width: 100px; }
      .nv-form-row .col-size-4 {
        width: 140px; } }

.form label.error {
  display: inline-block;
  background-color: #db4453;
  color: #fff;
  padding: 0.25em 0.4em 0.22rem 0.4rem;
  border-radius: 4px;
  line-height: 1;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-top: 0.5rem; }
  .form label.error:empty {
    display: none; }

.form select option {
  font-weight: 600; }
  .form select option:disabled {
    font-weight: 400; }

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

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

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

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

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

.form .checkbox input {
  position: relative;
  top: 1px; }

.form-link a:hover {
  text-decoration: underline; }

.nv-table {
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #dadee7; }
  .nv-table thead {
    background: #f6f6f9;
    box-shadow: 0 -1px 0px #dadee7 inset; }
    .nv-table thead td {
      border-top: 0; }
  .nv-table th {
    vertical-align: middle;
    padding: 0.6rem 0.5rem;
    color: #364150;
    font-weight: 600;
    text-transform: uppercase;
    text-align: inherit;
    line-height: 1.2; }
  .nv-table td {
    vertical-align: middle;
    padding: 0.6rem 0.5rem;
    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.8rem; }
  .nv-table tr th:last-child,
  .nv-table tr td:last-child {
    padding-right: 0.8rem; }
  .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) {
    font-weight: 600;
    color: #0074f0; }
    .nv-table a:not(.nv-btn):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: #F1FAE5; }
    .nv-table .success:hover {
      background: #e5f6d0; }
  .nv-table .warning {
    background: #FFFAE7; }
    .nv-table .warning:hover {
      background: #fff5d1; }
  .nv-table .danger {
    background: #ffeceb; }
    .nv-table .danger:hover {
      background: #ffdddb; }
  .nv-table .info {
    background: #F2FBFE; }
    .nv-table .info:hover {
      background: #d4f2fc; }

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

@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 #dadee7;
      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.is-loading::before {
    display: block;
    content: "";
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px; }
  .nv-table-container.is-loading::after {
    position: absolute;
    z-index: 5;
    display: block;
    text-align: center;
    padding-top: 0.4rem;
    width: 12rem;
    height: 3rem;
    content: "carregando...";
    left: 50%;
    top: 50%;
    font-size: 1.25rem;
    background: #FFF;
    margin-left: -6rem;
    margin-top: -1.5rem;
    border: 1px solid #4da3ff;
    border-radius: 10rem; }
  @media (max-width: 767px) {
    .nv-table-container.is-loading::after {
      top: 4rem; } }

/* 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 #eee; }
  .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.4rem 1.5rem 0 0; }

/* display text */
.nv-table-text {
  width: 100%;
  font-size: 0.8125rem;
  border: 0; }
  .nv-table-text td {
    vertical-align: middle;
    padding: 0.6rem 0.5rem;
    border-top: 1px solid #dee4e8; }
  .nv-table-text.valign-top th, .nv-table-text.valign-top td {
    vertical-align: top; }
  .nv-table-text tr th:first-child,
  .nv-table-text tr td:first-child {
    padding-left: 0; }
  .nv-table-text tr th:last-child,
  .nv-table-text tr td:last-child {
    padding-right: 0; }
  .nv-table-text tbody tr:first-child td {
    border-top: 0; }
  .nv-table-text a:not(.nv-btn) {
    font-weight: 600;
    color: #0074f0; }
    .nv-table-text a:not(.nv-btn):hover {
      color: #3f9cff;
      text-decoration: none; }
  .nv-table-text .collapsed {
    width: 1px;
    white-space: nowrap; }
  .nv-table-text .active {
    background: #edf0f4; }
  .nv-table-text .nv-form-control {
    margin-bottom: 0; }
  .nv-table-text .nv-form-control-indicator {
    top: 3px; }

/* sortable */
.nv-table .sort-handle {
  color: #96bacf;
  cursor: move;
  padding: 4px 0;
  border-radius: 4px;
  width: 30px;
  text-align: center; }
  .nv-table .sort-handle:hover {
    background: #e4e9f1;
    color: #6298b7; }

.nv-table .sortable-ghost {
  background: #bde1ff; }

.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, .nv-tabs button {
    display: block;
    color: #808c9d;
    padding: 0.25rem 0.1rem 0.8rem 0.1rem;
    background: none;
    border: 0;
    outline: 0;
    border-bottom: 2px solid transparent;
    transition: background 0.3s ease, border 0.2s ease, color 0.2s ease; }
    .nv-tabs a:hover, .nv-tabs button:hover {
      text-decoration: none; }
    .nv-tabs a.is-active, .nv-tabs button.is-active {
      color: #338ccc;
      border-color: #338ccc; }
    .nv-tabs a:not(.is-active):hover, .nv-tabs button:not(.is-active):hover {
      border-color: #338ccc;
      color: #338ccc; }
    .nv-tabs a:not(.is-active):active, .nv-tabs button:not(.is-active):active {
      background: #99c6e6; }
  .nv-tabs .tab-icon {
    margin-right: 0.4rem; }

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

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

.nv-modal-close {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: 0;
  border-radius: 5px;
  padding: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #999;
  cursor: pointer; }
  .nv-modal-close:hover {
    color: #777;
    background: rgba(0, 0, 0, 0.1); }
  .nv-modal-close:active {
    outline: 0;
    background: rgba(0, 0, 0, 0.2); }
  .nv-modal-close:focus {
    outline: 0; }

.nv-modal-header-primary {
  background: #338ccc; }
  .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: #429c82; }
  .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-container {
  position: relative; }
  .nv-modal-body-container::before {
    display: none;
    content: "";
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7); }
  .nv-modal-body-container::after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    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-container.is-loading::before {
    display: block; }
  .nv-modal-body-container.is-loading::after {
    display: inline-block; }

.nv-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
  font-size: 0.875rem; }

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

.nv-modal-lg {
  padding: 2rem;
  max-width: 600px; }

@media (min-width: 768px) {
  .nv-modal-lg {
    max-width: 800px; } }

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

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

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

/* modal delete */
.modal-delete {
  text-align: center;
  padding: 2rem 0.5rem 0.5rem 0.5rem; }

.modal-delete-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #555;
  line-height: 1.25; }

.nv-inbox {
  width: 100%;
  table-layout: auto;
  font-size: 0.8125rem; }
  .nv-inbox tr:not(:first-child) {
    border-top: 1px solid #eee; }
  .nv-inbox td {
    padding: 1rem 0.75rem;
    vertical-align: top; }
  .nv-inbox tr td:first-child {
    padding-left: 1rem; }
  .nv-inbox tr td:last-child {
    padding-right: 1rem; }
  .nv-inbox .collapsed {
    width: 1px;
    white-space: nowrap; }
  .nv-inbox .dropdown-menu {
    font-size: 0.8125rem; }

.nv-inbox-date {
  color: #868ea7; }

.nv-inbox-username span {
  font-weight: 700; }

.nv-inbox-icon {
  font-size: 0.9375rem; }

.nv-inbox .nv-badge {
  font-size: 0.75rem; }

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

.nv-card-button {
  display: flex;
  background: #fff;
  border: 1px solid #dce8ef;
  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: #338ccc; }

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

.nv-card-button-icon {
  background: #d9e6ed;
  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: #6c9ebc; }

.nv-card-button-icon-success {
  background: #d6eee7;
  color: #429c82; }

.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: #7a839e;
  padding-top: 0.05rem;
  font-size: 0.8125rem; }

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

/* misc components */
.cw-list-simple {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cw-list-simple li:not(:first-child) {
    display: block;
    margin-top: 1rem;
    border-top: 1px solid #E0EDF5;
    padding-top: 1rem; }

.nv-message {
  border: 1px solid #e7e7ef;
  background: #f9f9fb;
  padding: 1rem;
  font-size: 0.8125rem; }
  .nv-message > :not(:first-child) {
    margin-top: 1rem; }

.nv-message-description {
  color: #364150; }
  .nv-message-description p {
    margin-bottom: 0; }

.nv-message-list-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #364150; }
  .nv-message-list-info li {
    display: block; }
    .nv-message-list-info li:not(:first-child) {
      margin-top: 0.5rem; }

.nv-message-list-info-icon {
  color: #868ea7;
  margin-right: 0.5rem;
  width: 1rem;
  text-align: center; }

/* upload dropzone */
.dropzone {
  border: 2px dashed #dce1e4;
  border-radius: 5px;
  padding: 1rem;
  text-align: center;
  background: #fbfcfd; }

.dropzone.in {
  border-color: #868ea7; }

.dropzone .str {
  margin: 0;
  color: #9cacb4;
  font-size: 1.25rem; }

.dropzone-str-icon {
  margin-right: 0.7rem; }

.dropzone.hover {
  border-color: #338ccc; }
  .dropzone.hover .str {
    color: #76a5e4; }

/* upload files - table fixes */
.cw-table-uploadingFiles {
  margin-top: 1.5rem; }
  .cw-table-uploadingFiles p {
    margin: 0; }
  .cw-table-uploadingFiles .cw-badge {
    position: relative;
    top: -0.05rem;
    margin-right: 0.2rem; }
  .cw-table-uploadingFiles:empty {
    display: none; }

/* rename file */
.edit-filename:after {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
  margin-left: 8px; }

.cw-warning-bar {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 300px;
  background: #d72f3f;
  color: #fff;
  text-align: center;
  opacity: 0.85;
  padding: 0.5rem;
  z-index: 6;
  border-radius: 8px; }

/* vue */
.nv-grid-container {
  position: relative;
  border: 1px solid #ccd5db; }
  .nv-grid-container table {
    width: 100%;
    font-size: 0.8125rem;
    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 {
    display: block;
    content: "";
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px; }
  .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 td {
  padding: 0.4rem 0.6rem;
  border-top: 1px solid #dee4e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.nv-grid a:not(.nv-btn) {
  font-weight: 600;
  color: #0074f0; }
  .nv-grid a:not(.nv-btn):hover {
    color: #3f9cff;
    text-decoration: none; }

/* 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 select.nv-grid-input {
    width: 3.5rem;
    height: 2rem;
    background: #fff; }

.nv-lightgrid-container {
  font-size: 0.8125rem;
  border: 1px solid #e7ebee; }

.nv-lightgrid {
  width: 100%;
  table-layout: auto;
  position: relative; }
  .nv-lightgrid .collapsed {
    width: 1px;
    white-space: nowrap; }

@media (max-width: 767px) {
  .nv-lightgrid-container {
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation; }
  .nv-lightgrid .hidden-xs-sm {
    display: none; } }

/* header */
.nv-lightgrid-header {
  background: #f5f7fa; }
  .nv-lightgrid-header th {
    color: #364150;
    font-weight: 600;
    line-height: 1.2;
    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-lightgrid-header tr th:not(:first-child)::before {
    content: "";
    font-size: 0;
    width: 1px;
    position: absolute;
    background: #d3d7d9;
    left: 0;
    top: 6px;
    bottom: 6px; }
  .nv-lightgrid-header div {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding: 0.4rem 0.6rem; }

.nv-lightgrid-label-action {
  cursor: pointer; }
  .nv-lightgrid-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-lightgrid-label-action:hover {
    background: #e4e9f2; }
    .nv-lightgrid-label-action:hover::after {
      color: #0074f0; }
  .nv-lightgrid-label-action.sort-asc::after {
    content: "\f30c";
    color: #0074f0; }
  .nv-lightgrid-label-action.sort-desc::after {
    content: "\f309";
    color: #0074f0; }

.nv-lightgrid-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-lightgrid-input:focus {
    background: #fff;
    border-color: #4f87d0;
    box-shadow: 0 0 0 3px rgba(55, 119, 204, 0.2); }

/* body */
.nv-lightgrid-body tr {
  background: #fff; }
  .nv-lightgrid-body tr:hover {
    background: #f8fafc; }

.nv-lightgrid-body td {
  padding: 0.4rem 0.6rem;
  border-top: 1px solid #e7ebee; }

.nv-lightgrid-body a:not(.nv-btn) {
  font-weight: 600;
  color: #0074f0; }
  .nv-lightgrid-body a:not(.nv-btn):hover {
    color: #3f9cff;
    text-decoration: none; }

.nv-lightgrid-body.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-lightgrid-body.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-lightgrid-body .danger {
  color: #e23546; }

.nv-lightgrid-body .success {
  color: #1b845e; }

.nv-lightgrid-body .primary {
  color: #00a0ec; }

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

/* footer */
.nv-lightgrid-footer {
  background: #f5f7fa;
  padding: 0.8rem 0.6rem;
  border-top: 1px solid #ccd5db;
  text-align: center; }

/* pagination */
.nv-lightgrid-pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center; }
  .nv-lightgrid-pagination li {
    display: block;
    margin: 0 0.2rem; }
  .nv-lightgrid-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-lightgrid-pagination button:hover {
      background: #fff;
      border-color: #cbd0d3;
      color: #0074f0; }
    .nv-lightgrid-pagination button:active {
      background: #e3e8e8;
      border-color: #b5bbc0;
      color: #0074f0; }
    .nv-lightgrid-pagination button .is-disabled, .nv-lightgrid-pagination button:disabled {
      opacity: 0.55;
      cursor: default; }
      .nv-lightgrid-pagination button .is-disabled:hover, .nv-lightgrid-pagination button:disabled:hover {
        background: none;
        border-color: transparent;
        color: #5f728d; }
  .nv-lightgrid-pagination select.nv-lightgrid-input {
    width: 3.5rem;
    height: 2rem;
    background: #fff; }

.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: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 5px;
  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: #338ccc;
  color: #fff; }

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

/* custom */
/* grid financeiro paciente */
.fg-coluna-resumo {
  border: 1px solid #e7ebee;
  background: #fff;
  padding: 1rem; }

.fg-coluna-dados {
  margin-top: 1.5rem; }

@media (min-width: 480px) {
  .financeiro-grid {
    border: 1px solid #e7ebee;
    background: #fff; }
  .fg-coluna-resumo {
    border: 0;
    padding: 1.5rem; }
  .fg-coluna-dados {
    margin-top: 0;
    padding: 2rem; } }

@media (min-width: 992px) {
  .financeiro-grid {
    display: grid;
    grid-template-columns: 280px 1fr; }
  .fg-coluna-resumo {
    border-bottom: 0;
    border-right: 1px solid #e7ebee; } }

/* widget resumo financeiro paciente */
.cw-widget-cash-resume-section {
  margin-top: 1rem; }

.cw-widget-cash-resume-title {
  font-weight: 600;
  color: #868ea7; }

.cw-widget-cash-resume-subtitle {
  font-weight: 600; }

.cw-widget-cash-resume-value {
  margin-top: 0.25rem;
  font-size: 1.125em;
  font-weight: 700; }

.cw-widget-cash-resume-help-block {
  font-size: 0.875rem;
  font-style: italic;
  color: #868ea7; }

/* filter bar */
.nv-filter-bar .item-str {
  font-size: 0.8325rem;
  font-weight: 600;
  color: #8585ad;
  margin-bottom: 0.5rem; }

.nv-filter-bar .dropdown .nv-btn {
  width: 100%;
  justify-content: space-between; }

@media (min-width: 480px) {
  .nv-filter-bar {
    display: flex;
    align-items: center; }
    .nv-filter-bar .item-str {
      position: relative;
      top: -1px;
      margin-right: 0.75rem;
      margin-bottom: 0; }
    .nv-filter-bar .dropdown .nv-btn {
      width: auto; } }

/* save button */
.nv-btn-save {
  width: 100%; }
  @media (min-width: 480px) {
    .nv-btn-save {
      width: auto; } }

/* arquivos */
.file-icon {
  width: 4rem;
  height: 50px;
  background: #fbfcfd;
  border: 1px solid #e9ecee;
  color: #868ea7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem; }

.nv-dropdown-item-link {
  font-weight: 400 !important;
  color: #364150 !important; }
