label{
  color: #181818;
}

input{
  font-size: 25px;
}

/* Menu */
:root {
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
  Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  text-align: left;
  background-color: #e9edf4;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

a {
  color: #3f84fc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0458eb;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: normal;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15vh;
}

.dashboard-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px;
}

.dashboard-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 25px;
}

.dashboard-nav {
  min-width: 238px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #373193;
}

.dashboard-compact .dashboard-nav {
  display: none;
}

.dashboard-nav header {
  min-height: 84px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-nav header .menu-toggle {
  display: none;
  margin-right: auto;
}

.dashboard-nav a {
  color: #515151;
}

.dashboard-nav a:hover {
  text-decoration: none;
}

.dashboard-nav {
  background-color: #443ea2;
}

.dashboard-nav a {
  color: #fff;
}

.brand-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px;
}

.dashboard-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-item {
  min-height: 56px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  transition: ease-out 0.5s;
}

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: -40px;
}

.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.active {
  background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
  font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #443ea2;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  text-decoration: none;
  color: #875de5;
}

.menu-toggle i {
  font-size: 20px;
}

.dashboard-toolbar {
  min-height: 84px;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
  .dashboard-app {
      margin-left: 238px;
  }

  .dashboard-compact .dashboard-app {
      margin-left: 0;
  }
}


@media (max-width: 768px) {
  .dashboard-content {
      padding: 15px 0px;
  }
}

@media (max-width: 992px) {
  .dashboard-nav {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1070;
  }

  .dashboard-nav.mobile-show {
      display: block;
  }
}

@media (max-width: 992px) {
  .dashboard-nav header .menu-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

@media (min-width: 992px) {
  .dashboard-toolbar {
      left: 238px;
  }

  .dashboard-compact .dashboard-toolbar {
      left: 0;
  }
}


/* Conteúdo */
.container {
  width: 100vw;
  margin-left: 19rem;
}
.container.menu-opened {
  margin: auto;
}
@media(max-width:992px){
  .container {
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .container {
      width: 82%;
  }
}

@media screen and (min-width: 56.3125em) {
  .container {
      max-width: 133.3rem;
  }
}

@media screen and (min-width: 87.5625em) {
  .container {
      max-width: 140rem;
  }
}

.heigth-content{
  min-height: 70vh;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row [class*="flex-"] {
  width: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  min-height: 0.1rem;
  margin-bottom: 2rem;
}

.row [class*="flex-"]:last-child {
  margin-bottom: 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*="flex-"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 0em) {

  .row .flex-sm-1,
  .row .flex-sm-2,
  .row .flex-sm-3,
  .row .flex-sm-4,
  .row .flex-sm-5,
  .row .flex-sm-6,
  .row .flex-sm-7,
  .row .flex-sm-8,
  .row .flex-sm-9,
  .row .flex-sm-10,
  .row .flex-sm-11,
  .row .flex-sm-12 {
      margin-bottom: 0;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
  }
}

@media screen and (min-width: 0em) {
  .row .flex-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media screen and (min-width: 34.5625em) {

  .row .flex-md-1,
  .row .flex-md-2,
  .row .flex-md-3,
  .row .flex-md-4,
  .row .flex-md-5,
  .row .flex-md-6,
  .row .flex-md-7,
  .row .flex-md-8,
  .row .flex-md-9,
  .row .flex-md-10,
  .row .flex-md-11,
  .row .flex-md-12 {
      margin-bottom: 0;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
  }
}

@media screen and (min-width: 34.5625em) {
  .row .flex-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media screen and (min-width: 56.3125em) {

  .row .flex-lg-1,
  .row .flex-lg-2,
  .row .flex-lg-3,
  .row .flex-lg-4,
  .row .flex-lg-5,
  .row .flex-lg-6,
  .row .flex-lg-7,
  .row .flex-lg-8,
  .row .flex-lg-9,
  .row .flex-lg-10,
  .row .flex-lg-11,
  .row .flex-lg-12 {
      margin-bottom: 0;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
  }
}

@media screen and (min-width: 56.3125em) {
  .row .flex-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media screen and (min-width: 87.5625em) {

  .row .flex-xl-1,
  .row .flex-xl-2,
  .row .flex-xl-3,
  .row .flex-xl-4,
  .row .flex-xl-5,
  .row .flex-xl-6,
  .row .flex-xl-7,
  .row .flex-xl-8,
  .row .flex-xl-9,
  .row .flex-xl-10,
  .row .flex-xl-11,
  .row .flex-xl-12 {
      margin-bottom: 0;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
  }
}

@media screen and (min-width: 87.5625em) {
  .row .flex-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.printable{
  background-color: var(--cor-branco);
  padding: 20px;
  border-radius: 15px;
}

.button-table {
  font-size:200% ;
  color:#212529;
}

.button-table-action {
  padding:0 5px;
  color:#212529;
  background: none;
}
@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}