.pointer {
  cursor: pointer;
}

.rounded-md {
  border-radius: 0.375rem;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

#introjs_dados {
  display: none;
}

body {
  background: #fafafa;
  font-family: "Roboto Flex", sans-serif;
  color: #111;
}

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

.fixed-ribbon #ribbon, #left-panel {
  top: 58px !important;
}

body.inicio .breadcrumb {
  visibility: hidden !important;
}

@keyframes svg {
  0% {
    fill: #111;
  }
  100% {
    fill: #d7282f;
  }
}
@keyframes apps {
  0% {
    background: inherit;
  }
  100% {
    background: #f3f3f3;
  }
}
.header2 {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 1003;
  padding: 0 10px;
  top: 0;
  height: 58px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.header2 a {
  text-decoration: none !important;
}
.header2 h1 {
  margin: 0;
  letter-spacing: -0.5px;
}
.header2 h1 a {
  display: block;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 21px;
  background: url(logo_mob.png) no-repeat left center;
  padding: 10px 0 10px 47px;
}
.header2 h1 a:hover {
  color: #d7282f;
}
.header2 #hide-menu {
  margin-right: 4px;
}
.header2 #hide-menu i {
  font-size: 16px;
}
.header2 #hide-menu a {
  color: #111;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.header2 #hide-menu a:hover {
  background: #eee;
  color: #d7282f;
}
.header2 .lang {
  margin-right: 12px;
}
.header2 .lang #language-nav {
  color: #111;
  padding: 8px 10px;
  font-size: 12px;
}
.header2 .lang #language-nav:hover {
  background: #f3f3f3;
  color: #d7282f;
}
.header2 #apps-section {
  margin-top: -8px;
  margin-right: 15px;
}
.header2 #apps-section #apps {
  padding: 8px 8px;
  animation-name: apps;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.header2 #apps-section #apps svg {
  position: relative;
  top: 8px;
  left: 2px;
  animation-name: svg;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.header2 #apps-section #apps svg:hover {
  animation-name: none;
  fill: #d7282f;
}
.header2 #apps-section #apps:hover {
  animation-name: none;
  background: #f3f3f3;
}
.header2 #apps-section #apps:hover svg {
  fill: #d7282f;
}
.header2 #apps-section #apps.ativo {
  background: #f3f3f3;
  animation-name: none;
}
.header2 #apps-section #apps.ativo svg {
  animation-name: none;
  fill: #d7282f;
}
.header2 #apps-section .apps-menu {
  position: absolute;
  top: 48px;
  right: 174px;
  margin-top: 1rem;
  width: 290px;
  border-radius: 0.375rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 10;
}
.header2 #apps-section .apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0.75rem;
}
.header2 #apps-section .app-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: background-color 0.3s ease;
}
.header2 #apps-section .app-item:hover {
  background-color: #f5f5f5;
  color: #d7282f;
}
.header2 #apps-section .app-icon {
  width: 66.67%;
  margin-bottom: 0.5rem;
}
.header2 #apps-section .app-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.header2 #acesso-bt {
  cursor: pointer;
  padding: 8px 10px;
  margin: 5px 0;
  font-size: small;
  width: 275px;
}
.header2 #acesso-bt i {
  color: #111;
}
.header2 #acesso-bt:hover {
  background: #f3f3f3;
}
.header2 #acesso-bt:hover i {
  color: #d7282f;
}
.header2 #acesso-bt:hover .nome {
  color: #d7282f;
}
.header2 #acesso-bt .lor {
  line-height: 16px;
  margin-right: 10px;
}
.header2 #acesso-bt .nome {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}
.header2 #acesso-bt .empresa {
  color: #999;
  font-weight: 300;
}

#left-panel {
  position: relative;
  position: absolute;
}

nav ul li.active > a:before {
  display: none;
}

.smart-style-1 aside {
  background: #0f2a40 !important;
}

.smart-style-1 nav ul ul li > a:hover {
  background: none !important;
}

.smart-style-1 nav ul li a:active {
  background: #d7282f !important;
}

.smart-style-1 nav ul ul {
  background: #0c2132;
}

.smart-style-1 nav ul ul li > a {
  text-shadow: none;
}

.smart-style-1 nav ul li.active a {
  background: #ac2026;
  color: white !important;
}

.smart-style-1 nav ul li a {
  color: rgba(255, 255, 255, 0.66) !important;
}
.smart-style-1 nav ul li a:hover {
  background: #d7282f;
  color: rgb(255, 255, 255) !important;
}

nav ul .active > a {
  color: #ccc !important;
}

nav ul li.open > a, nav ul li.open > a b {
  color: #ccc !important;
}

#drop1 {
  width: 220px;
}

#drop2 {
  min-width: 70px;
  width: 70px;
}

#aside-logo {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: fixed;
  text-align: center;
  bottom: 20px;
  left: -10px;
}
#aside-logo a {
  opacity: 0.8;
}
#aside-logo a:hover {
  opacity: 1;
}
#aside-logo img {
  width: 75%;
}

#aside-logo.lat-hid {
  left: -230px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.smart-style-1 nav > ul > li > a b {
  right: 17px;
  top: 14px;
}

nav ul span.menu-item-parent {
  position: relative;
  top: -2px;
}

#limparFiltros {
  color: #111;
}
#limparFiltros:hover {
  color: #d7282f;
}

.fixed-ribbon #content {
  padding-top: 45px !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

h1.Title {
  font-weight: 500;
  color: #111;
  display: flex;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
h1.Title .infotxt {
  font-size: 14px;
  margin-left: 10px;
}
h1.Title .infotxt i {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.33);
}
h1.Title .infotxt i:hover {
  color: rgba(0, 0, 0, 0.4);
}

.smart-style-1 #ribbon {
  background: white;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smart-style-1 #ribbon #ribbon-actions a {
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.smart-style-1 #ribbon #ribbon-actions a:hover {
  background: #f6f6f6;
  text-decoration: none;
  border-radius: 3px;
  color: #d7282f;
}
.smart-style-1 #ribbon .breadcrumb li a {
  color: rgb(0, 0, 0) !important;
}
.smart-style-1 #ribbon .breadcrumb li a:hover {
  color: #d7282f !important;
}
.smart-style-1 #ribbon .breadcrumb li a i {
  color: rgba(0, 0, 0, 0.33) !important;
}

.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.33) !important;
}

.smart-style-1 #ribbon .breadcrumb > .active, .smart-style-1 #ribbon .breadcrumb li:last-child {
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #bfbfbf !important;
}

.smart-form fieldset {
  padding-top: 5px;
}

#funcionario_search header .widget-icon {
  display: none !important;
}

.jarviswidget > header {
  background: #236092;
  border-radius: 5px 5px 0 0 !important;
  border: 1px solid #236092;
}

.jarviswidget header i {
  color: #fff;
}
.jarviswidget h2 {
  font-weight: 600 !important;
  color: #fff;
  text-transform: uppercase;
}

#introjs_lista .widget-icon {
  display: none;
}
#introjs_lista h2 {
  margin-left: 10px;
}

.smart-form header {
  margin: 0px 15px 15px;
  padding: 4px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #236092;
  color: #111;
}

.smart-form .label {
  color: #111;
  font-weight: 500;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
  border-radius: 3px;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea, .smart-form .radio i, .smart-form .checkbox i, .smart-form .toggle i, .smart-form .icon-append, .smart-form .icon-prepend {
  border-color: #ddd;
}

.input-sm, .input-lg, .input-xs, .form-control {
  border-radius: 3px !important;
  border-color: #ddd;
}

.smart-form .input input:focus, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .radio input:focus + i, .smart-form .checkbox input:focus + i, .smart-form .toggle input:focus + i {
  color: #236092;
}

.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 500 15px/29px "Roboto Flex", sans-serif;
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
  border-radius: 5px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-lg {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.btn-primary.btn.active, .btn-primary.btn:active, .btn-default.btn.active, .btn-default.btn:active {
  background: #f0f0f0;
  color: #2d7bbb;
  border-color: #adadad;
}

.btn-default, .btn-primary {
  background: white;
  text-transform: uppercase;
  color: #111;
  border-color: #ccc;
}
.btn-default:focus, .btn-primary:focus {
  background: none;
  color: #2669a0;
  border-color: #adadad;
}
.btn-default:hover, .btn-primary:hover {
  background: #f6f6f6;
  color: #2669a0;
  border-color: #adadad;
}

/*
.btn-primary i {
  display: none;
}
*/

.btn-success {
    background: #236092;
    border-color: #194569;
}
.btn-success:focus {
  background: #2a72ad;
  border-color: #205784;
}
.btn-success:hover {
  background: #2a72ad;
  border-color: #205784;
}
.btn-success:active {
  background: #2a72ad;
  border-color: #205784;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: white;
  background: #2a72ad;
  border-color: #205784;
}

.nav-pills {
  text-transform: uppercase;
  font-weight: 500;
}

nav ul li.open > a, nav ul li.open > a b {
  color: #fff !important;
}

.modal-dialog {
  margin: 80px auto 30px !important;
}

.modal-backdrop {
  display: none !important;
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-actions .dropdown-menu-right {
  width: 400px !important;
  right: 0 !important;
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
  #ribbon-actions {
    display: none;
  }
  .smart-style-1 #hide-menu {
    margin-right: 4px;
  }
  .smart-style-1 #hide-menu i {
    font-size: 16px;
    color: #111 !important;
  }
  .smart-style-1 #hide-menu i a {
    color: #111;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 3px;
  }
  .smart-style-1 #hide-menu i a:hover {
    background: #eee;
    color: #236092 !important;
  }
  .header2 h1 {
    margin: 10px 0;
  }
  .header2 h1 a {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: -0.5px;
    width: 150px;
    padding: 0px 0px 0px 47px;
  }
  .header2 #acesso-bt {
    width: auto;
  }
  .header2 #acesso-bt .lor {
    display: none;
  }
  .header2 #apps-section .apps-menu {
    right: 28px;
  }
  #drop1 {
    left: -10px !important;
  }
  #aside-logo {
    left: -230px;
  }
  #aside-logo.lat-hid {
    left: -10px;
  }
}