body {
  font-size: .8rem;
  margin:0;
  display: flex;
  flex-direction: column;
}

.header {
  flex: 1 0 10%;
}

.content {
    flex: auto;
    max-height: 420px;
    overflow-y: auto;
}

.scrollable{
  padding: 10 0 5 0;
  overflow-y: scroll;
}

.first-color { 
	background: #373e48; 
}
	
.second-color { 
	background: #455d7a; 
}

.third-color { 
	background: #f95959; 
}

.fourth-color { 
	background: #e3e3e3; 

}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

h1 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.5rem;
  color: gray;
}

h2 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.3rem;
  color: gray;
}

h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.1rem;
  color: gray;
}

h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: .9rem;
  color: gray;
}


span {
  font-size: .600rem;
  text-transform: uppercase;
  color: gray;
}

small {
  font-size: .650rem;
  text-transform: none;
  color: gray;
}

.miniTexto {
  font-size: .800rem;
  margin-top: 0;
  width: 100%;
  padding-bottom: .45rem;
  border-bottom: 1px solid silver;
}

.xbutton {
  background-color: #5F9EA0; /* cadet blue */
  border: none;
  color: white;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.xbutton:hover {
  color: black;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .25);
}

.xbutton .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button-img {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-img:hover {
  color: black;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .25);
}

.button-img:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.button-img .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

table th {
  padding: .75rem 1rem;
  text-transform: uppercase;
  font-size: .75rem;
  color: Silver;
  
}

.table tr {
  padding: .65rem;
}

.table td {
  padding: .65rem;
}

:visited {
  text-decoration: none;
}

:link {
  text-decoration: none;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.borda1 {
  padding: 2px 4px 2px 4px;
  margin: 4px 4px 4px 4px;
  border: 1px solid silver;
  border-radius: 4px;
}

.fundocinza {
  background-color: silver;
}

.card:hover {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/*
 * Sidebar
 */

 .sidebar {
  background-color: #f8f9fa !important;
}

.sidebar .nav-link {
  color: #343a40;
}

.sidebar .nav-link:hover {
  background-color: #dee2e6;
  color: #212529;
}

.sidebar-heading {
  color: #6c757d;
}

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 35px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .bi {
  font-size: 1rem;
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover {
  background-color: #455d7a;
  color: white;
}

.sidebar .nav-link:hover .bi {
  color: white;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.list-group .list-group-item:hover {
  color: write;
  background-color: #5D6D7E;
}

.list-group .list-group-item.a:link {
  color: #E5E8E8;
}

/*
 * Navbar
 */

.navbar-brand {
  text-align: left;
  padding-top: .50rem;
  padding-bottom: .50rem;
  font-size: 1rem;
  background-color: #373e48;
}


.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0.25rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label {
  margin-bottom: 3px;
}

.form-control {
  font-size: .800rem;
  padding: .2rem .4rem .2rem .4 rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}

.form-select {
  font-size: .800rem;
  padding: .2rem .4rem .2rem .4 rem;
  border-color: silver;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.inputLocate {
  background-image: url('/static/img/search.svg');
  background-position: 6px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: .800rem; /* Increase font-size */
  padding: 8px 20px 8px 40px; /* Add some padding */
  border: 1px solid silver; /* Add a grey border */
  border-radius: 4px;
  margin-bottom: 12px; /* Add some space below the input */
}

.inputLocate:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.breadcrumb {
  font-size: .800rem;
  color: white;
  background-color: #455d7a;
  margin-top: 0;
  width: 100%;
  padding-top: .45rem;
  padding-bottom: .45rem;
  padding-left: .45rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.breadcrumb-item.a:visited {
  color: #E5E8E8;
}

.breadcrumb-item.a:link {
  color: #E5E8E8;
}

.breadcrumb-item.a:hover {
  color: #DC7633;
}

.breadcrumb-item.active {
  color: white;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  vertical-align: top;
  color: #E5E8E8;
  font-size: 1rem;
  line-height: 20px;
}


.xdropdown{
  position: relative;
  display: inline-block;
  z-index: 9998;
}

.xdropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.xdropdown:hover .dropdown-content {
  display: block;
}

/* The container <div> - needed to position the dropdown content */
.xdropdown {
  position: relative;
  display: inline-block;
}

.xdropdown-content {
  right: 0;
}

/* Dropdown Content (Hidden by Default) */
.xdropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.xdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.xdropdown-content a:hover {
  background-color: #DC7633;
  color: white;
}

/* Show the dropdown menu on hover */
.xdropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.xdropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-item {
  color: #212529;
  text-align: left;
  padding: .25rem 1.5rem;
  text-decoration: none;
  display: block;
  font-size: .800rem;
}

.dropdown-item:hover {
  color: white;
  background-color: #455d7a;
  font-size: .800rem;
}

.show {
  display: block;
}

.dashboard-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.05);
}

.icon-container i {
  font-size: 2rem;
  color: #455d7a;
}

.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  margin: auto;
  margin-top: 20px;
  background: #e3e3e3;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.form-signin .logo {
  text-align: center;
  margin: 10px 0px 20px 0px;
  padding: 8px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 6px ;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.coluna-5 {
  width: 5%;
}

.coluna-10 {
  width: 10%;
}

.coluna-20 {
  width: 20%;
}

.coluna-30 {
  width: 30%;
}

.coluna-40 {
  width: 40%;
}

.coluna-50 {
  width: 50%;
}

.coluna-60 {
  width: 60%;
}

.coluna-70 {
  width: 70%;
}

.coluna-80 {
  width: 80%;
}

.coluna-90 {
  width: 90%;
}

.coluna-100 {
  width: 100%;
}

