:root {
  scroll-behavior: smooth;
  --primary-color:#46658A;
  --primarysoft-color:#396293;
  --primary-alt-color:#6881cd;
  --dark-color:#1C3A5F;
  --mediumlight-color:#b5cefb;
  --light-color:#e5ecf8;
  --warning-color:#F6C23D;
  --warninglight-color:#fffbef;
  --warningdark-color:#d6a016;
  --secondary-color:#6C757D;
  /*
  --primary-color:#4154f1;
  --primary-alt-color:#6776f4;
  --dark-color:#012970;
  --light-color:#CFE1FF;
  --mediumlight-color:#b5cefb;
  */
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}
body.login { background-color: var(--dark-color);}

a {
  color: var(--dark-color);
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
  position:relative !important;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--dark-color);
  position: relative;
}

.pagetitle h1 .btn-ficha{
  font-size: 12px;
  opacity: 0.7;
  transition: 0.3s;
  display: inline-block;
  background:#777;
  color:white;
  border-radius:4px;
  padding:3px 6px;
  margin-left: 10px;
}
.pagetitle h1 .btn-ficha:hover{
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--primary-alt-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: var(--mediumlight-color);
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f6f6;
  cursor:pointer;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

.text-primary { color:var(--primary-color) !important;}
.text-orange {color: #ff771d;}
.text-greenlight {color:#9FE180;}
.text-right { text-align: right;}
.text-center { text-align: center;}
.bg-primary {
  background-color: var(--primary-color) !important; color: var(--light-color);
}
.bg-warning {
  background-color: var(--warning-color) !important; color: var(--warninglight-color);
}
.bg-rose { background-color:#ffeaea !important;}

a.btn i { color:white;}
.btn-primary {
  background-color: var(--primary-color) !important;
  border-color:transparent !important;
  color: white !important;
}
.btn-primary:disabled {
  background-color: var(--primary-color);
  border-color:transparent;
}
.btn-primary:hover {
  background-color: var(--dark-color);
  border-color:var(--dark-color);
}
.btn-outline-primary, .border-primary {
  border-color:var(--primary-color) !important;
  color:var(--primary-color);
}
.btn-outline-primary:hover {
  color:white;
  background:var(--primary-color);
  border-color:var(--primary-alt-color) !important;
}
.btn-outline-primary:hover .badge.bg-primary{
  background-color:var(--dark-color) !important;
}
.btn-outline-primary:active {
  background-color: var(--dark-color) !important;
}
.btn-check:checked + .btn-outline-primary {
  background-color: var(--primary-color);
  border-color:var(--primary-color);
  color: white !important;
}
.btn-group .btn-outline-primary:hover{ color:var(--primary-color) }
.btn-group .btn-outline-primary i,.btn-group .btn-outline-danger i{
  display: none; margin-right: 5px;
}
.btn-group .btn-check:checked + .btn-outline-primary i,.btn-group .btn-check:checked + .btn-outline-danger i {
  display: inline;
} 


a > * { color:var(--primary-color);}
.box_cliente a > * { color:var(--light-color);}

.bg-danger-out {
  background-color: #f8d7da;
  border-color: #DC3444;
  color:#DC3444;
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
  color:#333;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: var(--warninglight-color);
  border-color: var(--warninglight-color);
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}
.bg-gray {
  background-color: #dedede;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-title small {
  font-weight: 300; font-size: 12px;
}

.dashboard .card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card-files-folders{
  position: relative;
  transition: all 0.3s ease;
}
.card-files-folders .list-group-item{
  display:flex;
  gap:10px;
}

.card-files-folders .list-group-item .autor {display: none; }
.card-files-folders .list-group-item .data { display: none;}

.card-files-folders.no-pointer .drop-zone { background-color: var(--light-color);}

.card-floating::before{
  content:'';
  position:fixed;
  background:rgba(255,255,255,1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
}

.card-floating{
  position: fixed;
  z-index: 9;
  top: 80px;
  left: 6%;
  width: 92%;
  height: 84%;
  overflow: auto;
}
#max-files-folders {
  position: absolute;
  right: 50px;
  top: 10px;
}

.card-files-folders .list-group li:hover{
  background-color: #F8F9FA;
}
.card-files-folders.card-floating .list-group-item{
  padding: 20px 10px;
}
.card-files-folders.card-floating .list-group-item .titulo { width: 100%;font-weight: 550;}

@media screen and (min-width: 786px) {
  .card-files-folders.card-floating .list-group-item .titulo { width: 70%;}
  .card-files-folders.card-floating .list-group-item .data { display: block; color:#777; font-weight: 300;width: 24%;}
}
@media screen and (min-width: 992px) {
  .card-files-folders.card-floating .list-group-item .titulo { width: 50%;}
  .card-files-folders.card-floating .list-group-item .autor {display: block; color:#777; font-weight: 300;width: 24%;}  
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--dark-color);
  background-color: #f6f9ff;
}
.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--primary-color);
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  margin-top: 6px;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--primary-color);
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.full-logo { max-height: 50px; max-width: 230px; display: none;}
@media (min-width: 1200px) {
  .logo { width: 240px;}
  .logo .full-logo{ display: block;}
  .logo .icon{ display: none;}
}
.logo .icon { max-height: 40px; margin-right: 12px;}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: var(--dark-color);
}

.header .search-bar {
  min-width: 360px;
  margin: 0 20px;
  position: relative;
}

.resultado_pesquisa .box_resultados{
  border:1px solid var(--mediumlight-color);
  border-radius: 4px;
  max-height:320px;
  position:absolute;
  background:white;
  padding:0;  
  overflow:auto;
  width:100%;
  z-index: 999;
}
.resultado_pesquisa .box_resultados button.etiqueta-c {
  padding:12px; margin:0; transition:0.4s;
  font-size: 0.9rem;
  width: 100%; text-align: left;
  background:white;
  color:#565656;
  position: relative;
  z-index: 999;
}
.resultado_pesquisa .box_resultados button:hover {
  background: var(--light-color);
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: var(--dark-color);
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: var(--dark-color);
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 24px;
  color: var(--primary-color);
  margin-right: 19px;
  position: relative;
  background: transparent;
}

.header-nav .nav-profile {
  color: var(--dark-color);
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item.active {
  background-color: var(--light-color);
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.scroller {
  scrollbar-width: thin;
  scrollbar-color: var(--light-color);
}
.scroller::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color:#f4f4f4;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.sidebar {
  position: fixed;
  top: 60px;
  left: -250px;
  bottom: 0;
  width: 250px;
  z-index: 996;
  transition: all 0.3s;
  padding: 10px;
  overflow-y: auto;
  scrollbar-width: thin !important;
  scrollbar-color: var(--light-color) transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.toggle-sidebar .sidebar {
  left: 0;
}
@media (min-width: 1199px) {
  body:not(.toggle-sidebar) .sidebar {
    width:65px; left: 0;
  }
  body:not(.toggle-sidebar) .sidebar:hover {
    width:250px; left: 0;
  }
  body:not(.toggle-sidebar) .sidebar .nav-link span, body:not(.toggle-sidebar) .sidebar .bi-chevron-down { 
    display: none;
  }
  body:not(.toggle-sidebar) .sidebar:hover .nav-link span, body:not(.toggle-sidebar) .sidebar:hover .bi-chevron-down { 
    display: block;
  }
  body:not(.toggle-sidebar) #main, body:not(.toggle-sidebar) #footer { margin-left: 65px;} 
  #main,#footer { margin-left: 250px;} 
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
  position: relative;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3;
  background: var(--light-color);
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--primary-color);
}
.sidebar-nav .nav-link svg {
  width: 18px;
  max-height: 23px;
  margin-right: 10px;
  margin-left: -2px;
  fill: var(--primary-color);
}

.sidebar-nav .nav-link.collapsed {
  color: var(--dark-color);
  background:white;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link.collapsed svg {
  fill: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: var(--primary-color);
  background: var(--light-color);
}

.sidebar-nav .nav-link:hover i {
  color: var(--primary-color);
}
.sidebar-nav .nav-link:hover svg {
  fill: var(--primary-color);
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  transition: 0.2s;
  min-width: 220px;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--dark-color);
  transition: 0.3;
  padding: 10px 0 10px 30px;
  transition: 0.3s;
  border-radius: 4px;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--primary-color);
  background-color: var(--light-color);
  font-weight: 600;
}

.sidebar-nav .nav-content a.active i {
  background-color: var(--primary-color);
}

@media (min-width: 1199px) {
  body:not(.toggle-sidebar) .sidebar-nav .nav-content li{
    display: none;
  }
  body:not(.toggle-sidebar) .sidebar:hover .sidebar-nav .nav-content li{
    display: block;
  }
  /*
  body:not(.toggle-sidebar) .sidebar { overflow-y:inherit;}
  body:not(.toggle-sidebar) .sidebar-nav .nav-content { 
    position: absolute;
    width: 200px;
    padding:10px;
    left:65px;
    top: 18px;
    background-color: white;
    border-radius: 8px;
    box-shadow:0px 2px 10px #eee;}
  body:not(.toggle-sidebar) .sidebar-nav .nav-content a { padding: 10px;}
  body:not(.toggle-sidebar) #main,#footer { margin-left: 55px;} 
  */
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: var(--primary-color);
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
  height: 185px;
}


.dashboard .bg-warning h5,.dashboard .bg-warning h6{
  color:#fff !important;
}
.dashboard .bg-warning .card-title span {
 color:#eee;
}

.dashboard .info-card .card-title {
  height: 100px;
  padding:12px 0 0 0;
}
.dashboard .info-card .card-title span{
  font-size: 0.75em;
  line-height: 0.75em;
}

.dashboard .info-card h6 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .info-card h6 .comp{
  background:white;
  color: red;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 6px;
  font-size: 0.5em;
  font-weight: normal;
  opacity: 1;
  text-align: center;
}


.card-icon {
  font-size: 36px;
  line-height: 0;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;
}

.green-card .card-icon {
  color: var(--primary-color);
  fill: var(--primary-color);
  background: #f8fef6;
}
.green-card .card-icon svg { fill: #2eca6a;}
.green-card .card-icon i { color: #2eca6a;}

.yellow-card .card-icon {
  color: var(--warning-color);
  fill: var(--warning-color);
  background: var(--warninglight-color);
}
.orange-card .card-icon {
  color: #ff771d;
  fill: #ff771d;;
  background: #ffecdf;
}
.red-card .card-icon {
  color: #d7514a;
  fill:#d7514a;
  background: #ede4e3;
}
.violet-card .card-icon {
  color: #7919a5;
  stroke:#7919a5;
  background: #dfd8e1;
}
.blue-card .card-icon{
  color: var(--primary-color);
  background-color: var(--light-color);
}
.blue-card .card-icon svg{ 
  fill:none;
  stroke: var(--primary-color);
}
.blue2-card .card-icon{
  color: var(--primary-color);
  fill: var(--primary-color);
  background-color: var(--light-color);
}

.gray-card .card-icon{
  color: #999;
  background-color: #eee;
}
.gray-card .card-icon svg{ 
  fill:none;
  stroke: #999;
}
.turquesa-card .card-icon{
  color: #0690cd;
  background-color: var(--light-color);
}
.turquesa-card .card-icon svg{ 
  fill:none;
  stroke: #0690cd;
}

.magenta-card .card-icon{
  color: #d91d75;
  background-color: #e7d0da;
}
.magenta-card .card-icon svg{ 
  fill:none;
  stroke:#d91d75;
}

.bg-magenta{
  background-color: #d91d75;
  color: #e7d0da;
}
.text-magenta{
  color: #d91d75;
}

/* ESTILO DAS CORES NO PLANNER */
.fc-event { padding-left:2px;}
.fc-view-month .fc-event.comHora {padding-left:12px; background-color: #fff;}
.fc-view-month .fc-event.comHora::before{
  content:'';
  position:absolute;
  width: 7px;
  height: 7px;
  border-radius:10px;
  left: 2px;
  top: 4px;
}

/*.fc-event.violet {background: #dfd8e1;}*/
.fc-event.violet {background: #7919a5; color:white;}
.fc-view-month .fc-event.violet.comHora {color:#7919a5;}
.fc-view-month .fc-event.violet { border-color:#7919a5;}
.fc-view-month .fc-event.violet::before {background-color:#7919a5;}

/*.fc-event.yellow { background: var(--warninglight-color);}*/
.fc-event.yellow { background: var(--warning-color);}
.fc-view-month .fc-event.yellow { border-color: var(--warningdark-color);}
.fc-view-month .fc-event.yellow::before {background-color: var(--warningdark-color) ;}

/*.fc-event.blue2 { background-color: var(--light-color);}*/
.fc-event.blue2 { background-color: var(--primary-color); color:white;}
.fc-view-month .fc-event.blue2.comHora {color: var(--primary-color);}
.fc-view-month .fc-event.blue2{ border-color: var(--primary-color);}
.fc-view-month .fc-event.blue2::before{background-color: var(--primary-color);}

/*.fc-event.gray { background-color: #eee;}*/
.fc-event.gray { background-color: #999;}
.fc-view-month .fc-event.gray{ border-color: #999;}
.fc-view-month .fc-event.gray::before{background-color:#999 ;}

/*.fc-event.green {background: #f8fef6;}*/
.fc-event.green {background: #2eca6a;}
.fc-view-month .fc-event.green{ border-color: #2eca6a;}
.fc-view-month .fc-event.green::before{background-color:#2eca6a ;}

/*.fc-event.orange {background: #ffecdf;}*/
.fc-event.orange {background: #ff771d; color: white;}
.fc-view-month .fc-event.orange.comHora {color:#ff771d ;}
.fc-view-month .fc-event.orange { border-color:#ff771d ;}
.fc-view-month .fc-event.orange::before {background-color: #ff771d;}

/*.fc-event.red {background: #ede4e3;}*/
.fc-event.red {background: #d7514a; color:white;}
.fc-view-month .fc-event.red.comHora {color:#d7514a ;}
.fc-view-month .fc-event.red { border-color:#d7514a ;}
.fc-view-month .fc-event.red::before{background-color:#d7514a ;}

/*.fc-event.turquesa {background-color: var(--light-color);}*/
.fc-event.turquesa {background-color: #0690cd; color:white;}
.fc-view-month .fc-event.turquesa.comHora {color:#0690cd ;}
.fc-view-month .fc-event.turquesa{ border-color:#0690cd ;}
.fc-view-month .fc-event.turquesa::before{background-color:#0690cd ;}

.fc-event.magenta {background-color: #d91d75; color:white;}
.fc-view-month .fc-event.magenta.comHora {color:#d91d75 ;}
.fc-view-month .fc-event.magenta{ border-color:#d91d75 ;}
.fc-view-month .fc-event.magenta::before{background-color:#d91d75 ;}

/* FIM ESTILO DE CORES DO PLANNER */

/* Activity */
.activity {
  font-size: 14px;
}

.activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

.activity .activity-item .btn-destaque-atividade{
  background:transparent; opacity: 0;
}
.activity .activity-item:hover .btn-destaque-atividade, .activity .activity-item .btn-destaque-atividade-ativo{
  color:var(--warning-color);
  opacity:1;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: var(--dark-color);
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: var(--primary-color);
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: var(--dark-color);
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: var(--dark-color);
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: var(--dark-color);
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: var(--primary-color);
}

.contact .info-box h3 {
  font-size: 20px;
  color: var(--dark-color);
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary-color);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary-color);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: var(--dark-color);
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: var(--dark-color);
}

.btn-basic{
  padding: 0 4px;
  background-color: #f4f4f4;
  border-radius: 4px;
  color: var(--secondary-color);
  font-size: 14px;
}

.etiqueta-c { 
  cursor:pointer;
  display: inline;
  background:transparent;
  color:var(--dark-color);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.etiqueta-p {
  display: inline-block;
  background:var(--light-color);
  color: var(--dark-color);
  padding:0;
  border:1px solid var(--mediumlight-color);
  border-radius: 4px;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  position: relative !important;
  transition: 0.2s;
  word-break: break-all;
}

.etiqueta-p::before {
  content: "";
  width: 4px;
  height: 100%;
  background:inherit;
  position: absolute;
  right: 0;
  top:0;
}
.etiqueta-p:hover {
  border-color:var(--primary-color);
}
.etiqueta-p button {background:none; padding:4px 5px; color: var(--dark-color);}

.etiqueta-p .open-directly {
  position: absolute;
  right: 0; top: 0;
  padding:3px 5px;
  margin:1px;
  background:var(--dark-color); 
  border-radius:4px;
  right: -25px;
  transition: 0.3s;
}
.rightBox .etiqueta-p .open-directly { right: -28px; top: 10px; }
.etiqueta-p .open-directly i {color:white !important;}

.etiqueta-p:hover .open-directly { right:0px;}

.etiqueta-pendencia {
  border-color:var(--warning-color) !important;
  background-color:var(--warninglight-color) !important;
}
.etiqueta-pendencia i{
  color:var(--warning-color);
}
.etiqueta-pendencia:hover {
  border-color:var(--warningdark-color) !important;
}

.etiqueta-arquivo {
  background-color:#f6f6f6 !important;
  border-color:#ddd !important;
  opacity: 0.6;
}
.etiqueta-arquivo:hover {
  opacity: 0.9;
}

.datatable-input, .datatable-selector {
  border-radius: 4px;
  border:1px solid var(--light-color);
  margin:0;
}

.table small { opacity: 0.6; font-size: 0.8em;}
@media screen and (min-width:992px){
  .table td.clienteNome { min-width: 25%; width: 350px; max-width: 45%;}
}
.eventos-lista .etiqueta-p{ max-width: 200px;}
.eventos-lista .table-v td { padding: 18px 12px; }
.pendencias-lista .table-v td { padding: 18px 6px; }
.dashboard .eventos-lista {height:340px; overflow-y: auto;}

@media screen and (max-width:768px) {
  .table-v { width: 100%;}
  .table-v thead { display: none;}
  .table-v tr { width: 100%; display: flex; flex-wrap: wrap;border-bottom:1px solid #ccc; padding:25px 4px;}
  .table-v td { border:0; width:100%; padding:4px !important; margin:0; position: relative !important; text-align: center; vertical-align: middle; align-items: center;}
  .table-v td.column12 { width:12%; }
  .table-v td.column16 { width:16.66%;}
  .table-v td.column21 { width:21.33%; }
  .table-v td.column25 { width:25%; }
  .table-v td.column33 { width:33.3%;}
  .table-v td.column50 { width:50%; }
  .table-v td.column55 { width:54.67%; }
  .table-v td.column66 { width:66.6%; text-align: left; }
  .table-v td.column75 { width:75%; }
  .table-v td.column83 { width:83.33%; }
  .table-v td .etiqueta-p { text-align: center;}
  .table-v .etiqueta-p {text-align: left; margin-bottom: 2px; white-space:normal; max-width:100%; width: auto;}
  .eventos-lista .table-v .card-icon { width: 30px; height: 30px;}
  .eventos-lista .table-v .card-icon svg { width: 2rem; height: 2rem;}
  .eventos-lista .table-v .card-icon i { font-size: 1.5rem;}
}
/*
.etiqueta-p {
  display: inline-block;
  background:var(--light-color);
  color: var(--dark-color);
  padding:4px 5px;
  border:1px solid var(--mediumlight-color);
  border-radius: 4px;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 310px;
  position: relative;
  transition: 0.2s;
}*/

.rightBox {
  position: fixed;
  top: 60px;
  right: -420px;
  bottom: 0;
  width: 420px;
  max-width: 98%;
  z-index: 99;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  box-shadow: -10px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
@media (min-width: 1299px) {
  .eventos-lista .etiqueta-p{ max-width: 250px;}
  .rightBox {
    right: -32%;
    width: 32%;
  }
}
.rightBox .btn-close {
  background-size: 60%;
  position: absolute; top: 10px; left:0px;
  z-index: 101;
}

.toggle-rightBox { position: relative;}
.toggle-rightBox .rightBox { right: 0;font-size: 14px;}

.toggle-rightBox .protection-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  z-index: 1;
  top: 0;
  left:0;
}

.rightBox .content_cliente .box_cliente { 
  background:var(--primary-color);
  color:var(--light-color);
  padding:0 10px;
  border-radius: 4px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  margin-bottom: 10px;
  position:relative;
  border:1px solid var(--primary-alt-color);
}

.rightBox .content_cliente .box_cliente a,
.rightBox .content_cliente .accordion-header a,
.rightBox .content_cliente .accordion-header a div,
.rightBox .content_cliente .box_cliente i { color:var(--light-color) !important; cursor:pointer;}
.rightBox .content_cliente .box_cliente .accordion-collapse { padding:0; margin:0;}

.rightBox .content_cliente .cliente_nome {padding:10px 0; font-size: 1rem; font-weight:600; text-align: center;}
.rightBox .content_cliente .cliente_nome i { font-size: 1.4rem; margin-right: 10px;}
.rightBox .content_cliente .box_cliente label { width:80%; margin:8px auto;}
.rightBox .content_cliente .box_cliente label .campo { width: 30%;}
.rightBox .content_cliente .box_cliente label .valor a{ display: flex; }
.rightBox .content_cliente .box_cliente label .valor a > div{ min-width: 66%; }
.rightBox .content_cliente .box_cliente label .valor a > span {color:var(--light-color);}

.rightBox .content_cliente .box_cliente_footer {
  display: flex; justify-content: space-between; margin: 25px 0 18px;
}
.rightBox .content_cliente .box_cliente_footer .btn{
  background-color: transparent;
  border:1px solid var(--primary-alt-color); width: 49%;
  color: var(--light-color);
  font-size: 1em;
}
.rightBox .content_cliente .box_cliente_footer .btn:hover{
  background-color: var(--light-color) !important;
  color: var(--primary-color) !important;
}
.rightBox .content_cliente .box_cliente_footer .btn:hover i {color: var(--primary-color);}
/*
.rightBox .content_cliente .box_cliente_footer {
  display: flex; border-top:1px solid var(--primary-alt-color); margin-top: 14px;
}
.rightBox .content_cliente .box_cliente_footer .btn{
  text-align: center; width: 50%; color:var(--light-color);
  margin:12px 0; padding:0; font-size: 0.9em;
  border-radius: 0;
  
}
.rightBox .content_cliente .box_cliente_footer .btn:first-child{
  border-right:1px solid var(--primary-alt-color);
}
*/
.rightBox .content_processo .processo_header{
  background:var(--light-color); color:var(--dark-color);
  border:1px solid var(--mediumlight-color); border-radius: 4px 4px 0 0;
  font-size:16px; padding:10px 40px 10px 10px; 
  max-width:100%; width:100%;
  position: relative; text-align: left;
}

#lista_processos .etiqueta-p {
  max-width:100%; width:100%;
  position: relative; padding:10px;
  font-size:16px; margin-bottom: 8px; 
}
.rightBox .accordion-alt { 
  border:1px solid var(--mediumlight-color);
  border-top:0; padding: 8px; border-radius:0 0 4px 4px; 
  padding: 0; margin:0; overflow:hidden;
}
.rightBox .accordion-alt.border-top {
  border:1px solid var(--mediumlight-color) !important; border-radius:4px; 
}

.rightBox .accordion-alt .accordion-header{
  background:#FAFAFA;
  padding: 0 8px;
} 
.rightBox .accordion-alt .accordion-body {
  padding: 0 10px;
}
.table tr:last-child td { border-bottom: 0;}

.rightBox label{ width: 100%; display: flex; margin-bottom: 8px;}
.rightBox .campo { width: 22%; margin-right: 2%; font-weight: 300;}
.rightBox .valor{ font-weight:600; width: 76%;}
.rightBox .valor small {font-weight: 300 !important;}
.rightBox .valor a{ width: 100%;  }
.rightBox .valor i { margin-left: 10px;}

.rightBox .card-icon, .processo-detalhes .card-icon {
  font-size: 28px;
  line-height: 0;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  flex-grow: 0;
}

.rightBox button.btn-outros-processos, .rightBox button.btn-cadastrar-processo {
  background:none;
  color:var(--dark-color);
  border-radius:4px;
}

.rightBox .btn-acessoCompleto {
  position:absolute; right:48px;top:8px; font-size:18px;
  background:none;
  border:0
}
/* FIM RIGHTBOX */

.table-calendar { color:#676767}
.table-calendar thead { background: #f6f6fe;}
.table-calendar td{ padding: 10px; text-align: center; width: 14.28%;}
.table-calendar-btn td{ margin:0; padding:1px; position: relative;}
.table-calendar-btn td span { 
  background:white;
  color:var(--dark-color);
  font-size: 0.6em;
  position:absolute;
  top: 3px; right: 3px;
  border-radius: 10px;
  display: block; width:14px; height: 14px; line-height: 14px;
  opacity: 0.8;
  transition: 0.3s;
}
.table-calendar-btn td:hover span { 
  opacity: 1;
  transform: scale(1.3);
}

.btn-data-calendar {
  width: 100%;
  padding:10px;
  border-radius:8px;
  border:1px solid transparent;
}
.btn-data-calendar.clicked {
  border:1px solid var(--dark-color);
}
.eventos-lista{
  font-size: 14px;
}
.eventos-lista .dia-mes{
  text-align: center;
}
.eventos-lista .dia-mes strong{
  font-size: 1.15rem; font-weight: 700; line-height: 1.25rem;
}

.eventos-lista .table thead {
  background: #f6f6fe;
}
.eventos-lista .table thead th {
  border: 0;
}

button { cursor:pointer; border: 0;font-family: "Poppins", sans-serif;}

.btn-new button{
  padding: 12px 20px;
  border-radius: 6px;
  color:var(--light-color);
  background-color: var(--dark-color);
  border:1px solid var(--primarysoft-color);
  font-size: 1.1rem;
  transition: 0.2s;
}
.btn-new button:hover {
  background-color: var(--primary-color);
}

.btn-new button i { 
  font-weight: 700;
  margin-right: 10px;
}

/* estilo para o botão principal */
.botao-novo {
  font-family: "Poppins", sans-serif;
  background-color: var(--primary-color);
  color: white; padding: 10px 20px;
  border: none; border-radius: 5px;
  font-size: 16px; cursor: pointer;
  position: relative; transition: 0.2s;
  color: white; display: block;
  z-index: 9; white-space: nowrap;
}
.botao-novo .opcoes i {color:white; margin-right: 10px;}
.botao-novo .opcoes svg, .botao-novo-planner .opcoes svg { width: 1rem; height: 1rem;margin-right: 10px; fill: var(--dark-color);}
.botao-novo:hover {
  background-color: var(--dark-color);
  color: white;
}


/* estilo para o menu de opções */
.botao-novo .opcoes {
  position: absolute; right:0;top:44px;
  background-color: white; box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border-radius: 4px; z-index: 1;
  transition: 0.3s;
  padding: 5px; width: 220px;
  display: none;
}
.botao-novo .opcao {
  padding: 10px 18px;
  display: block; cursor: pointer; background:none;
  width: 100%; text-align: left; border-radius: 4px;
  font-size: 1rem;  color:var(--dark-color);
  transition: 0.3s;
}
.botao-novo .opcao i {color:var(--dark-color);}
.botao-novo .opcao svg {
  width: 1em; height: 1em; display: inline;color:var(--dark-color);
  fill: var(--dark-color);
  margin-right: 10px;
}
.botao-novo .texto-novo { margin-left: 10px;}

@media screen and (max-width:576px) {
  .botao-novo .texto-novo { display: none;}
}

.botao-novo .opcao:hover {
  background-color:var(--light-color);
}

.botao-novo-item {
  background-color: var(--primary-color);
  position:absolute; top:0; right:0; border-radius:0 6px 0 6px; padding:10px; box-shadow:-3px 3px 4px #eee;
  color:white;
  cursor: pointer;
  transition:0.3s;
}
.botao-novo-item:hover{
  background-color: var(--dark-color);
}
.botao-novo-item i {color:white;}

.pagination .page-item .page-link {
  color: var(--primary-color);
}
.pagination .page-item.active .page-link {
  color:white;
  background-color: var(--primary-color);
  border-color:var(--primarysoft-color)
}

#formPeriodo input{ width: 140px; }
#formPeriodo small{ font-size: 0.8rem;}
#formPeriodo .select-status-group { max-width: 286px !important; margin: 0 auto;}

.card-title.d-flex {
  justify-content: space-between;
  align-items: center;
}

textarea.esconder {
	overflow:hidden;
	width:0px !important; height:0px !important;
  border: 0; position: absolute; bottom: 0; right: 0; opacity: 0;
}

.rightBox .btn-conclusao span, .processo-detalhes .btn-conclusao span{ display: none;}

.table-financeiro td{ padding:12px; position: relative !important;}
.table-financeiro .text-right { text-align: right;}
.lancamento-R { color:#2D59D9 !important; }
.lancamento-D { color:red !important; }
.linha-pendente { background-color: var(--warninglight-color) !important;}

.box-confirmar-financeiro {
  width: 400px;
  max-width: 100%;
  padding:20px;
  left: 0;
  top:0;
}

.notify-success{
  border:1px solid #167247;
  color:#167247;
  opacity: 0.8;
  background: transparent;
}

.notify-danger{
  border:1px solid #DC3444;
  color:#DC3444;
  opacity: 0.8;
  background:transparent
}

.icon-editar { position:absolute; right: 12px;}

#notifications-list { width: 370px;}

.popinfo { position: relative; width: 30px; overflow: hidden; }
.popinfo .info { 
  position: absolute; z-index:99;
  font-size: 12px; background:rgba(0,0,0,0.7);
  left:50%; top:30px; color: white;
  padding: 10px; width: 240px;
  opacity: 0; transition: 0.4s;
  transform:translateX(-50%);
  visibility: hidden; }
.popinfo:hover .info { opacity: 1; visibility:visible; }
.popinfo:hover i { color:#222; }

.mr-auto { margin-right:auto;}
.mx-auto { margin-right:auto; margin-left: auto;}
.mr-5 { margin-right:28px;}
.mr-4 { margin-right:20px;}
.mr-3 { margin-right:12px;}
.mr-2 { margin-right:8px;}
.mr-1 { margin-right:4px;}
.ml-auto { margin-left:28px;}
.ml-5 { margin-left:28px;}
.ml-4 { margin-left:20px;}
.ml-3 { margin-left:12px;}
.ml-2 { margin-left:8px;}
.ml-1 { margin-left:4px;}

.avisos {position:fixed;bottom:0;right:0;z-index:9999; display: none;}
.avisos .alert {box-shadow: 5px 5px 20px rgba(0,0,0, 0.25); margin:0 25px 25px 0;}

@media screen AND (max-width:992px) {
  .avisos { max-width: 86%; bottom: 5%; right:7%; }
  .avisos .alert {margin: 0 0 20px 0;}
}

.col-form-label {
  font-weight: 600;
  color: var(--primary-color);
}

.financeiro .nav-meses {
  text-align: center;
  display: flex;
  justify-content: space-between;
  border:1px solid var(--primary-color);
  border-radius:8px;
  padding: 10px 12px;
  margin:2px auto 12px;
  min-width: 240px;
  max-width: 420px;
}

.interna .activity .activity-item .activite-label { width:94px; text-align: right; padding-right: 10px;}
.tab-pane .activity .activity-item .activite-label { width:94px; text-align: right; padding-right: 10px;}
@media (min-width: 992px) {
  .interna .activity {font-size:1rem; padding:20px; background-color:#fafafa; border-radius:12px;}
  .interna .activity .activity-item{ }
  .interna .activity .activity-item .activite-label { padding-right:30px; width:auto;}
  .interna .activity .activity-item .activite-label::before { right:-11px;}
  .interna .activity .activity-item .activity-badge { }
  .interna .activity .activity-item .activity-content { padding-left:30px;}
}


.processo-detalhes .card { margin-bottom:18px;}
.processo-detalhes .card-body { padding-top:5px;}

.botoes-processo {gap:10px;}
.botoes-processo .btn i{ color:inherit; margin-right: 5px;}
.botoes-processo .btn span{ color:inherit;}
.botoes-processo .btn:hover {color:white;}

#customer-list { 
  background:white; position: absolute;
  top:43px;
  border-radius:4px;
  width:100%; padding:0; margin:0;
  max-height: 320px; overflow-y: auto;}
#customer-list:not(:empty){
  border:1px solid var(--mediumlight-color);
}
#customer-list li{ 
  list-style: none; padding:10px 15px; margin: 0;
  border-bottom: 1px solid #f5f5f5;
 }
#customer-list li:hover { background-color:var(--primary-color); color:white;}

ul input[type="checkbox"]:checked + span {
  text-decoration: line-through;
}
.lista-anotacoes { padding: 0 0 0 10px;}
.lista-anotacoes li { margin-bottom: 6px; padding-right:20px}
.lista-anotacoes li > * { display: inline;}
.lista-anotacoes li small { position:relative;}
.lista-anotacoes li .filter { opacity: 1; transition: 0.2s; position: absolute; right:-20px; top:0;}
.lista-anotacoes li:hover .filter { opacity: 1; transition: 0.2s;}
.lista-anotacoes .dataUsuario { display: none;}

.lista-anotacoes-lg { padding:20px 0; }
.lista-anotacoes-lg .titulo-anotacao { font-weight: bold; }
.lista-anotacoes-lg li { padding:10px 0; border-bottom:1px solid #eee;}
.lista-anotacoes-lg li:last-child { border:0}
.lista-anotacoes-lg li input{ display: none;}
.lista-anotacoes-lg li .filter { position: relative; display: block; text-align: right; right:0; opacity: 0.5;}
.lista-anotacoes-lg li .filter li {padding:10px; border:0}
.lista-anotacoes-lg .dataUsuario { display: inline; color:var(--secondary-color); font-style: italic;}
.lista-anotacoes-lg li .filter:hover {opacity: 1;}

#lista_capturas li .filter {  text-align:left;}
#lista_capturas li .filter i,#lista_capturas li .filter .dropdown-menu {display: none;}

.input-group-basic { border-bottom:1px dotted #ccc;}
.input-group-basic .form-control{ border:0; font-size:0.9rem; transition:0.2s; opacity: 0.5;}
.input-group-basic .form-control:focus-visible { opacity: 1;outline: none; box-shadow: none;}
.input-group-basic .input-group-text{ border:0; background:transparent;}

.n-modal .modal-content { margin-top: 50px; }
.n-modal .modal-header { background-color: var(--primary-color); color:white; padding-left: 50px;}
.n-modal .modal-header .icon-modal { 
  position: absolute; left: -20px; top:-20px; width: 60px; height: 60px; 
  font-size: 2.5rem; line-height: 60px; text-align: center;
  color:var(--primary-color);
  background-color: white; border-radius: 50%; padding:0;}
.n-modal .modal-header .icon-modal svg{ position: absolute; top: 5px; left: 5px; padding:5px; width: 50px; height: 50px; fill: var(--primary-color);}
.n-modal .modal-header .icon-modal svg.stroke {stroke: var(--primary-color); fill:none}
.n-modal .modal-body { padding:30px;}
/*.n-modal .modal-footer {}*/
.n-modal .close { background-color: transparent; color:#eee}

.btn-reset-input {
  position:absolute;cursor:pointer; display:none;right:10px;top:7px;
}
.btn-newOption {
  background-color:var(--primary-color);
  cursor:pointer;
  color:white;
  border-radius:4px;
  font-size: 0.6em;
  padding:1px 3px;
  transition: 0.3s;
}
.btn-newOption i { color:white;}
.btn-newOption:hover {
  color:var(--light-color);
  background-color:var(--dark-color);
}

#novoControleModal .modal-content { background-color:var(--light-color);}
.controles-menu { padding:15px 15px; margin:0;}
.controles-menu > div { padding: 10px; margin:0; }
.controles-menu .card{ 
  padding:10px; margin:0; display: flex; justify-content: center;
  flex-direction: column; align-items: center;
  transition: 0.3s; cursor: pointer; height: 160px; }
/*.controles-menu > div:nth-child(2n) {border:1px solid red;}*/
.controles-menu .card:hover { transform: scale(1.1);}
.controles-menu .card-icon { text-align: center; margin-bottom: 12px; font-size: 44px; width: 52px; height: 52px;}
.controles-menu .card h6 { text-align: center;font-weight: 500;color: var(--dark-color); font-size: 18px;}


tr.linha-destaque { background:var(--primary-color);}
tr.linha-destaque td { font-weight:bold; color:white !important;}
tr.linha-destaque a {color:white;}
/*
.dashboard .info-card {
  padding-bottom: 10px;
  height: 175px;
}
.dashboard .info-card .card-title {
  height: 90px;
}

.dashboard .info-card h6 {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.card-icon {
  font-size: 36px;
  line-height: 0;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;
}*/

.list-links button {
  background:transparent;
  padding:0; line-height: 1em;
  font-family: "Open Sans", sans-serif;
  color: var(--dark-color);
}


.list-links li button.edit{
  opacity: 0.2;
  transition:0.3s;
}

.list-links li:hover button.edit{
  opacity: 1;
}

.form-publicacoes .form-group{
  margin-bottom: 10px;
}

.drop-zone {
  text-align: center;
  background-color: #F8F9FA;
  margin-top: 6px;
  padding: 20px;
}

.drop-zone * {
  pointer-events: none;
}

.no-pointer *{
  pointer-events: none;
}
#progress-bar-upload { height: 0px; transition: 0.4s all ease;}
.progress-bar {
  background: var(--primary-color)
}

.no-results {
  color:#9FA6B2;
  font-style: italic;
  text-align: center;
  display: block;
  padding:20px 0;
}

.inbox-lista {
  
}

.inbox-item {
  padding:20px 0;
  border-bottom:1px solid #eee;
}

.box-info-form {
  background-color:#F8F9FA;
}
.box-info-form:hover {
  background-color:var(--light-color);
}

.edit-info-form{
  position:absolute; right:0px;
  opacity: 0;
  transition:0.2s;
}
.box-info-form:hover .edit-info-form {
  right:20px;
  opacity: 1;
}

.mail-modal {

}

.mail-modal .modal-body{
  font-size: 0.8em;
}

.list-group-item button{
  text-align: left; line-height: 1.4em;
}

.corpo-email * { width:auto !important; max-width:100% !important;}
.corpo-email table { max-width: 100% !important; width: 100%; overflow-y: auto !important; table-layout: auto !important;}
.corpo-email > div { margin:0 !important;}


.input-rpp {font-weight: 300; font-size: 12px;}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Aplica a animação à imagem */
.fade-loop {
  animation: fadeInOut 1.3s ease-in-out infinite;
}


#dados-processo-simples .campo{ width: 180px; text-align: right; font-weight: 300; }
#dados-processo-simples .valor { font-weight: 600; font-style: italic;}
#dados-processo-simples .valor small{ font-weight: 400; color:#333;}


@media screen and (max-width:768px) {
  .table-mobile-thin { width: 100%;}
  .table-mobile-thin thead { display: none;}
  .table-mobile-thin tr { width: 100%; display: flex; flex-wrap: wrap; border-bottom:1px solid #ccc; padding:25px 4px;}
  .table-mobile-thin td { text-align: left !important; border:0; width:100%; padding:4px !important; margin:0; position: relative; text-align: center; vertical-align: middle; align-items: center;}
  .table-mobile-thin td * { max-width: 100% !important;}
}

button.btn-lembrete-anotacao { background:none; color:var(--secondary-color);}

.ordenacao *{ margin:0 -1.5px; padding:0;}

.mais-filtros .row{
  align-items: center;
}
.mais-filtros .d-flex{
  align-items: center;
}

.mais-filtros .filtro-campo {
  margin-bottom: 6px; font-weight: 600;
}


@media print {
  
  .table-v { font-size: 12px !important;}
  .table-v td  {padding:6px 0px !important;}
  .no-print{ display: none;}
}