body {
  font-size: .875rem;
}

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

body.dragging, body.dragging * {
  cursor: move !important;
}

.btn-doc {
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	font-size: 0.7rem !important;
}

.label-fix {
  margin-top: -10px !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.ordenavel li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.ordenavel li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

/*
 * Sidebar
 */

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

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

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

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

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

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

/*
 * Content
 */
.input-menor {
  width: 100px !important;
}
[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.bg-dark {
  background-color: #2d3436 !important;
  color: #FFF !important;
}
.text-nowrap .nav-link {
  color: #FFF !important;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: #636e72;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

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

label span {
  color: red;
}

label small {
  color: #2980b9;
  font-weight: bold;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #3498db;
    color: #e9ebec;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #2980b9;
}
#back-to-top.show {
    opacity: 1;
}
.foto-exclusao {
  border: 6px solid #e74c3c;
}
.nav-item {
  margin-bottom: -15px !important;
  margin-top: -10px !important;
}
.pix-mobile {
  overflow-wrap: break-word !important;
}
.tr-success {
  background-color: #2ecc71 !important;
  color: #FFF !important;
}
.tr-erro {
  background-color: #e74c3c !important;
  color: #FFF !important;
}
.tr-info {
  background-color: #ebecec !important;
}
.area-checkbox {
  width: 50px;
}
.ind-con {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ccc;
}
.ind-A {
  background-color: #2ecc71;
}
.ind-G {
  background-color: #f1c40f;
}
.ind-N {
  background-color: #e74c3c;
}
.b {
  border: 1px solid red !important;
}
.navbar .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    z-index: 1050; /* acima da navbar */
}
.dropdown-menu {
    max-width: 350px;   /* largura máxima */
    white-space: normal; /* permite quebra de linha */
    word-wrap: break-word; /* força quebrar palavras longas */
}
.area-notificacoes {
  max-height: 500px; 
  overflow-y: auto; 
  min-width: 350px; 
  max-width: 350px; 
  white-space: normal; 
  word-break: break-word;
}
.botoes-notificacao {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.botoes-notificacao .btn {
  font-size: 10px !important;
}
.font-weight-bold-f {
  font-weight: bold;
  font-size: 12px !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}