:base-background {
  --base-bg: #003961;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  
  /* background-color: rgb(240,240,240); */
}

.filtro-padrao select, .filtro-padrao input {
  border-radius: 2 !important;
  font-size: 0.92em !important;
}

body {
  position: relative;
  background-color: #f0f0f7;
}

ul {
  overflow:auto;
  overflow-wrap: break-word;
  word-wrap:break-word;
  word-break: break-all;
  white-space: normal;
}
/* Links */

/* Buttons */

.btn {
  text-decoration: none;
}

.card-shadow {
  transition: box-shadow 0.3s;
}

.card-shadow:hover {
  /* box-shadow:0 1rem 3rem rgba(#000, .175); */
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.1);
}

.new-form {
  color: white;
  border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 !important;
  border: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* ############# SUBMENU */

.submenu {
  background-color: #006494;
  border: #006494 3px solid;
  border-bottom: white 1px solid;
  min-height: 45px;
}

.item-submenu {
  padding: 7px 10px;
  background-color: #006494;
  color: white;
}

.item-submenu > a > span.submenu-badge {
  font-size: .6em;
  font-weight: bold;
  position: absolute;
  background-color: red;
  border-radius: 10px;
  padding: 3px 6px 3px 6px;
  color: white;
  text-align: center;
  left: 90%;
  top: -13px;
  opacity: 0.85;
}


.item-submenu:hover, .item-submenu.atual {
  background-color: white;
  color: #006494;
  border-bottom: none;
}


/* ############################ */




.breadcrumb-div {
  background-color: rgb(233, 233, 233);
}

.legenda-flutuante {
  position: absolute;
  top: calc(-0.9em);
  left:0;
  background-color: inherit;
  font-size: 1.2em;
  font-weight: 400;
  color:rgb(20, 42, 60);
}

.legenda-flutuante-transparente {
  position: absolute;
  top: calc(-0.9em);
  left:0;
  font-size: 1.2em;
  font-weight: 400;
  color:rgb(20, 42, 60);
}

main {
  min-height: 600px;
  background-color: inherit;
  padding-bottom: 180px;
}

.container {
  padding: 20px 20px;
}

a,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  /* color: inherit; */
}

ul {
  list-style-type: none;
}

.sidebar {
  max-width: 240px;
  /* top: 85px; */
  background-color: rgb(20, 42, 60);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}

.offcanvas {
  transition: transform .2s ease-in-out;
}

.navbar {
  background-color: rgb(20, 42, 60);
  height: 85px;
}

.logo-jornada {
  margin: 0 auto;
  padding: 0;
  height: 36px;
}

.navbar-user-info {
  position: absolute;
  z-index: 99999;
  right: 10px;
  bottom: 5px;
  font-size: 0.9em;
  color: #fefefe;
}

.nav-menu-button:hover {
  transition: transform 0.1s ease-out;
}

.nav-menu-button:hover {
  transform: scale(1.03);
}

.menu-sanduiche {
  color: white;
  position: absolute;
  left: 32px;
  top:27px;
  transition: transform 0.3s ease-out;
}

.menu-sanduiche:hover {
  transform: scale(1.3);
}

.color-white {
  color: white;
}

.form-login-nav {
  min-width: 300px;
}

.menu-item {
  font-weight: 400;
  min-height: 45px;
  width: 100%;
  transition: font-size 0.3s, font-weight 0.3s;
}

.menu-linha{
  border-bottom: 1px solid rgba(169, 206, 80, 0.3);
  display: block;
  margin-top:85px;
  width: 88%;
  margin-left: 15px;
}

.menu-item:after {
  border-bottom: 1px solid rgba(169, 206, 80, 0.3);
  content: '';
  display: block;
  width: 80%;
  transition: width 0.3s;
  margin-left: 15px;
}

.menu-item:hover:after {
  content: '';
  display: block;
  width: 90%;
}

.menu-item:hover {
  font-weight: 600;
  font-size: 1.05em;
}


.menu-item-text {
  font-size: 15px;
  min-height: 45px;
  padding: 0px 0px 0px 30px;
  color: white;
  line-height: 45px;
}

.menu-item-text:hover {
  color: white;
}

.menu-atual {
  background-color: rgb(26 57 82);
  outline: 1px solid rgb(36 80 112 / 54%);
}

.submenu {
  background-color: #006494;
  border: #006494 3px solid;
  border-bottom: white 1px solid;
  min-height: 45px;
}



.nav-link {
  background-color: white !important;
  color: #012839;
  border-bottom: none;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.nav-link:hover, .nav-link.active {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #006494 !important;
  color: rgb(251, 252, 255) !important;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.content-wrapper {
  /* min-height: 600px; */
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
  max-width: 1400px;
  /* text-transform: capitalize; */
}

@media (max-width: 420px) {
  main {
    padding-bottom: 200px;
  }
}

.text-underline-hover {
  text-decoration: none;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.carometro_foto {
  width: 110px;
  height: 130px;
  object-fit: cover;
}

.carometro_nome {
  font-size: 0.7em;
  letter-spacing: 0px;
}

.table-blue {
  background-color: #142a3c;
  color: white;
  text-transform: uppercase;
}